Can we call one program(not include) from another program?
Answers were Sorted based on User's Feedback
Answer / 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 |
How can I trigger the outbound IDOC?
What are the different abap/4 editors?
What are the parameters in bdc_insert? : abap bdc
can we transfer variants from development to Quality?how can we transfer?is it necessary?
In Table Maintaince Generator for a table i need some fields to be filled default,like date from sy-datum.........when the displays initailly....HOw
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
what is the role of extended syntax check in performance tuning?
Can you create a field without data element domain?
what is the major advantage of start-form?
How to create standard text and how do u transfer it ?
Can I execute user exits? If yes, how?
how u transport a abap program from 4.7 version to 5.0 version?