Show TOC

Method Parameters (Condition)Locate this document in the navigation structure

In this section, you define the mappings for parameters of a condition method. You can edit the following attributes (for example):

  • Name: Description of the parameter.

  • Type: Import parameters of the condition method.

  • Structure: One of the source structures that you specified for this mapping step.

  • Field name: A field of the structure indicated. The field type must be compatible with the selected import parameter type. The F4 help suggests fields of a compatible type only. If you want to assign the entire structure to a parameter, enter the value <*>.

  • Fixed value: You can assign a fixed value to import parameters. In this case, no entries are allowed for structure or field name.

Example

You want the system to call a transformation only if a specific source field has a specific value. You can enable this by using the method ARE_EQUAL of the class CL_SMT_CONDITIONS. Map the parameter I_SOURCE1 to the source field, for which you want to check the value. Map the fixed value to the parameter I_SOURCE2 of this method.