What are different types of parameters? How can you distinguish between different kinds of parameters?
Answer Posted / chaitanya
The different types of parameters are
a) Formal Parameters: It is defined during the definition of subroutine with the ‘FORM’ statement
b) Actual Parameters: It is specified during the call of a subroutine with the ‘PERFORM’ statement
You can distinguish different kind of parameters by their functionality. Input parameters are used to pass data to subroutines, while output parameters are used to pass data from subroutines.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a value table and a check table?
What is the difference between .Include Structure and .Append structure?
Explain what is a foreign key relationship?
What is the difference between SAPSCRIPT and SMARTFORM?
What is the difference between INSTANCE methods and STATIC methods?
How can we identify User exits in our screen?
What do you mean by table control???Where will we use this?
What is the difference between SAP memory and ABAP memory?
What is the difference between RFC and BAPI?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
Can you describe the events in ABAP?
What is the difference between Master data and Transaction data?
What is the difference between User Exit and Function Exit?
In realtime do we configure ALE systems or Administator will take care of that?
What do you mean by Inbound and Outbound interface?