what is diffrence subroutine in report and subroutine in
script.....
Answer Posted / arjun manglekar
1. in SCRIPT we nedd to give name of the Include Program in
the PERFORM statement.
e,g. PERFORM F_GET_ADDRESS IN PROGRAM ZRETURNORDER.
....
ENDPERFORM
In report program we nedd not give any program name
e.g. PERFORM f_get_data
2.In script we need to write command PERFORM....ENDPERFORM
In report program we dont use PERFORM...ENDPERFORM but only
the PERFORM 'name_of_form'.
3.In script the PERORM ...ENDPERFORM will be in window of
script (SE71)and there is separate INCLUDE prorame(SE38)
In report we can write PERFORM and FORM in the same program
(SE38)
kindly let me know if iam wrong
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is the client concept in sap?
What are the types of subroutines? : abap modularization
What are the different types of parameters?
On which even we can validate the input fields in module progams?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What is database utility?
What happens if we use leave to list-processing without using suppress-dialog?
How to display or know if the value entered contains records or not?
How to define selection screen?
What are the fields in a bdc_tab table? : abap bdc
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is the difference between ABAP and HR ABAP
What are indexes? : sap abap data dictionary
Difference between call by value and call by reference? : abap data dictionary
What is a multiple line field?