What is Routine in ABAP and Types of routines?x

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


Please Help Members By Posting Answers For Below Questions

What is an interactive report?

624


Explain the advantage of structures?

552


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

746


How to call a subroutine in sapscript?

579


What is the difference between RETURNING and CHANGING parameters for a method?

1012






What is the use of message command in a report? What are the different message types?

555


What is the difference between the exits created in M.M and S&D?

1619


How to create a button in selection screen ?

1491


What are indexes? : abap hr

593


What is the structure of bdcmsgcoll? : abap bdc

789


What is the step-by-step process to create a table in data dictionary? : abap data dictionary

702


What are conditional chain statement?

754


Can you delete data element, which is being used by table fields. : abap data dictionary

670


Difference between call by value and call by reference? : abap data dictionary

611


What are the system fields?

566