what is diffrence subroutine in report and subroutine in
script.....
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sai
In reports, we use subroutines as a modularization
Technique.
In scripts, we use Subroutine pool programs to add extra
functionality to the standard Driver program.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vineet kumar
HI SAPGURU,
Basically in script, when you write a sub routine it means you make a include program so you can use this sub routine in another program also.
but in report your can not use this sub routine in any other program
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / us
in script we need to call subrotine by using command and
then call that subroutine in print program
like /: perform call_us.
Is This Answer Correct ? | 1 Yes | 2 No |
Do we have to migrate all sapscript forms to smart forms?
How to test a script?how to find versions in scripts?
What are the events in abap/4 language? : abap hr
hw to explain scripts? like medruck, rvorder01, rvinvoice. help me, coz my resume is almost prepard bt nt geting confidence to attend interview bcoz i dnt knw hw to xpain few objects
What is the difference between the exits created in M.M and S&D?
what is the unit of work
What is append structure?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is the meaning of ABAP editor integrated with ABAP data dictionary?
Is main window mandatory in smartforms?
Difference between sap script and report?
Differentiate database index and match code.