Fonction SAP BAPI_EMPCAPFODE_APPROVE - Unlock CFS

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EMPLOYEENUMBER BAPIP0010-PERNR N 8 Personnel Number
LOCKINDICATOR BAPIP0010-SPRPS C 1 Lock Indicator for HR Master Data Record
NOCOMMIT BAPI_STAND-NO_COMMIT C 1 X COMMIT Control at BAPI Interface
OBJECTID BAPIP0010-OBJPS C 2 Object Identification
RECORDNUMBER BAPIP0010-SEQNR N 3 Number of Infotype Record with Same Key
SUBTYPE BAPIP0010-SUBTY C 4 Subtype
VALIDITYBEGIN BAPIP0010-BEGDA D 8 Valid from Date
VALIDITYEND BAPIP0010-ENDDA D 8 Valid to Date

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN1 u 470 Return Parameter

Functionality
Use this method to unlock a record in the Capital Formationinfotype (0010).
In this way, you can realize the REQUEST method with the"double-verification principle". According to this principle, at leasttwo users must coordinate writing active data records to the database.One of the users creates a locked infotype record with the REQUESTmethod. The second user unlocks/activates this data record with theAPPROVE method.

Notes
Notifications are returned in the RETURN parameters. This parameterdocumentation contains the return values and their meanings.
The key fields used in this method are described under the parameters.
You can only use this method if you have previously called up themethod ENQUEUE of the business object EMPLOYEE. For moreinformation, on the ENQUEUE method, see the function moduledocumentation BAPI_EMPLOYEE_ENQUEUE.