ABAP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 3773 Page Views: 

What are the types of Subroutines in ABAP?



Posted By: Avi Date: 3 December 2009 07:06:28 AM
 Answer:

ABAP supports two types of Subroutines:

1) Internal Subroutines: The source code of the internal subroutines will be in the same ABAP/4 program as the calling procedure (internal call).

2)External Subroutines: The source code of the external subroutines will be in an ABAP/4 program other than the calling procedure.


Posted By: eTechPlanet


Date: 3 December 2009 07:06:28 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image qOv7T7
Related Questions
ABAP : What are subroutines in ABAP?

What are subroutines in ABAP?

Subroutines are program modules which can be called from other ABAP/4 programs or within the same pr....
Category: ABAP Date: 12/3/2009 7:04:23 AM
ABAP : What is the use of BREAK-POINT statement in an ABAP program?

What is the use of BREAK-POINT statement in an ABAP program?

It interrupts program execution and starts the Debugger. This allows you to test your programs by ha....
Category: ABAP Date: 10/2/2009 7:50:09 AM
ABAP : Which function modules are used to write data from an Internal Table to the Presentation Server?
ABAP : Which function modules are used to read data from Presentation Server into an Internal Table?
ABAP : Which statement is used to define page footer in a ABAP report program?

Which statement is used to define page footer in a ABAP report program?

END-OF-PAGE.
Category: ABAP Date: 10/2/2009 7:37:04 AM