/SAPSRM/S_PDO_MDF_CP_BASIC SAP (Contact person basic data) Structure details

Dictionary Type: Structure
Description: Contact person basic data




ABAP Code to SELECT data from /SAPSRM/S_PDO_MDF_CP_BASIC
Related tables to /SAPSRM/S_PDO_MDF_CP_BASIC
Access table /SAPSRM/S_PDO_MDF_CP_BASIC




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

/SAPSRM/S_PDO_MDF_CP_BASIC 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 "Contact person basic data" 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_/SAPSRM/S_PDO_MDF_CP_BASIC TYPE /SAPSRM/S_PDO_MDF_CP_BASIC.

The /SAPSRM/S_PDO_MDF_CP_BASIC table consists of various fields, each holding specific information or linking keys about Contact person basic data data available in SAP. These include GUID (Business Partner GUID), P_GUID (Business Partner GUID), TITLE_KEY (Form-of-Address Key), TITLE_ACA1 (Academic Title: Key).. 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 /SAPSRM/S_PDO_MDF_CP_BASIC 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
GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
P_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
TITLE_KEYForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
TITLE_ACA1Academic Title: Key AD_TITLE1CHAR4Assigned to domainAD_TITLE1AD_TITLE1
FIRSTNAMEFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
LASTNAMELast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
PARTNERLANGUAGEBusiness partner: Language BU_LANGULANG1Assigned to domainISOLASPRAS
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
SEARCHTERM1Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
SEARCHTERM2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
TIME_ZONEAddress time zone AD_TZONECHAR6Assigned to domainTZNZONE
NAMEFORMATName format AD_FORMATCHAR2Assigned to domainAD_NAMFORM
BUILDINGBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
FLOORFloor in building AD_FLOORCHAR10TEXT10
ROOM_NORoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
DEPARTMENTNAMEDepartment at business partner BU_DPRTMNTCHAR40TEXT40
INHOUSE_MLInt. mail postal code AD_IH_MAILCHAR10TEXT10
PRINT_MODEBusiness Partner Print Format BU_PRINT_MODECHAR1BU_PRINT_MODE
IS_CNCT_PERSON_FLGCheckbox XFELDCHAR1XFELD
IS_SERVICE_AGENT_FLGCheckbox XFELDCHAR1XFELD
CREATE_EMP_FLGCheckbox XFELDCHAR1XFELD
CP_ADDR_GUIDGUID of a Business Partner Address BU_ADDRESS_GUIDRAW16SYSUUID
DUMMY_EEW_BP_CSF_CPDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_PDO_MDF_CP_BASIC using ABAP code?

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

How to access SAP table /SAPSRM/S_PDO_MDF_CP_BASIC

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