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

What are the different types of internal table?

839


How can we upload a text file having delimiters in to legacy system?

787


Explain open dataset in sap abap?

984


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.

2150


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/

2014






what is field string ? & where we are using field strings?

1749


What is alv programming in abap?

818


what are the various types of parameters and how are they distinguished from one another?

939


Difference between .Include and .append?

929


What is the difference between getting and get late?

756


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization

830


Is it possible to pass data to and from include programs explicitly? : abap modularization

966


What is difference between float and packed data type?

837


what is the t-code to link technical and functional operation?

2159


How to debug rfc function module?

933