BUP_S_ADIF_CF_MOD_BAS SAP (Common Fields in BAS Format) Structure details

Dictionary Type: Structure
Description: Common Fields in BAS Format




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




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

BUP_S_ADIF_CF_MOD_BAS 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 "Common Fields in BAS Format" 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_BUP_S_ADIF_CF_MOD_BAS TYPE BUP_S_ADIF_CF_MOD_BAS.

The BUP_S_ADIF_CF_MOD_BAS table consists of various fields, each holding specific information or linking keys about Common Fields in BAS Format data available in SAP. These include PARTNER (Business Partner Number), ADDRESS_ID (Node Id as in the ESA-model), TYPE (Business partner category), DATA ().. 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: Cannot Be Enhanced


SAP BUP_S_ADIF_CF_MOD_BAS 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
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ADDRESS_IDNode Id as in the ESA-model ADDR_NODE_IDCHAR70ADDR_NODE_ID
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
DATA 0
ORGANIZATION_NAME 0
TITLEForm-of-Address Key AD_TITLECHAR4AD_TITLE
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
NAME3Name 3 AD_NAME3CHAR40TEXT40
NAME4Name 4 AD_NAME4CHAR40TEXT40
SORT1Search Term 1 AD_SORT1ULCHAR20TEXT20
SORT2Search Term 2 AD_SORT2ULCHAR20TEXT20
PERSON_NAME 0
TITLEForm-of-Address Key AD_TITLECHAR4AD_TITLE
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAME2Name of person at birth AD_NAME2_PCHAR40TEXT40
NAMEMIDDLEMiddle name or second forename of a person AD_NAMEMIDCHAR40TEXT40
NAME_LAST2Second surname of a person AD_NAMLAS2CHAR40TEXT40
NAME_TEXTFull Name of Person AD_NAMTEXTCHAR80TEXT80
CONVERTEDStatus of Field 'Full Name' NAME_TEXT AD_NAMCONVCHAR1AD_NAMCONV
TITLE_ACA1Academic Title: Key AD_TITLE1CHAR4AD_TITLE1AD_TITLE1
TITLE_ACA2Second academic title (key) AD_TITLE2CHAR4AD_TITLE1
PREFIX1Name Prefix (Key) AD_PREFIXCHAR4AD_PREFIX
PREFIX22nd name prefix (key) AD_PREFIX2CHAR4AD_PREFIX
TITLE_SPPLName supplement, e.g. noble title (key) AD_TITLESCHAR4AD_TITLES
NICKNAMENickname or name used AD_NICKNAMCHAR40TEXT40
INITIALS'Middle Initial' or personal initials AD_INITSCHAR10CHAR10
NAMEFORMATName format AD_FORMATCHAR2AD_NAMFORM
NAMCOUNTRYCountry for name format rule AD_NAMCTRYCHAR3LAND1
SEXGender key AD_SEXCHAR1AD_SEX
SORT1Search Term 1 AD_SORT1ULCHAR20TEXT20
SORT2Search Term 2 AD_SORT2ULCHAR20TEXT20
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
COMMUNICATION_PREFERENCE 0
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
CHANGED_FIELDS 0

Key field Non-key field



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

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

How to access SAP table BUP_S_ADIF_CF_MOD_BAS

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