What is Routine in ABAP and Types of routines?x
Answers were Sorted based on User's Feedback
Routines in Sales & Distribution plays a vital role
.Business Requirements can be met by creating and
configuring in required applications i.e. it can be a Copy
control Routine or any Pricing Requirement Routine or any
Out Put Requirement Routine.
VOFM is the Transaction, where we can create New Routine.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
What are control commands in sap scripts?
To avoid screen resolution problem while recording,
Can we call one program(not include) from another program?
2 Answers Altrion Technologies,
What are ranges?
Difference between SY-CPROG and SY-REPID? Plz give me the answer,its urgent!
when does the secondary index should be used what role it play when we use secondary index in tables
What is append structure?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
how to maintain the quantity field in bdc
what r the text elements in scripts?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What are Delivery classes? What data will you want to transport during client copy?
What is an index? By default system will create the primary index or User can create,if user How? And also Secondary indexes by User or by defaultly system?