/MDGBP/_S_BP_PDF_AD_TEL SAP () Structure details

Dictionary Type: Structure
Description:




ABAP Code to SELECT data from /MDGBP/_S_BP_PDF_AD_TEL
Related tables to /MDGBP/_S_BP_PDF_AD_TEL
Access table /MDGBP/_S_BP_PDF_AD_TEL




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

/MDGBP/_S_BP_PDF_AD_TEL 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 "" 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_/MDGBP/_S_BP_PDF_AD_TEL TYPE /MDGBP/_S_BP_PDF_AD_TEL.

The /MDGBP/_S_BP_PDF_AD_TEL table consists of various fields, each holding specific information or linking keys about data available in SAP. These include AD_CONSNO (Sequence Number), T_COUNTRY (Country for telephone/fax number), T_EXTENS (Telephone no.: Extension), T_FLGDEFT (Standard Sender Address in this Communication Type).. 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 (Deep)


SAP /MDGBP/_S_BP_PDF_AD_TEL 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
ADDRNOAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
AD_CONSNOSequence Number AD_CONSNUMNUMC3NUMC3
T_COUNTRYCountry for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
T_EXTENSTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
T_FLGDEFTStandard Sender Address in this Communication Type AD_FLGDFNRCHAR1XFELD
T_FLGMOBIndicator: Telephone is a Mobile Telephone AD_FLGMOBCHAR1AD_FLGMOB
T_FLGNOUSFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
T_FLGSMSIndicator: Telephone is SMS-Enabled AD_FLGSMSCHAR1AD_FLGSMS
T_NR_CALLTelephone number for determining caller AD_TELNRCLCHAR30CHAR30
T_NR_LONGComplete number: dialling code+number+extension AD_TELNRLGCHAR30CHAR30
T_NUMBERTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
T_VALID_FValidity Date (Valid From) BU_DATFROMDATS8DATUM
T_VALID_TValidity Date (Valid To) BU_DATTODATS8DATUM
USMD_DESCRIPTION 0
T_COUNTRYDescription (long text) USMD_TXTLGCHAR60TEXT60
T_FLGDEFTDescription (long text) USMD_TXTLGCHAR60TEXT60
T_FLGMOBDescription (long text) USMD_TXTLGCHAR60TEXT60
T_FLGNOUSDescription (long text) USMD_TXTLGCHAR60TEXT60
T_FLGSMSDescription (long text) USMD_TXTLGCHAR60TEXT60

Key field Non-key field



How do I retrieve data from SAP structure /MDGBP/_S_BP_PDF_AD_TEL using ABAP code?

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

How to access SAP table /MDGBP/_S_BP_PDF_AD_TEL

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