why abap/4 is 4th generation language ?
Answer Posted / prathap&shailendra
ABAP is the fourth 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 ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a structure and a table?
Where can you find error log for call transaction? : abap bdc
How do you read files from the presentation server ? : abap bdc
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are the different function modules used in sapscript?
how to read the standard field value in your custom program.
How to pass data from list to report?
what is bapi,badi,bdc,ale idocs?
What are the dynapro keywords?
Explain open dataset in sap abap?
Reports: Event functionality.
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
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.
Define database layer? : abap data dictionary
Explain the structure of a bdc sessions?