SAP BAPI_FAMILYMY_SIMULATECREATION Function Module for Simulation: Create family









BAPI_FAMILYMY_SIMULATECREATION is a standard bapi familymy simulatecreation SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Simulation: Create family processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for bapi familymy simulatecreation FM, simply by entering the name BAPI_FAMILYMY_SIMULATECREATION into the relevant SAP transaction such as SE37 or SE38.

Function Group: PFAM_MY
Program Name: SAPLPFAM_MY
Main Program:
Appliation area: P
Release date: 31-Jan-2000
Mode(Normal, Remote etc): Remote-Enabled
Update:



Function BAPI_FAMILYMY_SIMULATECREATION pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'BAPI_FAMILYMY_SIMULATECREATION'"Simulation: Create family
EXPORTING
INEMPLOYEENUMBER = "Personnel number
* RELATIONSHIP = "Relationship to child
* MAIDENNAME = "Name at birth
* GENDER = "Gender key
* DATEOFBIRTH = "Date of birth
* PLACEOFBIRTH = "Birthplace
* LANDOFBIRTH = "Country of birth
* NATIONALITY = "Nationality
* NOCOMMIT = "COMMIT control at BAPI interface
* PERSONALID = "IC number
* PASSPORTNUMBER = "Passport number
INVALIDITYBEGIN = "Valid from date
* TAXNUMBER = "Income tax number of employee (MY)
* TAXOFFICE = "Spouse tax office Malaysia
* REFERENCENUMBER = "Reference personnel number of family member
* EMPLOYMENTSTATUS = "Spouse employment status
* JOBTITLE = "Job title
* EMPLOYERNAME = "Spouse employer
* NAMEFORMAT = "Name format indicator for employee in a list
* SCHOOLTYPE = "School type of family member
* BIRTHCERTIFICATEID = "Birth certificate ID
* HANDICAPPED = "Child handicap status
INVALIDITYEND = "Valid to date
* CHILDCUSTODY = "Child custody status
* MARITALSTATUS = "Marital status for income tax purpose (MY)
* STREET = "House number and street
* SECONDADDRESS = "2nd address line
* THIRDADDRESS = "District
* POSTALCODE = "Postal code
* CITY = "City
* REGION = "Region (State, Province, County)
* COUNTRY = "Country key
* CONAME = "C/O name
* MEMBERID = "Child No.
* TELEPHONENUMBER = "Telephone number
* COMMTYPE1 = "Communication type
* COMMNUMBER1 = "Communications number
* COMMTYPE2 = "Communication type
* COMMNUMBER2 = "Communications number
* COMMTYPE3 = "Communication type
* COMMNUMBER3 = "Communications number
* COMMTYPE4 = "Communication type
* COMMNUMBER4 = "Communications number
* MEMBERTYPE = "Type of family record
* FIRSTNAME = "First name
* LASTNAME = "Last name
* FULLNAME = "Complete name
* SURNAMEPREFIX = "Name affix

IMPORTING
RETURN = "Structure for return code
EMPLOYEENUMBER = "Personnel Number
SUBTYPE = "Subtype
OBJECTID = "Object identification
LOCKINDICATOR = "Lock indicator for HR master record
VALIDITYBEGIN = "Start date
VALIDITYEND = "End Date
RECORDNUMBER = "Number of infotype record
.



IMPORTING Parameters details for BAPI_FAMILYMY_SIMULATECREATION

INEMPLOYEENUMBER - Personnel number

Data type: BAPIP0021-PERNR
Optional: No
Call by Reference: No ( called with pass by value option)

RELATIONSHIP - Relationship to child

Data type: BAPIP0021-KDSVH
Optional: Yes
Call by Reference: No ( called with pass by value option)

MAIDENNAME - Name at birth

Data type: BAPIP0021-FGBNA
Optional: Yes
Call by Reference: No ( called with pass by value option)

GENDER - Gender key

Data type: BAPIP0021-FASEX
Optional: Yes
Call by Reference: No ( called with pass by value option)

DATEOFBIRTH - Date of birth

