FSBP_EI_STRUC_CENTRL SAP (General Data (Central Data)) Structure details

Dictionary Type: Structure
Description: General Data (Central Data)




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




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

FSBP_EI_STRUC_CENTRL 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 "General Data (Central Data)" 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_FSBP_EI_STRUC_CENTRL TYPE FSBP_EI_STRUC_CENTRL.

The FSBP_EI_STRUC_CENTRL table consists of various fields, each holding specific information or linking keys about General Data (Central Data) data available in SAP. These include TARGET_GROUP (Target Group), PAR_REL (Business Partner Released), VIP (Single-Character Indicator), BP_SORT (Sort Field for Phonetic Search; Obsolete).. 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 or numeric)


SAP FSBP_EI_STRUC_CENTRL 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
SALUTATIONSalutation BAPIBP_TITL_LTNUMC2Assigned to domainBP_TITL_LT
TARGET_GROUPTarget Group BAPIBP_GROUP_DCHAR4Assigned to domainBP_GROUP_D
PAR_RELBusiness Partner Released BAPIBP_PAR_RELCHAR1BP_PAR_REL
VIPSingle-Character Indicator CHAR1CHAR1CHAR1
BP_SORTSort Field for Phonetic Search; Obsolete BAPIBP_SORT_PHCHAR20CHAR20
SORT_PHONSort Field for Phonetic Search; Obsolete BAPIBP_SORT_PHCHAR20CHAR20
VBUNDCompany ID of the Business Partner BAPIRASSCCHAR6Assigned to domainALPHARCOMPPGS
COUNTRY_REPCountry for Reporting BAPIBP_CNTR_REPCHAR3Assigned to domainLAND1
COUNTRY_REP_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
BANK_DEL_DTermination Date for Business Relations with the Bank BAPIBP_BANK_DEL_DDATS8DATUM
UNW_CUSTOMERUndesirable Customer BAPIBP_UNW_CUSTOMERCHAR1XFELD
UNW_REASONReason for Undesirability BAPIBP_UNW_REASONCHAR2Assigned to domainBP_UNW_REASON
UNW_REMARKComment on Undesirability BAPIBP_UNW_REMARKCHAR35TEXT35
GROUP_FEATUREGrouping Character BAPIBP_GROUP_FEATURECHAR10Assigned to domainBP_GROUP_FEATUREBP_GROUP_FEATURE
LAST_CUST_CONTDate of Last Customer Contact BP_LAST_CUST_CONTACTDATS8DATS

Key field Non-key field



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

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

How to access SAP table FSBP_EI_STRUC_CENTRL

Within an ECC or HANA version of SAP you can also view further information about FSBP_EI_STRUC_CENTRL 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!