The Function Module MBS_MSR_SO_CHANGE (DO NOT USE) is a standard Function Module in SAP ERP and is part of the function group MBS_MSR_SO within the package MBS_MSR.
Function Module | MBS_MSR_SO_CHANGE |
Short Text | DO NOT USE |
Function Group | MBS_MSR_SO |
Package | MBS_MSR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_CONDITIONS_INX | LIKE | BAPICONDX | Communication Fields for Maintaining Conditions in the Order | |
PI_LANGUAGE | LIKE | SY-LANGU | SY-LANGU | R/3 System, current language |
PI_ORDER_HEADER | TYPE | MBS_MSR_ORDER_HEADER | MSHHR/3: Sales Order Header | |
PI_ORDER_HEADERX | LIKE | BAPISDH1X | Checkbox List: SD Order Header | |
PI_ORDER_ITEM_INX | LIKE | BAPISDITMX | Communication Fields: Sales Document Item | |
PI_SCHEDULE_LINESX | LIKE | BAPISCHDLX | Checkbox List for Maintaining Sales Document Schedule Line | |
PI_TAX_CONDITION | LIKE | BAPICOND-COND_TYPE | Condition type | |
PI_TEXT_ID | LIKE | BAPISDTEXT-TEXT_ID | '0001' | Text ID |
PI_UNIT_SPLIT | LIKE | MBS_MSR_ORDER_HEADER-UNIT_SPLIT | 50 | Byte value |
PI_WAIT_COMMIT | LIKE | BAPITA-WAIT | Use the command `COMMIT AND WAIT` |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PIT_ORDER_ITEM | LIKE | MBS_MSR_ORDER_ITEM | MSHHR/3: Sales Order Item | |
RETURN | LIKE | BAPIRET2 | Return parameter |
This function module does not define any Exceptions.