Update content

This commit is contained in:
Daniel Reger
2023-01-11 14:45:25 +01:00
parent 93a2788207
commit 90a2c55ba1
19 changed files with 44 additions and 60 deletions

View File

@@ -192,7 +192,7 @@ METHOD amdp_meth
                  
"Beginning of the SQLScript code (note that it is not ABAP code although it looks similar)
  ... "Here goes SAPScript code
  ... "Here goes SQLScript code
      "Note that an AMDP method implementation must not be empty.
"End of the SQLScript code
@@ -288,7 +288,7 @@ METHOD amdp_func
"Beginning of the SQLScript code (note that it is not ABAP code although it looks similar)
  ... "Here goes SAPScript code;
  ... "Here goes SQLScript code;
      "AMDP table function to be called by other AMDP methods only
"End of the SQLScript code