MDG_BS_BP_AD_NAME_P SAP (MDG: Mapping Structure AD_NAME_P) Structure details

Dictionary Type: Structure
Description: MDG: Mapping Structure AD_NAME_P




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




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

MDG_BS_BP_AD_NAME_P 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 "MDG: Mapping Structure AD_NAME_P" 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_MDG_BS_BP_AD_NAME_P TYPE MDG_BS_BP_AD_NAME_P.

The MDG_BS_BP_AD_NAME_P table consists of various fields, each holding specific information or linking keys about MDG: Mapping Structure AD_NAME_P data available in SAP. These include ADDRNO (Address number), BP_HEADER (Business Partner ID), AD_NATION (Version ID for International Addresses), CONVERTED (Status of Field 'Full Name' NAME_TEXT).. 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 MDG_BS_BP_AD_NAME_P 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
BP_HEADERBusiness Partner ID BU_BUSINESSPARTNERCHAR10Assigned to domainALPHABU_PARTNERBPA
AD_NATIONVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
CONVERTEDStatus of Field 'Full Name' NAME_TEXT AD_NAMCONVCHAR1AD_NAMCONV
INITIALS'Middle Initial' or personal initials AD_INITSCHAR10CHAR10
LANGU_PLanguage Key (Technical) SPRASTCHAR1Assigned to domainISOLASPRASTSPRSTRALAN_LANGUAGE_TECHNICAL
NAME2_PName of person at birth AD_NAME2_PCHAR40TEXT40
NAMEFIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAMELASTLast name AD_NAMELASCHAR40TEXT40
NAMELAST2Second surname of a person AD_NAMLAS2CHAR40TEXT40
NAMEMIDDLMiddle name or second forename of a person AD_NAMEMIDCHAR40TEXT40
NAMETXT_PFull Name of Person AD_NAMTEXTCHAR80TEXT80
NAME_CO_Pc/o name AD_NAME_COCHAR40TEXT40
NICKNAMENickname or name used AD_NICKNAMCHAR40TEXT40
PREFIX1Name Prefix (Key) AD_PREFIXCHAR4Assigned to domainAD_PREFIX
PREFIX22nd name prefix (key) AD_PREFIX2CHAR4Assigned to domainAD_PREFIX
REFNAMEPCountry Key LAND1CHAR3Assigned to domainLAND1LND
REFNAMEP1Name format AD_FORMATCHAR2Assigned to domainAD_NAMFORM
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
SORT2Search Term 2 AD_SORT2CHAR20CHAR20
TITLEACA2Second academic title (key) AD_TITLE2CHAR4Assigned to domainAD_TITLE1
TITLE_ACAAcademic Title: Key AD_TITLE1CHAR4Assigned to domainAD_TITLE1AD_TITLE1
TITLE_PForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
TITLE_SPPName supplement, e.g. noble title (key) AD_TITLESCHAR4Assigned to domainAD_TITLES

Key field Non-key field



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

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

How to access SAP table MDG_BS_BP_AD_NAME_P

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