Data type: BAPIP0021-FGBDT
Optional: Yes
Call by Reference: No ( called with pass by value option)

PLACEOFBIRTH - Birthplace

Data type: BAPIP0021-FGBOT
Optional: Yes
Call by Reference: No ( called with pass by value option)

LANDOFBIRTH - Country of birth

Data type: BAPIP0021-FGBLD
Optional: Yes
Call by Reference: No ( called with pass by value option)

NATIONALITY - Nationality

Data type: BAPIP0021-FANAT
Optional: Yes
Call by Reference: No ( called with pass by value option)

NOCOMMIT - COMMIT control at BAPI interface

Data type: BAPI_STAND-NO_COMMIT
Optional: Yes
Call by Reference: No ( called with pass by value option)

PERSONALID - IC number

Data type: BAPIP0021MY-ICNUM
Optional: Yes
Call by Reference: No ( called with pass by value option)

PASSPORTNUMBER - Passport number

Data type: BAPIP0021MY-PASNR
Optional: Yes
Call by Reference: No ( called with pass by value option)

INVALIDITYBEGIN - Valid from date

Data type: BAPIP0021-BEGDA
Optional: No
Call by Reference: No ( called with pass by value option)

TAXNUMBER - Income tax number of employee (MY)

Data type: BAPIP0021MY-TNOEE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TAXOFFICE - Spouse tax office Malaysia

Data type: BAPIP0021MY-STXOF
Optional: Yes
Call by Reference: No ( called with pass by value option)

REFERENCENUMBER - Reference personnel number of family member

Data type: BAPIP0021MY-EBRNR
Optional: Yes
Call by Reference: No ( called with pass by value option)

EMPLOYMENTSTATUS - Spouse employment status

Data type: BAPIP0021MY-SEMPS
Optional: Yes
Call by Reference: No ( called with pass by value option)

JOBTITLE - Job title

Data type: BAPIP0021MY-STLTX
Optional: Yes
Call by Reference: No ( called with pass by value option)

EMPLOYERNAME - Spouse employer

Data type: BAPIP0021MY-SPEMR
Optional: Yes
Call by Reference: No ( called with pass by value option)

NAMEFORMAT - Name format indicator for employee in a list

Data type: BAPIP0021-FKNZN
Optional: Yes
Call by Reference: No ( called with pass by value option)

SCHOOLTYPE - School type of family member

Data type: BAPIP0021-FASAR
Optional: Yes
Call by Reference: No ( called with pass by value option)

BIRTHCERTIFICATEID - Birth certificate ID

Data type: BAPIP0021MY-BTHID
Optional: Yes
Call by Reference: No ( called with pass by value option)

HANDICAPPED - Child handicap status

Data type: BAPIP0021MY-HANCH
Optional: Yes
Call by Reference: No ( called with pass by value option)

INVALIDITYEND - Valid to date

Data type: BAPIP0021-ENDDA
Optional: No
Call by Reference: No ( called with pass by value option)

CHILDCUSTODY - Child custody status

Data type: BAPIP0021MY-CHCUS
Optional: Yes
Call by Reference: No ( called with pass by value option)

MARITALSTATUS - Marital status for income tax purpose (MY)

Data type: BAPIP0021MY-MARST
Optional: Yes
Call by Reference: No ( called with pass by value option)

STREET - House number and street

Data type: BAPIP0021MY-STRAS
Optional: Yes
Call by Reference: No ( called with pass by value option)

SECONDADDRESS - 2nd address line

Data type: BAPIP0021MY-LOCAT
Optional: Yes
Call by Reference: No ( called with pass by value option)

THIRDADDRESS - District

Data type: BAPIP0021MY-ORT02
Optional: Yes
Call by Reference: No ( called with pass by value option)

POSTALCODE - Postal code

Data type: BAPIP0021MY-PSTLZ
Optional: Yes
Call by Reference: No ( called with pass by value option)

CITY - City

Data type: BAPIP0021MY-ORT01
Optional: Yes
Call by Reference: No ( called with pass by value option)

