Answer Posted / sivaramakrishan.s
see guys this subroutine consept is very importent , mostly
we use in abap reports.
Routine is nothing but the subroutine , this is one of the
way how we reach modularization technich for better
readability and better reusebility in abap.
we use subroutine in two ways as below
subroutine declararion :
Perform subroutine name .
double click on subroutin name and create it .
here the implementation of subroutine cab be in two ways
like local subroutine and global subroutine .
if it is internal subroutine the calling of subroutine is
as said above with perform statement.
if it is global subroutine it is as below.
perform subroutine name if found in program.
here above the program indicated that this program consist
the subroutine implementation.
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Create any functions? How to go about it?
Explain what is a logical database?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
Explain read dataset in sap abap?
What are two methods of modifying sap standard tables?
What is elementary search help? : sap abap data dictionary
What are the aggregate objects in the dictionary? : abap data dictionary
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is a multiple line field?
What is the purpose of at first and at last?
Explain the use of insert and append statement in sap abap?
What is the difference between Classic badi and Kernal badi ?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
How is collect statement different from append?