Fonction SAP BAPI_FAMILYGB_CHANGE - Change family

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ACADEMICTITLE BAPIP0021-TITEL C 15 X Title
ARISTOCRATICTITLE BAPIP0021-FNMZU C 15 X Title
DATEOFBIRTH BAPIP0021-FGBDT D 8 X Date of birth
EMPLOYEENUMBER BAPIP0021-PERNR N 8 Personnel number
FIRSTNAME BAPIP0021-FAVOR C 40 X First name
FULLNAME BAPIP0021-FCNAM C 80 X Full employee name
GENDER BAPIP0021-FASEX C 1 X Gender key
INITIALS BAPIP0021-FINIT C 10 X Employee's initials
LANDOFBIRTH BAPIP0021-FGBLD C 3 X Country of birth
LASTNAME BAPIP0021-FANAM C 40 X Last name
LOCKINDICATOR BAPIP0021-SPRPS C 1 Lock indicator for HR master record
MAIDENNAME BAPIP0021-FGBNA C 40 X Name at birth
MEMBEREMPLOYER BAPIP0021-EGAGA C 8 X Employer of family member
MEMBERREFNUMBER BAPIP0021-ERBNR C 12 X Reference personnel number of family member
NAME_FORMAT_INDICATOR BAPIP0021-FKNZN N 2 X Name format indicator for employee in a list
NATIONALITY BAPIP0021-FANAT C 3 X Nationality
NATIONALITY2 BAPIP0021-FANA2 C 3 X Second nationality
NATIONALITY3 BAPIP0021-FANA3 C 3 X Third nationality
NOCOMMIT BAPI_STAND-NO_COMMIT C 1 X COMMIT control at BAPI interface
OBJECTID BAPIP0021-OBJPS C 2 Object identification
PLACEOFBIRTH BAPIP0021-FGBOT C 40 X Birthplace
RECORDNUMBER BAPIP0021-SEQNR N 3 Number of infotype record
SECONDNAME BAPIP0021-FNAC2 C 40 X Second name
SECONDSURNAMEPREFIX BAPIP0021-FVRS2 C 15 X Name affix
STATEOFBIRTH BAPIP0021-FGDEP C 3 X State
SUBTYPE BAPIP0021-SUBTY C 4 Subtype
SURNAMEPREFIX BAPIP0021-FVRSW C 15 X Name affix
VALIDITYBEGIN BAPIP0021-BEGDA D 8 Valid from date
VALIDITYEND BAPIP0021-ENDDA D 8 Valid to date

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN1 u 470 Structure for return code

Functionality
You can use this method to change a Family/Related Person (0021)record.

Notes
Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.
The key fields used by the method are described in the parameterdocumentation.
You can use this method only if you have called the ENQUEUE method ofthe business object EMPLOYEE beforehand. For more information onthe ENQUEUE method, read the documentation on the function moduleBAPI_EMPLOYEE_ENQUEUE.