/1MD/MD______075 SAP (BP At/Rel BP_HEADER / HASNAME_P) Table details

Dictionary Type: Table
Description: BP At/Rel BP_HEADER / HASNAME_P




ABAP Code to SELECT data from /1MD/MD______075
Related tables to /1MD/MD______075
Access table /1MD/MD______075




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

/1MD/MD______075 is a standard SAP Table which is used to store BP At/Rel BP_HEADER / HASNAME_P data and is available within R/3 SAP systems depending on the version and release level.

The /1MD/MD______075 table consists of various fields, each holding specific information or linking keys about BP At/Rel BP_HEADER / HASNAME_P data available in SAP. These include USMDKBPBP_HEADER (Technical Key), /1MD/BPAD_NATION (Version ID for International Addresses), USMDKBPADDRNO (Technical Key), USMD_ACTIVE (Active/Inactive Data Record).. 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: Cannot Be Enhanced


SAP /1MD/MD______075 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 MANDTCLNT3T000MANDT
USMDKBPBP_HEADERTechnical Key USMD_TECH_KEYINT410/1MD/MD______0B4INT4
/1MD/BPAD_NATIONVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
USMDKBPADDRNOTechnical Key USMD_TECH_KEYINT410INT4
USMD_ACTIVEActive/Inactive Data Record USMD_ACTIVECHAR1USMD_ACTIVE
/1MD/BPREFNAMEPCountry Key LAND1CHAR3Assigned to domainLAND1LND
/1MD/BPREFNAMEP1Name format AD_FORMATCHAR2Assigned to domainAD_NAMFORM
USMD_O_AD_NAME_PObsolete Data Record USMD_OBSOLETECHAR1USMD_FLG
/1MD/BPCONVERTEDStatus of Field 'Full Name' NAME_TEXT AD_NAMCONVCHAR1AD_NAMCONV
/1MD/BPINITIALS'Middle Initial' or personal initials AD_INITSCHAR10CHAR10
/1MD/BPLANGU_PLanguage Key (Technical) SPRASTCHAR1Assigned to domainISOLASPRASTSPRSTRALAN_LANGUAGE_TECHNICAL
/1MD/BPNAME2_PName of person at birth AD_NAME2_PCHAR40TEXT40
/1MD/BPNAMEFIRSTFirst name AD_NAMEFIRCHAR40TEXT40
/1MD/BPNAMELASTLast name AD_NAMELASCHAR40TEXT40
/1MD/BPNAMELAST2Second surname of a person AD_NAMLAS2CHAR40TEXT40
/1MD/BPNAMEMIDDLMiddle name or second forename of a person AD_NAMEMIDCHAR40TEXT40
/1MD/BPNAMETXT_PFull Name of Person AD_NAMTEXTCHAR80TEXT80
/1MD/BPNAME_CO_Pc/o name AD_NAME_COCHAR40TEXT40
/1MD/BPNICKNAMENickname or name used AD_NICKNAMCHAR40TEXT40
/1MD/BPPREFIX1Name Prefix (Key) AD_PREFIXCHAR4Assigned to domainAD_PREFIX
/1MD/BPPREFIX22nd name prefix (key) AD_PREFIX2CHAR4Assigned to domainAD_PREFIX
/1MD/BPSORT1Search Term 1 AD_SORT1CHAR20CHAR20
/1MD/BPSORT2Search Term 2 AD_SORT2CHAR20CHAR20
/1MD/BPTITLEACA2Second academic title (key) AD_TITLE2CHAR4Assigned to domainAD_TITLE1
/1MD/BPTITLE_ACAAcademic Title: Key AD_TITLE1CHAR4Assigned to domainAD_TITLE1AD_TITLE1
/1MD/BPTITLE_PForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
/1MD/BPTITLE_SPPName supplement, e.g. noble title (key) AD_TITLESCHAR4Assigned to domainAD_TITLES

Key field Non-key field



How do I retrieve data from SAP table /1MD/MD______075 using ABAP code

The following ABAP code Example will allow you to do a basic selection on /1MD/MD______075 to SELECT all data from the table
DATA: WA_/1MD/MD______075 TYPE /1MD/MD______075.

SELECT SINGLE *
FROM /1MD/MD______075
INTO CORRESPONDING FIELDS OF WA_/1MD/MD______075
WHERE...

How to access SAP table /1MD/MD______075

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