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

What are subroutines in ABAP?



Posted By: Avi Date: 3 December 2009 07:04:23 AM
 Answer:

Subroutines are program modules which can be called from other ABAP/4 programs or within the same program.


Posted By: eTechPlanet


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

Loading
Enter the text as shown in the image af8Pj1
Related Questions
ABAP : What is GUI Title?

What is GUI Title?

GUI Title is title of a screen that appears in the title bar of the window. A GUI title is an indepe....
Category: ABAP Date: 9/18/2009 9:50:35 PM
ABAP : What are the various Elementary Data Types in ABAP?

What are the various Elementary Data Types in ABAP?

There are eight predefined elementary data types in ABAP: 1) Character string (C) 2) Numeric string....
Category: ABAP Date: 9/18/2009 9:46:25 PM
ABAP : If RFC function module is called in same system i.e. RFC server and if destination is not specified then what will happen?

If RFC function module is called in same system i.e. RFC server and if destination is not specified ....

RFC function module will be executed as normal function module.
Category: ABAP Date: 9/18/2009 9:41:28 PM
ABAP : What is ABAP Dictionary?

What is ABAP Dictionary?

ABAP Dictionary is a central information repository for application and system data without redundan....
Category: ABAP Date: 9/18/2009 4:29:19 AM
ABAP : What is the difference between the TYPE and LIKE statements in data declaration?

What is the difference between the TYPE and LIKE statements in data declaration?

LIKE is used to define variables that are similar to data objects whereas TYPE is used to define var....
Category: ABAP Date: 9/18/2009 4:11:01 AM