The Function Module RMPS_API_INHERIT_FROM_PARENT (Aktualisierung von Attributwerten, die vom übergeordn. Obj. geerbt werden) is a standard Function Module in SAP ERP and is part of the function group RMPS_API within the package RMPS_PRO_GENERAL.
Function Module | RMPS_API_INHERIT_FROM_PARENT |
Short Text | Aktualisierung von Attributwerten, die vom übergeordn. Obj. geerbt werden |
Function Group | RMPS_API |
Package | RMPS_PRO_GENERAL |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_RMS_ID | LIKE | BAPISRMREC-RMSID | ID des Records Management Systems | |
IM_SPS_ID | LIKE | BAPISRMREC-SPSID | Elementart des zu bearbeitenden Elements | |
IM_SPS_ID_PARENT | LIKE | BAPISRMREC-SPSID | Elementart des übergeordneten Elements |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_LOG_HANDLE | TYPE | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | |
EX_NUM_OF_ERRORS | TYPE | I | Anzahl der aufgetretenen Fehler aus der Vererbung | |
EX_NUM_OF_WARNINGS | TYPE | I | Anzahl der Warnungen aus der Vererbung | |
EX_RETURN | LIKE | BAPIRET2 | Returnparameter |
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 |
---|---|---|---|---|
IM_SP_POID | LIKE | BAPIPROPTB | Element,dessen Attr. neu aus den Attr. des übergeordn. Elements abzuleiten sind | |
IM_SP_POID_PARENT | LIKE | BAPIPROPTB | Übergeordnetes Element (Leer -> Es darf nur genau 1 übergeordn. Element geben) |
This function module does not define any Exceptions.