-
Updated
Oct 18, 2021 - TypeScript
sap
Here are 662 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
Oct 18, 2021 - JavaScript
-
Updated
Jan 15, 2019
-
Updated
Sep 1, 2021
-
Updated
Oct 18, 2021 - ABAP
-
Updated
Oct 18, 2021 - ABAP
-
Updated
Oct 15, 2021 - XSLT
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
Oct 18, 2021 - JavaScript
-
Updated
Jul 28, 2021 - Go
-
Updated
Aug 13, 2021 - C#
-
Updated
Jun 18, 2021 - ABAP
-
Updated
Jan 18, 2018 - Python
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."
We still have quite a bit of direct uses of
cl_gui_frontent_services
instead of accessing the methods via an interface:Following methods have to be added to the interface
zif_abapgit_frontend_services
(and implemented inzcl_abapgit_frontend_services
):