SAP FSBP_IFC_COMMON_DATA_X Change Information for FS Specific Attributes Table data and field list

FSBP_IFC_COMMON_DATA_X 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 "Change Information for FS Specific Attributes" 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_IFC_COMMON_DATA_X TYPE FSBP_IFC_COMMON_DATA_X.

The FSBP_IFC_COMMON_DATA_X table consists of various fields, each holding specific information or linking keys about Change Information for FS Specific Attributes data available in SAP. These include SALUTATION (Updated information in related user data field), TARGET_GROUP (Updated information in related user data field), PAR_REL (Updated information in related user data field), VIP (Updated information in related user data field)... 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. .

FSBP_IFC_COMMON_DATA_X 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 FSBP_IFC_COMMON_DATA_X 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 FSBP_IFC_COMMON_DATA_X 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
FSBP_CENTRL 0
SALUTATIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TARGET_GROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAR_RELUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VIPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BP_SORTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SORT_PHONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VBUNDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COUNTRY_REPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COUNTRY_REP_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANK_DEL_DUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNW_CUSTOMERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNW_REASONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNW_REMARKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GROUP_FEATUREUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DATE_OF_LAST_CONTACTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FSBP_PERSON 0
STATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STATE_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROPRTY_STUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INCOME_CURUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INCOME_CUR_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CHILDRENUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MEM_HOUSEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NET_INCOMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MO_NET_INCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NET_INC_YUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MO_INC_MUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MO_INC_YUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PERS_NRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STAFF_GRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HR_ORG_REFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XUBNAMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STAFF_REFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DYING_PLACEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ADDRESSTYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FSBP_ORGANIZATION 0
CALENDARIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CNTRY_COMPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CNTRY_COMP_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REGIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COMP_HEADUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIN_RESERVUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BAL_SH_CURUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BAL_SH_CUR_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CAP_INCR_AUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CAP_INCR_YUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BALANCE_FLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANK_KEYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANK_CTRYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANK_CTRY_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MAX_FILE_SIZEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table FSBP_IFC_COMMON_DATA_X

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

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