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 SAP memory and ABAP memory?
I am sending a mail from my mailbox to XYZ mailbox ,SAP PI picks up mail from xyz mail box with disclaimer - Hear my question is how to get the disclaimer?
What events do you know in Module Pool Programming?
What is the difference between VIEW and a TABLE?
What is the difference between Call Transaction Method and the Session method ?
What is the difference between Enhancement point and Enhancement Section?
How do you find BAPI?
What is the difference between inner joins and outer joins?
What are the types of Function Modules? What is an UPDATE function module?
How to release an object?
How can we identify User exits in our screen?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?
What is the difference between Implicit Enhancements and Explicit Enhancements?
What is the difference between RFC and BAPI?
What are the standard IDOC's used?