The Function Module RM_APPEND_TO_ORDER (RM: Einfügen in einen bestehenden Transportauftrag) is a standard Function Module in SAP ERP and is part of the function group JBRTR within the package JBR.
Function Module | RM_APPEND_TO_ORDER |
Short Text | RM: Einfügen in einen bestehenden Transportauftrag |
Function Group | JBRTR |
Package | JBR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ORDER | LIKE | E070-TRKORR | Transportauftrag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SYSUBRC | LIKE | SY-SUBRC | Rückgabewert |
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 |
---|---|---|---|---|
I_E071 | LIKE | E071 | Objekte | |
I_E071K | LIKE | E071K | Tabellenschlüssel |
This function module does not define any Exceptions.