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
How to debug a sapscript?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is roles and responsibilities of sap hr consultants? : sap abap hr
Explain the different types of screen keywords?
Differentiate between the uline and write: sy-uline statements if any?
What is difference between float and packed data type?
What are datasets in abap?
What are the different message types available in the abap/4 ?
What is the difference between Exit and Stop?
What are the tcodes for performance tuning?
How we format the data before writing a statement in the report?
How to do find it?
Why bapi need then bdc ? : abap bdc
Why we are using Macros instead of Function Modules
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?