REGION - Region (State, Province, County)

Data type: BAPIP0021MY-STATE
Optional: Yes
Call by Reference: No ( called with pass by value option)

COUNTRY - Country key

Data type: BAPIP0021MY-LAND1
Optional: Yes
Call by Reference: No ( called with pass by value option)

CONAME - C/O name

Data type: BAPIP0021MY-NAME2
Optional: Yes
Call by Reference: No ( called with pass by value option)

MEMBERID - Child No.

Data type: BAPIP0021-OBJPS
Optional: Yes
Call by Reference: No ( called with pass by value option)

TELEPHONENUMBER - Telephone number

Data type: BAPIP0021MY-TELNR
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMTYPE1 - Communication type

Data type: BAPIP0021MY-COM01
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMNUMBER1 - Communications number

Data type: BAPIP0021MY-NUM01
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMTYPE2 - Communication type

Data type: BAPIP0021MY-COM02
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMNUMBER2 - Communications number

Data type: BAPIP0021MY-NUM02
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMTYPE3 - Communication type

Data type: BAPIP0021MY-COM03
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMNUMBER3 - Communications number

Data type: BAPIP0021MY-NUM03
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMTYPE4 - Communication type

Data type: BAPIP0021MY-COM04
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMNUMBER4 - Communications number

Data type: BAPIP0021MY-NUM04
Optional: Yes
Call by Reference: No ( called with pass by value option)

MEMBERTYPE - Type of family record

Data type: BAPIP0021-FAMSA
Optional: Yes
Call by Reference: No ( called with pass by value option)

FIRSTNAME - First name

Data type: BAPIP0021-FAVOR
Optional: Yes
Call by Reference: No ( called with pass by value option)

LASTNAME - Last name

Data type: BAPIP0021-FANAM
Optional: Yes
Call by Reference: No ( called with pass by value option)

FULLNAME - Complete name

Data type: BAPIP0021-FCNAM
Optional: Yes
Call by Reference: No ( called with pass by value option)

SURNAMEPREFIX - Name affix

Data type: BAPIP0021-FVRSW
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for BAPI_FAMILYMY_SIMULATECREATION

RETURN - Structure for return code

Data type: BAPIRETURN1
Optional: No
Call by Reference: No ( called with pass by value option)

EMPLOYEENUMBER - Personnel Number

Data type: BAPIP0021-PERNR
Optional: No
Call by Reference: No ( called with pass by value option)

SUBTYPE - Subtype

Data type: BAPIP0021-SUBTY
Optional: No
Call by Reference: No ( called with pass by value option)

OBJECTID - Object identification

Data type: BAPIP0021-OBJPS
Optional: No
Call by Reference: No ( called with pass by value option)

LOCKINDICATOR - Lock indicator for HR master record

Data type: BAPIP0021-SPRPS
Optional: No
Call by Reference: No ( called with pass by value option)

VALIDITYBEGIN - Start date

Data type: BAPIP0021-BEGDA
Optional: No
Call by Reference: No ( called with pass by value option)

VALIDITYEND - End Date

Data type: BAPIP0021-ENDDA
Optional: No
Call by Reference: No ( called with pass by value option)

RECORDNUMBER - Number of infotype record

