SI_BP001_DI SAP (Test) Structure details

Dictionary Type: Structure
Description: Test




ABAP Code to SELECT data from SI_BP001_DI
Related tables to SI_BP001_DI
Access table SI_BP001_DI




Structure field list including key, data, relationships and ABAP select examples

SI_BP001_DI 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 "Test" 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_SI_BP001_DI TYPE SI_BP001_DI.

The SI_BP001_DI table consists of various fields, each holding specific information or linking keys about Test data available in SAP. These include TITLE_LET_TR (Salutation (Key)), GROUP_D (Target Group), PAR_REL (Business Partner Released), VIP (Business partner: VIP partner).. 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. .

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


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

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TITLE_LET_TRSalutation (Key) BP_TITL_LT_DICHAR2Assigned to domainCHAR2
GROUP_DTarget Group BP_GROUP_DCHAR4TP13BP_GROUP_D
PAR_RELBusiness Partner Released BP_PAR_RELCHAR1BP_PAR_REL
VIPBusiness partner: VIP partner VIP_FSCHAR1TVIP_FSVIP_FS
SORT_PHONSort Field for Phonetic Search; Obsolete BP_SORT_PHCHAR20CHAR20
VBUND_DICompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
CALENDARIDFactory calendar BP_CAL_IDCHAR2TFACDWFCID
CNTRY_COMPCountry of Organization's Registered Office BP_CNTR_HDCHAR3T005LAND1
REGIORegion of Registered Office BP_REGIO_HDCHAR3T005SREGIO
COMP_HEADRegistered Office BP_COMP_HDCHAR35TEXT35
MIN_RESERVBank Subject to Minimum Reserve Requirement BP_MIN_RSVCHAR1XFELD
BAL_SH_CURBalance Sheet Currency BP_BAL_CUR_DICHAR5Assigned to domainCHAR5
CAP_INCR_AAmount of Last Capital Increase BP_CA_IN_A_DICHAR21CHAR21
CAP_INCR_YYear of Last Capital Increase BP_CA_IN_Y_DICHAR4CHAR4
BALANCE_FLBalance Sheet Display BP_BAL_FLGCHAR1BP_BAL_FLG
BANKL_TRBank Keys BANKKCHAR15BANKKBNK
BANKS_TRBank country key BANKSCHAR3Assigned to domainLAND1BKL
STATECitizenship BP_CNTR_STCHAR3T005LAND1
PROPRTY_STMarital Property Regime BP_PROPRTY_OLD_DICHAR2Assigned to domainCHAR2
INCOME_CURCurrency of Net Income BP_INC_CUR_DICHAR5Assigned to domainCHAR5
CHILDREN_TRNumber of Children Belonging to the Business Partner BP_CHILDRN_DICHAR2CHAR2
MEM_HOUSE_TRNumber of People Living in the Household BP_MEM_HOU_DICHAR2CHAR2
NET_INCOMENet Annual Income BP_NET_INC_DICHAR21CHAR21
MO_NET_INCMonthly net income of business partner BP_MO_INC_DICHAR21CHAR21
NET_INC_YYear of Net Annual Income BP_N_INC_Y_DICHAR4CHAR4
MO_INC_MMonth of Monthly Net Income BP_M_INC_M_DICHAR2CHAR2
MO_INC_YYear of monthly net income BP_M_INC_Y_DICHAR4CHAR4
PERS_NRPersonnel Number BP_PERS_NRCHAR15CHAR15
STAFF_GRPEmployee Group BP_STAFF_GCHAR4TP05BP_STAFF_G
HR_ORG_REFHR Org. Link HR_ORG_REFCHAR1XFELD
XUBNAME_TRUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
STAFF_REFEmployee BP_STAFF_RCHAR1XFELD
DYING_PLACEName of Place of Death of Natural Person BP_DYING_PLACECHAR40BP_DYING_PLACE
BANK_DEL_DTermination Date for Business Relations with the Bank BP_BANK_DEL_D_DICHAR8CHAR8
UNW_CUSTOMERUndesirable Customer BP_UNW_CUSTOMERCHAR1XFELD
UNW_REASONReason for Undesirability BP_UNW_REASONCHAR2Assigned to domainBP_UNW_REASON
UNW_REMARKComment on Undesirability BP_UNW_REMARKCHAR35TEXT35
ADRKINDAddress Type BU_ADRKINDCHAR10Assigned to domainBU_ADRKIND
LAST_CUST_CONTDate of Last Customer Contact BP_LAST_CUST_CONTACT_DICHAR8CHAR8
.INCLU--AP 0
GROUP_FEATUREGrouping Character BP_GROUP_FEATURECHAR10Assigned to domainBP_GROUP_FEATUREBP_GROUP_FEATURE

Key field Non-key field



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

As SI_BP001_DI 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 SI_BP001_DI as there is no data to select.

How to access SAP table SI_BP001_DI

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

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


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!