Definition of Method Parameters (BOR)
Use
You define method parameters for a method under the following circumstances:
-
When the method requires other input values apart from the object reference, which are not requested in dialog.
-
When the method returns parameters apart from the object reference.
A method often only has import parameters and no export parameters. Possible reasons for this are:
-
A synchronous method returns its result via a result parameter.
-
The method is asynchronous
It is quite possible for a method not to require any method parameters.
For more information, see Result, Export Parameters, and Workflow Definition.
Integration
The following data type references exist for method parameters:
-
ABAP Dictionary reference
-
Object type reference
Activities
To define method parameters for a method, position the cursor on the method and select Parameters.
When you create a method parameter whose data type reference can be specified by an ABAP Dictionary table field, you should always have the system propose the relevant table fields. Answer YES to the question Create with ABAP Dictionary field proposals?
Answer YES to the question Create with ABAP Dictionary field proposals? Answer the question with NO.
For more information, see Programming Methods with Parameters.