Data type: BAPIP0021-SEQNR
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for BAPI_FAMILYMY_SIMULATECREATION Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_return  TYPE BAPIRETURN1, "   
lv_inemployeenumber  TYPE BAPIP0021-PERNR, "   
lv_relationship  TYPE BAPIP0021-KDSVH, "   
lv_maidenname  TYPE BAPIP0021-FGBNA, "   
lv_gender  TYPE BAPIP0021-FASEX, "   
lv_dateofbirth  TYPE BAPIP0021-FGBDT, "   
lv_placeofbirth  TYPE BAPIP0021-FGBOT, "   
lv_landofbirth  TYPE BAPIP0021-FGBLD, "   
lv_nationality  TYPE BAPIP0021-FANAT, "   
lv_nocommit  TYPE BAPI_STAND-NO_COMMIT, "   
lv_personalid  TYPE BAPIP0021MY-ICNUM, "   
lv_passportnumber  TYPE BAPIP0021MY-PASNR, "   
lv_employeenumber  TYPE BAPIP0021-PERNR, "   
lv_invaliditybegin  TYPE BAPIP0021-BEGDA, "   
lv_taxnumber  TYPE BAPIP0021MY-TNOEE, "   
lv_taxoffice  TYPE BAPIP0021MY-STXOF, "   
lv_referencenumber  TYPE BAPIP0021MY-EBRNR, "   
lv_employmentstatus  TYPE BAPIP0021MY-SEMPS, "   
lv_jobtitle  TYPE BAPIP0021MY-STLTX, "   
lv_employername  TYPE BAPIP0021MY-SPEMR, "   
lv_nameformat  TYPE BAPIP0021-FKNZN, "   
lv_schooltype  TYPE BAPIP0021-FASAR, "   
lv_birthcertificateid  TYPE BAPIP0021MY-BTHID, "   
lv_handicapped  TYPE BAPIP0021MY-HANCH, "   
lv_subtype  TYPE BAPIP0021-SUBTY, "   
lv_invalidityend  TYPE BAPIP0021-ENDDA, "   
lv_childcustody  TYPE BAPIP0021MY-CHCUS, "   
lv_maritalstatus  TYPE BAPIP0021MY-MARST, "   
lv_street  TYPE BAPIP0021MY-STRAS, "   
lv_secondaddress  TYPE BAPIP0021MY-LOCAT, "   
lv_thirdaddress  TYPE BAPIP0021MY-ORT02, "   
lv_postalcode  TYPE BAPIP0021MY-PSTLZ, "   
lv_city  TYPE BAPIP0021MY-ORT01, "   
lv_region  TYPE BAPIP0021MY-STATE, "   
lv_country  TYPE BAPIP0021MY-LAND1, "   
lv_coname  TYPE BAPIP0021MY-NAME2, "   
lv_memberid  TYPE BAPIP0021-OBJPS, "   
lv_objectid  TYPE BAPIP0021-OBJPS, "   
lv_telephonenumber  TYPE BAPIP0021MY-TELNR, "   
lv_commtype1  TYPE BAPIP0021MY-COM01, "   
lv_commnumber1  TYPE BAPIP0021MY-NUM01, "   
lv_commtype2  TYPE BAPIP0021MY-COM02, "   
lv_commnumber2  TYPE BAPIP0021MY-NUM02, "   
lv_commtype3  TYPE BAPIP0021MY-COM03, "   
lv_commnumber3  TYPE BAPIP0021MY-NUM03, "   
lv_commtype4  TYPE BAPIP0021MY-COM04, "   
lv_commnumber4  TYPE BAPIP0021MY-NUM04, "   
lv_membertype  TYPE BAPIP0021-FAMSA, "   
lv_lockindicator  TYPE BAPIP0021-SPRPS, "   
lv_firstname  TYPE BAPIP0021-FAVOR, "   
lv_validitybegin  TYPE BAPIP0021-BEGDA, "   
lv_lastname  TYPE BAPIP0021-FANAM, "   
lv_validityend  TYPE BAPIP0021-ENDDA, "   
lv_fullname  TYPE BAPIP0021-FCNAM, "   
lv_recordnumber  TYPE BAPIP0021-SEQNR, "   
lv_surnameprefix  TYPE BAPIP0021-FVRSW. "   

  CALL FUNCTION 'BAPI_FAMILYMY_SIMULATECREATION'  "Simulation: Create family
    EXPORTING
         INEMPLOYEENUMBER = lv_inemployeenumber
         RELATIONSHIP = lv_relationship
         MAIDENNAME = lv_maidenname
         GENDER = lv_gender
         DATEOFBIRTH = lv_dateofbirth
         PLACEOFBIRTH = lv_placeofbirth
         LANDOFBIRTH = lv_landofbirth
         NATIONALITY = lv_nationality
         NOCOMMIT = lv_nocommit
         PERSONALID = lv_personalid
         PASSPORTNUMBER = lv_passportnumber
         INVALIDITYBEGIN = lv_invaliditybegin
         TAXNUMBER = lv_taxnumber
         TAXOFFICE = lv_taxoffice
         REFERENCENUMBER = lv_referencenumber
         EMPLOYMENTSTATUS = lv_employmentstatus
         JOBTITLE = lv_jobtitle
         EMPLOYERNAME = lv_employername
         NAMEFORMAT = lv_nameformat
         SCHOOLTYPE = lv_schooltype
         BIRTHCERTIFICATEID = lv_birthcertificateid
         HANDICAPPED = lv_handicapped
         INVALIDITYEND = lv_invalidityend
         CHILDCUSTODY = lv_childcustody
         MARITALSTATUS = lv_maritalstatus
         STREET = lv_street
         SECONDADDRESS = lv_secondaddress
         THIRDADDRESS = lv_thirdaddress
         POSTALCODE = lv_postalcode
         CITY = lv_city
         REGION = lv_region
         COUNTRY = lv_country
         CONAME = lv_coname
         MEMBERID = lv_memberid
         TELEPHONENUMBER = lv_telephonenumber
         COMMTYPE1 = lv_commtype1
         COMMNUMBER1 = lv_commnumber1
         COMMTYPE2 = lv_commtype2
         COMMNUMBER2 = lv_commnumber2
         COMMTYPE3 = lv_commtype3
         COMMNUMBER3 = lv_commnumber3
         COMMTYPE4 = lv_commtype4
         COMMNUMBER4 = lv_commnumber4
         MEMBERTYPE = lv_membertype
         FIRSTNAME = lv_firstname
         LASTNAME = lv_lastname
         FULLNAME = lv_fullname
         SURNAMEPREFIX = lv_surnameprefix
    IMPORTING
         RETURN = lv_return
         EMPLOYEENUMBER = lv_employeenumber
         SUBTYPE = lv_subtype
         OBJECTID = lv_objectid
         LOCKINDICATOR = lv_lockindicator
         VALIDITYBEGIN = lv_validitybegin
         VALIDITYEND = lv_validityend
         RECORDNUMBER = lv_recordnumber
