What are different types of parameters? How can you distinguish between different kinds of parameters?
Answer / 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 |
What do you mean by table control???Where will we use this?
What is the difference between a value table and a check table?
In ABAP what are the differences between table and structure in data dictionary?
What do you mean by BDC (Batch Data Communications) programming?
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 inner joins and outer joins?
What are the types of Function Modules? What is an UPDATE function module?
what are the importent things whan we are configaration of mm module?
How do you find BADI?
How do you find Function Exit?
What is dispatcher?
What are the ways you can do the tuning? What are the major steps will you use for these?