The Function Module RH_PROCESS_SFTRQMT (Bearbeitung von Bedarfssätzen) is a standard Function Module in SAP ERP and is part of the function group RHER within the package PP08.
Function Module | RH_PROCESS_SFTRQMT |
Short Text | Bearbeitung von Bedarfssätzen |
Function Group | RHER |
Package | PP08 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTION_CODE | TYPE | I | Anweisungen zum Anlegen/Ändern | |
C_OBJID | LIKE | P1000-OBJID | Stelle-ObjektId | |
DELETE_CODE | TYPE | I | Anweisung um Löschen | |
PLVAR | LIKE | P1000-PLVAR | Planvariante | |
SOURCE_OBJID | LIKE | P1000-OBJID | Bedarfsverursacher-ObjektId | |
SOURCE_OTYPE | LIKE | P1000-OTYPE | Bedarfsverursacher-Objekttyp | |
SR_BEGDA | LIKE | P1000-BEGDA | Gültigkeitsbeginn | |
SR_COMMENT | LIKE | P1000-STEXT | Kommentar für Bedarfssatz | |
SR_ENDDA | LIKE | P1000-ENDDA | Gültigkeitsende | |
SR_OBJID | LIKE | P1000-OBJID | Bedarfssatz - Objid |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NEW_OBJID | LIKE | P1000-OBJID | Objid des bearbeiteten Bedarfssatz |
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 |
---|---|---|---|---|
Q_PROFILE | LIKE | HRPE_RELAQ | Qualifikationen | |
SR_LINE | LIKE | HRI1049 | Bedarfssatz fixer Teil | |
SR_TABLE | LIKE | PT1049 | Bedarfssatz Tabellenteil |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
C_NOT_FOUND | Vorgegebene Stelle existiert nicht |
REQMT_RECORD_ERROR | Bedarfssatz inkonsistent |
RH_DELETE_OBJECT_ERROR | RH_DELETE_OBJECT Fehler |
RH_GET_NEXT_NUMBER_ERROR | RH_GET_NEXT_NUMBER Fehler |
RH_UPDATE_DATABASE_ERROR | RH_UPDATE_DATABASE Fehler |
SR_1049_MISSING | Infotyp 1049 fehlt - Inkonsistenter DB Zustand |
SR_1049_UPDATE_ERROR | Infotyp 1049 konnte nicht aktualisiert werden |
UNKNOWN_SOURCE_OBJECT | Bedarfsverursacher unbekannt |