-
Updated
Nov 17, 2021 - TypeScript
sap
Here are 673 public repositories matching this topic...
Following on from the discussion in #768 , I would suggest to refrain from superfluous comments as recommended by Clean ABAP Style Guides.
Existing comments can also be cleaned up as a low-priority boy-scout-rule activity, so if found in the code we're working on, these kinds of things should be deleted:
- Chan
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Jan 15, 2019
-
Updated
Sep 1, 2021
-
Updated
Nov 8, 2021 - ABAP
-
Updated
Nov 17, 2021 - ABAP
-
Updated
Oct 22, 2021 - XSLT
-
Updated
Nov 17, 2021 - JavaScript
Describe the bug
Calling procedure with CommandBehavior.SchemaOnly
behavior wraps sql with SET FMTONLY ON
and SET FMTONLY OFF
lines which results in following errors:
// for fully-qualified name (db.schema.proc)
Attempt to locate entry in sysdatabases for database 'SET FMTONLY ON
TestDataCore' by name failed - no entry found under that name. Make sure that name is entered proper
-
Updated
Aug 13, 2021 - C#
-
Updated
Jun 18, 2021 - ABAP
-
Updated
Jul 28, 2021 - Go
-
Updated
Jan 18, 2018 - Python
Use new SwiftUI features for new hierarchical List
API and DisclosureGroup
(iOS 14+ / Xcode 12+) in demo app
Improve this page
Add a description, image, and links to the sap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sap topic, visit your repo's landing page and select "manage topics."
Looking at transports generated by SU22 it seems like the authoriziation object assignments and defaults are transported by R3TR TRAN. In abapGit however this data is not included in the serialized XML. Would it make sense to add it?
(ignoring SU24 data, which is object type SUSK - keeping SU22 and SU24 in sync seems to be quite painful as it is)