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 |
I have one selection screen field which is meant for only display what will you do
what is session and what is the use of that one?
how many types of data is there ?what is customizing data?
i have a problem in report which is at production server what will i do?
How to transfer data which is coming from are report as output to another report
Difference between interactive and ALV Reports
What is difference between BDC and Call Transaction?
Explain the inside concept in select-options?
how can u write in single program call transaction and session method logic? if u write logic in call transaction ,is there any errors ? how can u see in session ?
explain abt EXTRACT STATEMETN
What is an Unpack command?
how can we do performance tuning after coding?