. " BAPI_FAMILYMY_SIMULATECREATION




ABAP code using 7.40 inline data declarations to call FM BAPI_FAMILYMY_SIMULATECREATION

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
"SELECT single PERNR FROM BAPIP0021 INTO @DATA(ld_inemployeenumber).
 
"SELECT single KDSVH FROM BAPIP0021 INTO @DATA(ld_relationship).
 
"SELECT single FGBNA FROM BAPIP0021 INTO @DATA(ld_maidenname).
 
"SELECT single FASEX FROM BAPIP0021 INTO @DATA(ld_gender).
 
"SELECT single FGBDT FROM BAPIP0021 INTO @DATA(ld_dateofbirth).
 
"SELECT single FGBOT FROM BAPIP0021 INTO @DATA(ld_placeofbirth).
 
"SELECT single FGBLD FROM BAPIP0021 INTO @DATA(ld_landofbirth).
 
"SELECT single FANAT FROM BAPIP0021 INTO @DATA(ld_nationality).
 
"SELECT single NO_COMMIT FROM BAPI_STAND INTO @DATA(ld_nocommit).
 
"SELECT single ICNUM FROM BAPIP0021MY INTO @DATA(ld_personalid).
 
"SELECT single PASNR FROM BAPIP0021MY INTO @DATA(ld_passportnumber).
 
"SELECT single PERNR FROM BAPIP0021 INTO @DATA(ld_employeenumber).
 
"SELECT single BEGDA FROM BAPIP0021 INTO @DATA(ld_invaliditybegin).
 
"SELECT single TNOEE FROM BAPIP0021MY INTO @DATA(ld_taxnumber).
 
"SELECT single STXOF FROM BAPIP0021MY INTO @DATA(ld_taxoffice).
 
"SELECT single EBRNR FROM BAPIP0021MY INTO @DATA(ld_referencenumber).
 
