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 the different types of operators in the sap abap?
Can multiple abap systems connect to abap database?
Explain read dataset in sap abap?
What are control tables?
What is dynamic action? : sap abap hr
Badi concepts
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is the difference between data elements and domains?
How do you backup Sapscript layout sets? Can you download and upload? How?
What are the two statements which are required in an abap program to output an icon using a write statement?
How do you read files from the presentation server ? : abap bdc
What is a view? : abap data dictionary
What are the basic objects of the data dictionary? : abap data dictionary
How do you save data in bdc tables? : abap bdc
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???