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 filter dependent BADI?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
Explain the sequences of event block?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
How to create a check box/option button in a list?
What are the dynapro keywords?
What is the difference between collect and append statements?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
How many main windows are allowed in sapscript?
What are the events in ABAP language?
How many default tab strips are there? How to insert more tabs in it?
How will you link form with the event driven in sap scripts?
What is web dynpro for abap?
Can we specify the next screen number with a variable?
how to see the table output?