CRMT_CONTACT_PARTNER_INFO SAP (CRM: Detailed Information on Contact Persons) Structure details

Dictionary Type: Structure
Description: CRM: Detailed Information on Contact Persons




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




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

CRMT_CONTACT_PARTNER_INFO 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 "CRM: Detailed Information on Contact Persons" 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_CRMT_CONTACT_PARTNER_INFO TYPE CRMT_CONTACT_PARTNER_INFO.

The CRMT_CONTACT_PARTNER_INFO table consists of various fields, each holding specific information or linking keys about CRM: Detailed Information on Contact Persons data available in SAP. These include RTITL (Title of Object Part), VALIDFROMDATE (Validity Date (Valid From)), VALIDUNTILDATE (Validity Date (Valid To)), PARTNER (Business Partner Number).. 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)


SAP CRMT_CONTACT_PARTNER_INFO 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
BEZ50Description BU_BEZ50CHAR50TEXT50
RTITLTitle of Object Part BU_RTITLCHAR25TEXT25
VALIDFROMDATEValidity Date (Valid From) BU_DATFROMDATS8DATUM
VALIDUNTILDATEValidity Date (Valid To) BU_DATTODATS8DATUM
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TITLE_TEXTTitle text AD_TITLETXCHAR30TEXT30
FIRSTNAMEFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
LASTNAMELast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
CORRESPONDLANGUAGEISO2-Character SAP Language Code LAISOCHAR2LAISO
CALL_RULE_TEXTIndicator as to Whether Call Times are Maintained CRMT_CP_CALL_RULE_TEXTCHAR40TEXT40
REL_TEL1_NUMBRFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
REL_TEL1_EXTFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
REL_FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
REL_FAX_EXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
REL_E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TEL_NOComplete number: dialling code+number+extension AD_TELNRLGCHAR30CHAR30
FAX_NOComplete number: dialling code+number+extension AD_FXNRLNGCHAR30CHAR30
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
PAGERPager number AD_PAGNMBRCHAR30TEXT30
ADR_NOTESAddress notes AD_REMARK1CHAR50TEXT50
COMM_NOTESCommunication link notes AD_REMARK2CHAR50TEXT50
FUNCTIONNAMEFunction name of partner BU_FNCTNCHAR40TEXT40
FUNCTIONFunction of partner BU_PAFKTCHAR4Assigned to domainBU_PAFKT
FUNCTION_TEXTBusiness Partner's Function CRMT_CP_FUNCTION_TEXTCHAR30TEXT30
DEPARTMENTNAMEDepartment at business partner BU_DPRTMNTCHAR40TEXT40
DEPARTMENTDepartment BU_ABTNRCHAR4Assigned to domainBU_ABTNR
DEPARTMENT_TEXTBusiness Partner's Department CRMT_CP_DEPARTMENT_TEXTCHAR20TEXT20
AUTHORITYPartner's Authority BU_PAAUTHCHAR1Assigned to domainBU_PAAUTH
AUTHORITY_TEXTBusiness Partner Authority CRMT_CP_AUTHORITY_TEXTCHAR20TEXT20
VIPVIP Partner BU_PAVIPCHAR1Assigned to domainBU_PAVIP
VIP_TEXTVIP for Business Partner CRMT_CP_VIP_TEXTCHAR20TEXT20
COMMENTSNotes for Partner BU_PAREMCHAR40TEXT40
DEFAULTRELATIONSHIPStandard Relationship BU_XDFRELCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CRMT_CONTACT_PARTNER_INFO

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