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 differences between macro and subroutine?
What are the various events associated with screen programming?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What is the difference b/t Session method and call transaction method ??
Difference between Field groups and internal tables?
How can I get ascii value of any letter? Is there any function?
How to split one Invoice into Multiple ( Step by Step)?
What are the buffering types?
What are the personnel administration related infotypes? : abap hr
Explain the Inportance of pa40? : abap hr
What are the steps in a bdc session? : abap bdc
Explain the client concept of sap.
How can you distinguish between different kinds of parameters?
What are internal tables? How do you get the number of lines in an internal table?
Explain the advantages and disadvantages of different types of bdc's?