SAP BPI001_NAT Business Partner - Treasury Attributes - Natural Person Table data and field list

BPI001_NAT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Business Partner - Treasury Attributes - Natural Person" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BPI001_NAT TYPE BPI001_NAT.

The BPI001_NAT table consists of various fields, each holding specific information or linking keys about Business Partner - Treasury Attributes - Natural Person data available in SAP. These include PROPRTY_ST (Marital property regime), INCOME_CUR (Currency of Net Income), CHILDREN (Number of Children Belonging to the Business Partner), MEM_HOUSE (Number of People Living in the Household)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

BPI001_NAT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BPI001_NAT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BPI001_NAT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
STATECitizenship BP_CNTR_STCHAR3T005LAND1
PROPRTY_STMarital property regime BP_PROPRTY_OLDNUMC2TP04BP_PROPRTY
INCOME_CURCurrency of Net Income BP_INC_CURCUKY5TCURCWAERS
CHILDRENNumber of Children Belonging to the Business Partner BP_CHILDRNDEC2DEC2
MEM_HOUSENumber of People Living in the Household BP_MEM_HOUDEC2DEC2
NET_INCOMENet Annual Income BP_NET_INCCURR15(2) WERTV8
MO_NET_INCMonthly Net Income of Business Partner BP_MO_INCCURR15(2) WERTV8
NET_INC_YYear of Net Annual Income BP_N_INC_YNUMC4GJAHRGJAHR
MO_INC_MCalendar Month of Monthly Net Income BP_M_INC_MNUMC2BP_M_INC_M
MO_INC_YYear of Monthly Net Income BP_M_INC_YNUMC4GJAHRGJAHR
PERS_NRPersonnel Number BP_PERS_NRCHAR15CHAR15
STAFF_GRPEmployee Group BP_STAFF_GCHAR4TP05BP_STAFF_G
HR_ORG_REFHR Org. Link HR_ORG_REFCHAR1XFELD
XUBNAMEUser Name in User Master Record BP_XUBNAMECHAR12USR02XUBNAMEXUS
STAFF_REFEmployee BP_STAFF_RCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure BPI001_NAT using ABAP code?

As BPI001_NAT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BPI001_NAT as there is no data to select.

How to access SAP table BPI001_NAT

Within an ECC or HANA version of SAP you can also view further information about BPI001_NAT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).