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 are conversion routines? : abap data dictionary
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
wat is the difference between A-gate & W-gate?where are they used?
How to convert normal function module to bapi?
stock transfer from one plant to another plant ? i want the total description.
Did you create primary index?
What is protect & endprotect?
What are the types of data types in the sap abap?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What is the process to enhance the Infotype
What is view? Different types of view.
What are multiple use BADIS?
What is roles and responsibilities of sap hr consultants? : sap abap hr
What are function modules?
What is the use of program rsbdcsub? : abap bdc