method parameter

SAP Business Workflow (BC-BMT-WFM)

Parameters that are used to exchange information between the caller of a method and the method. They can be defined for each method within the object type definition.

Parameters of a method are values that are either passed to the method (import parameters) or are returned from the method (export parameters) at runtime. The interface of the method call is hence determined with the definition of the parameters.

A method will, however, rarely have more than one return value that is returned specifically as its result. Parameters are therefore generally only used as import parameters of the method.