Answer Posted / sunita garbyal
Self-contained program that executes a particular task.
An include program has two main functions:
• It contains code which can be used by several different programs.
• It helps you to modularize programs, which consist of many different logically related parts. Each of these parts is stored as a separate include program.
Include programs improve the readability of programs and make maintenance easier.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to add a column to a table control while using alphanumerical layout editor ?
What are the different function modules used in sapscript?
What are the update types possible? : abap data dictionary
What do you mean by batch data communications programming?
What is the difference between data elements and domains? : abap data dictionary
What are the parameters in bdc_open_group? : abap bdc
What are the advantages and disadvantages of different types of bdc's?
What functions does a data dictionary perform ?
What are the types of views? : sap abap data dictionary
How do you set up background jobs in sap?
What are aggregated objects : abap data dictionary
What is a help view? : abap data dictionary
What are the disadvantages of abap query tool?
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 are the different abap editors? What is the used of different editors in abap?