CRMT_BUS_ATRBUT_1 SAP (BAPI Transfer Struc.BP Attr.Prt 1, Txts Instd of Fixed Val.s) Structure details

Dictionary Type: Structure
Description: BAPI Transfer Struc.BP Attr.Prt 1, Txts Instd of Fixed Val.s




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




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

CRMT_BUS_ATRBUT_1 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 "BAPI Transfer Struc.BP Attr.Prt 1, Txts Instd of Fixed Val.s" 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_CRMT_BUS_ATRBUT_1 TYPE CRMT_BUS_ATRBUT_1.

The CRMT_BUS_ATRBUT_1 table consists of various fields, each holding specific information or linking keys about BAPI Transfer Struc.BP Attr.Prt 1, Txts Instd of Fixed Val.s data available in SAP. These include SRCHTERM2 (Search term 2 for business partner), ORIGIN (Data Origin Types), TITLE_KEY (Title text), ARCHMARKR (Central Archiving Flag).. 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: Not classified


SAP CRMT_BUS_ATRBUT_1 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
SRCHTREM1Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
SRCHTERM2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
ORIGINData Origin Types BU_SOURCECHAR4Assigned to domainBU_SOURCE
TITLE_KEYTitle text AD_TITLETXCHAR30TEXT30
ARCHMARKRCentral Archiving Flag BU_XDELECHAR1XFELD
CENTRALBLOCKCentral Block for Business Partner BU_XBLCKCHAR1XFELD
AUTHGROUPAuthorization Group BU_AUGRPCHAR4Assigned to domainBU_AUGRP
TITLELETTERSalutation BU_TITLE_LETCHAR50TEXT50
LANGU_ISOName of Language SPTXTCHAR16SPTXT16DSB
NAME1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
NAME3Name 3 of organization BU_NAMEOR3CHAR40BU_NAME
NAME4Name 4 of organization BU_NAMEOR4CHAR40BU_NAME
LEGALFORMShort name BU_TEXT15CHAR15BU_TEXT15
INDUSTRYSECTORShort name BU_TEXT15CHAR15BU_TEXT15
FOUNDDATDate organization founded (direct input) BU_FOUND_DAT_DICHAR8CHAR8
LIQUIDDATDate of liquidation of organization (direct input) BU_LIQUID_DAT_DICHAR8CHAR8
LEGALORGLegal Entity of Organization BU_LEGAL_ORGCHAR2Assigned to domainBU_LEGAL_ORG
LOCATION1International location number (part 1, direct input) BU_BBBNR_DICHAR7CHAR7
LOCATION2International location number (part 2, direct input) BU_BBSNR_DICHAR5CHAR5
LOCATION3Check digit for international location number (direct input) BU_BUBKZ_DICHAR1CHAR1
NAMELASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAMEFIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
NAMELST2Other Last Name of a Person BU_NAMEPL2CHAR40BU_NAME
NAMELAST2Name at birth of business partner BU_BIRTHNMCHAR40BU_NAME
NAMEMIDDLEMiddle name or second forename of a person BU_NAMEMIDCHAR40BU_NAME
TITLE_ACA1Academic Title: Written Form AD_TITLE1TCHAR20TEXT20
TITLE_ACA22nd academic title: written form AD_TITLE2TCHAR20TEXT20
TITLE_ROYLName supplement, e.g. noble title (written form) AD_TITLESTCHAR20TEXT20
PREFIX1Name prefix AD_PREFIXTCHAR20TEXT20
PREFIX2Name prefix AD_PREFIXTCHAR20TEXT20
NAME1TEXTFull Name BU_NAME1TXCHAR80TEXT80
NICKNAMENickname of Business Partner (Person) BU_NICKNAMCHAR40BU_NAME
INITIALS'Middle Initial' or personal initials AD_INITSCHAR10CHAR10
NAMEFORMATName format AD_FORMATCHAR2Assigned to domainAD_NAMFORM
NAMCOUNTRYCountry for name format rule AD_NAMCTRYCHAR3Assigned to domainLAND1
COUNTRYISOCountry Name LANDXCHAR15TEXT15
MALESelection: Business partner is male BU_XSEXMCHAR1XFELD
FEMALESelection: Business partner is female BU_XSEXFCHAR1XFELD
BIRTHPLACEBirthplace of business partner BU_BIRTHPLCHAR40TEXT40
PERSNOPersonnel number of business partner (direct input) BU_PERNO_DICHAR8CHAR8
MARITSTATShort name BU_BEZ20CHAR20TEXT20
EMPLOYERName of Employer of a Natural Person BU_EMPLOCHAR35BU_EMPLO
JOBGRDescription BU_BEZ30CHAR30TEXT30
NATION_ISOCountry Name LANDXCHAR15TEXT15
TAX_COUNTRY_ISOCountry Name LANDXCHAR15TEXT15
CTRYORIGISOCountry Name LANDXCHAR15TEXT15
XSEXUSelection: Sex of business partner is not known BU_XSEXUCHAR1XFELD
BIRTHDATEDate of birth of business partner (direct input) BU_BIRTHDT_DICHAR8CHAR8
DEATHDTDate of death of business partner (direct input) BU_DEATHDT_DICHAR8CHAR8
CHILDRENNumber of children BU_CHILDREN_DICHAR2CHAR2
MEMHOUSENumber of People Living in the Household BU_MEM_HOUSE_DICHAR2CHAR2
PARTGRPTYPShort name BU_TEXT15CHAR15BU_TEXT15
NAMEGRP1Name 1 (group) BU_NAMEGR1CHAR40BU_NAME
NAMEGRP2Name 2 (group) BU_NAMEGR2CHAR40BU_NAME
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table CRMT_BUS_ATRBUT_1

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