CDBD_ADR13 SAP (Pager (central address admin.)) Table details

Dictionary Type: Table
Description: Pager (central address admin.)




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




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

CDBD_ADR13 is a standard SAP Table which is used to store Pager (central address admin.) data and is available within R/3 SAP systems depending on the version and release level.

The CDBD_ADR13 table consists of various fields, each holding specific information or linking keys about Pager (central address admin.) data available in SAP. These include SFAADR13 (Global Unique Identifier), SFAKNA1 (SFA Key of Business Partner), SFAADRC (SFA Key of Address), SOURCE_C (Source of an object).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CDBD_ADR13 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SFAADR13Global Unique Identifier SMO_GUIDCHAR32SMO_GUID
SFAKNA1SFA Key of Business Partner SMO_SFAKN1CHAR32SMO_GUID
SFAADRCSFA Key of Address SMO_SFAADCCHAR32SMO_GUID
SOURCE_CSource of an object SMO_SOURCECHAR3SMO_SOURCE
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
DATE_FROMValid-from date - in current Release only 00010101 possible AD_DATE_FRDATS8DATUM
CONSNUMBERSequence Number AD_CONSNUMNUMC3NUMC3
ADRCDFLTAddress is Default Address of Business Partner SMO_ADRCDTCHAR1SMO_ADRCDT
FLGDEFAULTStandard Sender Address in this Communication Type AD_FLGDFNRCHAR1XFELD
FLG_NOUSEFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
HOME_FLAGRecipient address in this communication type (mail sys.grp) AD_FLGHOMECHAR1XFELD
PAGER_SERVPager Service AD_PAGSERVCHAR4CHAR4
PAGER_NMBRPager number AD_PAGNMBRCHAR30TEXT30
PAGER_LONGNormalized pager search field AD_PGNRLNGCHAR30CHAR30
PAGER_CALLPager number for finding sender AD_PAGNRCLCHAR30CHAR30
DFT_RECEIVEncoded Reference to a Sequence Number AD_CONSREFCHAR1AD_CONSREF
PARTNERZGP-Partner Number SMO_PARTNRCHAR10SMO_PARTNR
TR_USERTransaction User SMO_TR_USRCHAR32SMO_TR_USR
TR_IDTransaction Identifier SMO_TR_IDCHAR32SMO_TR_ID
TR_STATUSStatus of Transaction SMO_TR_STSCHAR4SMO_TR_STS
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DELETEDMobile Sales Deleted SMO_DELETDCHAR1SMO_DELETD
TR_ROOTIDIdentifier of BDoc Root object SMO_RTGUIDCHAR32SMO_GUID
ORIGINALVALUEAttribute/Field CRM_EMAI_CHAR_DESCRCHAR60CHAR60
R3_USEREncoded Reference to a Sequence Number AD_CONSREFCHAR1AD_CONSREF

Key field Non-key field



How do I retrieve data from SAP table CDBD_ADR13 using ABAP code

The following ABAP code Example will allow you to do a basic selection on CDBD_ADR13 to SELECT all data from the table
DATA: WA_CDBD_ADR13 TYPE CDBD_ADR13.

SELECT SINGLE *
FROM CDBD_ADR13
INTO CORRESPONDING FIELDS OF WA_CDBD_ADR13
WHERE...

How to access SAP table CDBD_ADR13

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