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


Please Help Members By Posting Answers For Below Questions

What are the different types of operators in the sap abap?

755


​​Can multiple abap systems connect to abap database?

810


Explain read dataset in sap abap?

938


What are control tables?

860


What is dynamic action? : sap abap hr

827






Badi concepts

1125


Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?

820


What is the difference between data elements and domains?

790


How do you backup Sapscript layout sets? Can you download and upload? How?

804


What are the two statements which are required in an abap program to output an icon using a write statement?

981


How do you read files from the presentation server ? : abap bdc

791


What is a view? : abap data dictionary

846


What are the basic objects of the data dictionary? : abap data dictionary

793


How do you save data in bdc tables? : abap bdc

780


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???

1854