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 dispatcher?
What is the difference between ‘Type’ and ‘Like’?
How can you create callable modules of program code within one ABAP/4 program?
What is the flow of Invoice?
How can you debug a script form?
How do you find BAPI?
What are the different ABAP/4 editors? What are the differences?
What is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT?
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 are the types of Function Modules? What is an UPDATE function module?
Can you describe the events in ABAP?
How do you find Function Exit?