Menu

SAP Function Module HR_PROCREQ716_CHANGE_PBS

Create locked Process Request(716)record

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module HR_PROCREQ716_CHANGE_PBS (Create locked Process Request(716)record) is a standard Function Module in SAP ERP and is part of the function group PPROCREQ716PBS within the package P00PSWB.

Technical Information

Function Module HR_PROCREQ716_CHANGE_PBS
Short Text Create locked Process Request(716)record
Function Group PPROCREQ716PBS
Package P00PSWB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EFFDATE LIKE P00_P0716-EFFDATE Effective date for the action to be triggered
EMPLOYEENUMBER LIKE BAPIP0006-PERNR Personnel Number
NOCOMMIT LIKE BAPI_STAND-NO_COMMIT COMMIT control at BAPI interface
PRE_CHG_LOCKINDICATOR LIKE P00_P0716-SPRPS Lock Indicator for HR Master Data Record
PRE_CHG_OBJECTID LIKE P00_P0716-OBJPS Object Identification
PRE_CHG_RECORDNUMBER LIKE P00_P0716-SEQNR Number of Infotype Record With Same Key
PRE_CHG_SUBTYPE LIKE P00_P0716-SUBTY Subtype
PRE_CHG_VALIDITYBEGIN LIKE P00_P0716-BEGDA Start Date
PRE_CHG_VALIDITYEND LIKE P00_P0716-ENDDA End Date
PROCSCEN LIKE P00_P0716-PROCSCEN Process Scenario
VALIDITYBEGIN LIKE BAPIP0006-BEGDA Start Date
VALIDITYEND LIKE BAPIP0006-ENDDA End Date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EMPLOYEENUMBEREXP LIKE P00_P0716-PERNR Personnel Number
LOCKINDICATOR LIKE P00_P0716-SPRPS Lock Indicator for HR Master Data Record
OBJECTID LIKE P00_P0716-OBJPS Object Identification
RECORDNUMBER LIKE P00_P0716-SEQNR Number of Infotype Record With Same Key
RETURN LIKE BAPIRETURN1 Return parameter
SUBTYPE LIKE P00_P0716-SUBTY Subtype
VALIDITYBEGINEXP LIKE P00_P0716-BEGDA Start Date
VALIDITYENDEXP LIKE P00_P0716-ENDDA End Date

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.