"SELECT single SEMPS FROM BAPIP0021MY INTO @DATA(ld_employmentstatus).
 
"SELECT single STLTX FROM BAPIP0021MY INTO @DATA(ld_jobtitle).
 
"SELECT single SPEMR FROM BAPIP0021MY INTO @DATA(ld_employername).
 
"SELECT single FKNZN FROM BAPIP0021 INTO @DATA(ld_nameformat).
 
"SELECT single FASAR FROM BAPIP0021 INTO @DATA(ld_schooltype).
 
"SELECT single BTHID FROM BAPIP0021MY INTO @DATA(ld_birthcertificateid).
 
"SELECT single HANCH FROM BAPIP0021MY INTO @DATA(ld_handicapped).
 
"SELECT single SUBTY FROM BAPIP0021 INTO @DATA(ld_subtype).
 
"SELECT single ENDDA FROM BAPIP0021 INTO @DATA(ld_invalidityend).
 
"SELECT single CHCUS FROM BAPIP0021MY INTO @DATA(ld_childcustody).
 
"SELECT single MARST FROM BAPIP0021MY INTO @DATA(ld_maritalstatus).
 
"SELECT single STRAS FROM BAPIP0021MY INTO @DATA(ld_street).
 
"SELECT single LOCAT FROM BAPIP0021MY INTO @DATA(ld_secondaddress).
 
"SELECT single ORT02 FROM BAPIP0021MY INTO @DATA(ld_thirdaddress).
 
"SELECT single PSTLZ FROM BAPIP0021MY INTO @DATA(ld_postalcode).
 
"SELECT single ORT01 FROM BAPIP0021MY INTO @DATA(ld_city).
 
"SELECT single STATE FROM BAPIP0021MY INTO @DATA(ld_region).
 
"SELECT single LAND1 FROM BAPIP0021MY INTO @DATA(ld_country).
 
"SELECT single NAME2 FROM BAPIP0021MY INTO @DATA(ld_coname).
 
"SELECT single OBJPS FROM BAPIP0021 INTO @DATA(ld_memberid).
 
"SELECT single OBJPS FROM BAPIP0021 INTO @DATA(ld_objectid).
 
"SELECT single TELNR FROM BAPIP0021MY INTO @DATA(ld_telephonenumber).
 
"SELECT single COM01 FROM BAPIP0021MY INTO @DATA(ld_commtype1).
 
"SELECT single NUM01 FROM BAPIP0021MY INTO @DATA(ld_commnumber1).
 
"SELECT single COM02 FROM BAPIP0021MY INTO @DATA(ld_commtype2).
 
"SELECT single NUM02 FROM BAPIP0021MY INTO @DATA(ld_commnumber2).
 
"SELECT single COM03 FROM BAPIP0021MY INTO @DATA(ld_commtype3).
 
"SELECT single NUM03 FROM BAPIP0021MY INTO @DATA(ld_commnumber3).
 
"SELECT single COM04 FROM BAPIP0021MY INTO @DATA(ld_commtype4).
 
"SELECT single NUM04 FROM BAPIP0021MY INTO @DATA(ld_commnumber4).
 
"SELECT single FAMSA FROM BAPIP0021 INTO @DATA(ld_membertype).
 
"SELECT single SPRPS FROM BAPIP0021 INTO @DATA(ld_lockindicator).
 
"SELECT single FAVOR FROM BAPIP0021 INTO @DATA(ld_firstname).
 
"SELECT single BEGDA FROM BAPIP0021 INTO @DATA(ld_validitybegin).
 
"SELECT single FANAM FROM BAPIP0021 INTO @DATA(ld_lastname).
 
"SELECT single ENDDA FROM BAPIP0021 INTO @DATA(ld_validityend).
 
"SELECT single FCNAM FROM BAPIP0021 INTO @DATA(ld_fullname).
 
"SELECT single SEQNR FROM BAPIP0021 INTO @DATA(ld_recordnumber).
 
"SELECT single FVRSW FROM BAPIP0021 INTO @DATA(ld_surnameprefix).
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!