Can we call one program(not include) from another program?
Answer Posted / vk
By using SUBMIT Statement.
SUBMIT <rep_name> USING SELECTION-SCREEN scr
SUBMIT <rep_name>
VIA SELECTION-SCREEN
USING SELECTION-SET 'VARIANT1'
USING SELECTION-SETS OF PROGRAM <rep_name>
AND RETURN.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is difference between dependent and independent data?
wat is the default file name of BAPI trace?
What is the different type of projects? : sap abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What are the different kinds of lock modes?
What is foreign key relationship? : abap hr
What are the aggregate objects in data dictionary? : sap abap data dictionary
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What are local objects?
Why do we use types statement in abap programming?
Differentiate between abap memory and sap memory?
What is the use of 'table index'?
How do you execute the payroll
What two statements are required in an abap program to output an icon using a write statement?
How do you populate data into a multiple line field? : abap bdc