BUSDUPL_CPADDR_FLDS SAP (Fields for Duplicate Check: Type3 Addresses) Structure details

Dictionary Type: Structure
Description: Fields for Duplicate Check: Type3 Addresses




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




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

BUSDUPL_CPADDR_FLDS 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 "Fields for Duplicate Check: Type3 Addresses" 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_BUSDUPL_CPADDR_FLDS TYPE BUSDUPL_CPADDR_FLDS.

The BUSDUPL_CPADDR_FLDS table consists of various fields, each holding specific information or linking keys about Fields for Duplicate Check: Type3 Addresses data available in SAP. These include RELNR (BP Relationship Number), DATE_TO (Validity Date (Valid To)), PERCENTAGE (Percentage: Similarity in Duplicate Check), NATION (Version ID for International Addresses).. 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 BUSDUPL_CPADDR_FLDS 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
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
RELNRBP Relationship Number BU_RELNRCHAR12Assigned to domainALPHABU_RELNR
DATE_TOValidity Date (Valid To) BU_DATTODATS8DATUM
PERCENTAGEPercentage: Similarity in Duplicate Check AD_PERCNT3DEC4(1) DEC3_1
NATIONVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
PARTNER_PERSBusiness Partner Number Person BU_PARTNER_PERSCHAR10Assigned to domainALPHABU_PARTNER
DESCRIP_PERSDescription of a Business Partner (Person) BU_DESCRIP_PERS_LONGCHAR80CHAR80
LASTNAMELast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
FIRSTNAMEFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
DEPARTMENTDepartment AD_DPRTMNTCHAR40TEXT40
FUNCTIONFunction AD_FNCTNCHAR40TEXT40
PARTNER_ORGBusiness Partner Number Organization BU_PARTNER_ORGCHAR10Assigned to domainALPHABU_PARTNER
DESCRIP_ORGDescription of a Business Partner (Organization) BU_DESCRIP_ORG_LONGCHAR80CHAR80
TITLETitle text AD_TITLETXCHAR30TEXT30
TITLE_ACA1Academic Title: Written Form AD_TITLE1TCHAR20TEXT20
NATIONationality NATIOCHAR15TEXT15
BIRTHDATEDate of Birth of Business Partner BU_BIRTHDTDATS8DATUM
BUILDING_PBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
FLOORFloor in building AD_FLOORCHAR10TEXT10
ROOM_NORoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
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
ADDSCBP: Address Description BU_ADDSCCHAR60TEXT60
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
POSTL_COD1City postal code AD_PSTCD1CHAR10CHAR10
POSTL_COD2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
TELEPHONETelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
EXTENSIONTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
COLORSAP BP Dialog: Status-Dependent Color of a Line BU_STATUS_COLORCHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table BUSDUPL_CPADDR_FLDS

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