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


Please Help Members By Posting Answers For Below Questions

How do you retrieve the data for repetitive structures ? : abap hr

653


What are ranges?

596


How many detail lists can be created in interactive reporting?

747


Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs

1872


Explain Singleton class

842






Differentiate between ooabap and abap?

720


What is table attribute? : abap data dictionary

573


What is collective search help? : sap abap data dictionary

609


Can you create a table with fields not referring to data elements? : abap data dictionary

779


Where do you use help views?

570


How would you suppress the display of a parameter on the selection screen?

571


List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr

523


How are the date abd time field values stored in sap?

601


What is the function of the transport system and workbench organiser?

639


What is occurs in internal table?

600