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 |
how many types of data is there ?what is customizing data?
when we use the SELECT statement along with FOR ALL ENTRIES then what type of validations we have do before executing this statement
2 Answers Cap Gemini, Mphasis, TCS,
8. what are user-exits? 9
differences b/w primary indexes and secondary indexes
how to change col colors in alv reporting?
Work most on which module: name a few tables?
differnce between user and customer exit
what are the Performance technic you used?
Check table value table
How many methods are there in BDC? Which methods you know well?
How many types os LSMW are there anyone knows please tell me?
java script for push button in adobe forms.