CACS_DI_BP SAP (Structure for EDT for Business Partners) Structure details

Dictionary Type: Structure
Description: Structure for EDT for Business Partners




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




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

CACS_DI_BP 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 "Structure for EDT for Business Partners" 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_CACS_DI_BP TYPE CACS_DI_BP.

The CACS_DI_BP table consists of various fields, each holding specific information or linking keys about Structure for EDT for Business Partners data available in SAP. These include RLTP1 (BDT: Object part), ROLE1 (BP Role), BU_GROUP (Business Partner Grouping), PARTNER (Business Partner Number).. 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 CACS_DI_BP 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
AKTYPActivity Category BU_AKTYPCHAR2Assigned to domainBU_AKTYP
RLTP1BDT: Object part BU_RLTYPCHAR6Assigned to domainBU_RLTYP
ROLE1BP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
BU_GROUPBusiness Partner Grouping BU_GROUPCHAR4Assigned to domainBU_GROUPBPP
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
BU_SORT1Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
BU_SORT2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
TITLEForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
XSEXMSelection: Business partner is male BU_XSEXMCHAR1XFELD
XSEXFSelection: Business partner is female BU_XSEXFCHAR1XFELD
CHIND_ADDRChange category BU_CHINDCHAR1BU_CHIND
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSENRHouse Number AD_HSNM1CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
ZIPCODECity postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
XUBNAMEUser Name SYUNAMECHAR12SYCHAR12
BPKINDBusiness Partner Type BU_BPKINDCHAR4Assigned to domainBU_KIND
VALID_FROM_1Valid From Date of a BP Role (YYYYMMDD) BU_ROLE_VALID_FROM_DICHAR8
VALID_TO_1Valid To Date of a BP Role (YYYYMMDD) BU_ROLE_VALID_TO_DICHAR8

Key field Non-key field



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

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

How to access SAP table CACS_DI_BP

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