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 are the different types of internal table?
How can we upload a text file having delimiters in to legacy system?
Explain open dataset in sap abap?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
what is field string ? & where we are using field strings?
What is alv programming in abap?
what are the various types of parameters and how are they distinguished from one another?
Difference between .Include and .append?
What is the difference between getting and get late?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is difference between float and packed data type?
what is the t-code to link technical and functional operation?
How to debug rfc function module?