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 are conversion & interface programs in sap?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
The max number of calling modes stacked at one time is?
Does sap handle multiple currencies?
What is the difference between a dialog program and a report?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is the difference between skip and new-line?
Explain some essential objects in abap dictionary?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
foreign key enforcement?
How is collect statement different from append?
Is there any method apart from bdc for data upload to sap? : abap bdc
What is the difference between dialog program and a report?
How can end-of-selection be used?
Explain how to write a bdc - how do you go about it?