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

How can we distinguish between different kinds of parameters in ABAP?



Posted By: Avi Date: 3 December 2009 07:11:32 AM
 Answer:

1) Input parameters which are used to pass data to subroutines.

2) Output parameters which are used to pass data from subroutines.


Posted By: eTechPlanet


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

Loading
Enter the text as shown in the image NZ6RRq
Related Questions
ABAP : What are the various objects of the ABAP data dictionary?

What are the various objects of the ABAP data dictionary?

Basic objects: 1) Tables 2) Domains 3) Data elements 4) Structures 5) Foreign keys Aggregate object....
Category: ABAP Date: 10/2/2009 7:32:29 AM
ABAP : What is GUI Status?

What is GUI Status?

Each screen in SAP has a GUI status. The status is a collection of interactive interface elements th....
Category: ABAP Date: 9/18/2009 9:53:06 PM
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