Name a few system global variables you can use in ABAP programs?
Answer Posted / preeti pawar
SY-DATUM, SY-UEZIT, SY-SUBRC, SY-DBCNT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does every abap/4 have a modular structure? : abap modularization
what is user specific parameter?
What is a development class? : abap data dictionary
How to handle error in session method? : abap bdc
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is read line in abap?
Which function module reads the data for particular infotype ? : abap hr
How is conversion of data types done between abap/4 & db layer?
What is static attribute
What are the user groups?
Does the external program run in the same sap luw as the caller, or in a separate one?
What is alv programming in abap?
Explain difference between primary key and unique key?
What is append structure?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?