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 is the difference between BDC and BAPI?
How can you create callable modules of program code within one ABAP/4 program?
How to release an object?
What is the difference between SY-INDEX and SY-TABIX?
Explain the difference between dialog program and a report?
What are the different databases Integrities?
What is lock object?
What is the difference between User Exit and Function Exit?
Without using Tcode SE11, How can we enter the values in to the table?
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?
How can you format the data before write statement in the report?
What is SAP ABAP?