why abap/4 is 4th generation language ?
Answer Posted / venkateswarlu.bandi
abap is the fouth generation language because of all
applications are write on the application server and execute
on the server only.all reports are done by using the
advanced business language.
Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
Can a constructor be redefined?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is the difference between function group and function module?
Can we use transfer dataset to transfer data in internal table ?
How can we omit a leading sign and a leading zero in sapscript?
wat is the default file name of BAPI trace?
Where can you find error log for call transaction? : abap bdc
In a loop of an internal table, what is the use of at first & at last statements?
Explain what are the events used in interactive reports?
What are the attributes of the data? : abap data dictionary
What are the arithmetic operators in the sap abap?
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.
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
how do you transport lsmw data from one system to another?
What is the function of the correction system? : abap data dictionary