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 collect statement?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Explain what is the significance of hide?
What are the client dependant objects in abap / sap?
What are the events in abap/4 language? : abap hr
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is the difference between Exit and Stop?
What are the types of subroutines? : abap modularization
Explain the difference between get and get late?
Explain what are the different functions used in sap script?
What is the client concept in sap?
What is open sql?
What are the personnel administration related Infotypes
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary