ECRMCONTRINFO SAP (Internal Structure for Move-In/Out) Structure details

Dictionary Type: Structure
Description: Internal Structure for Move-In/Out




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




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

ECRMCONTRINFO 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 "Internal Structure for Move-In/Out" 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_ECRMCONTRINFO TYPE ECRMCONTRINFO.

The ECRMCONTRINFO table consists of various fields, each holding specific information or linking keys about Internal Structure for Move-In/Out data available in SAP. These include INT_UI (Internal key for point of delivery), PARTNER_GUID (Business Partner GUID), VKONTO_GUID (Business Agreement GUID), AB (Start of Period).. 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 ECRMCONTRINFO 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
EXT_UIPoint of delivery ID EXT_UICHAR50EXT_UIEXT_POD
INT_UIInternal key for point of delivery INT_UICHAR22Assigned to domainINT_POD
PARTNER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
VKONTO_GUIDBusiness Agreement GUID BUAG_GUIDRAW16SYSUUID
ABStart of Period ABDATUMDATS8DATUMABDATUM
BISValid-To Date BISDATUMDATS8DATUM
CONTRACTHEADGlobally Unique Identifier GUIDRAW16
CONTRACTPOSGlobally Unique Identifier GUIDRAW16
CRM_PRODUCTCRM Product ESALES_CRM_PRODUCTCHAR40ESALES_CRM_PRODUCT
PRODIDNode to Describe Master Data Template EPD_PRODIDCHAR20Assigned to domainEPD_PRODIDEPD_PRODID
PRODUCT_GUIDGlobally Unique Identifier GUIDRAW16
CAMPAIGNIS-U: Marketing Campaign ISU_MARKETING_CAMPAIGNRAW16UCAMPISU_MARKETING_CAMPAIGNPRPM_CGPL_K
NUMFour-digit number NUM4NUMC4NUM04
CRM_OBJECT_IDTransaction Number in CRM Document ECRMT_OBJECT_IDCHAR10ALPHAECRM_OBJECT_ID
CRM_OBJECT_POSItem Number in CRM Document ECRM_ITEM_NONUMC10ECRM_ITEM_NO
CANCREASON_NEWCancellation Reason (CRM) ECRMT_SRV_CANCEL_REASONCHAR4Assigned to domainQCODE
CAMPAIGN_TO_DATEIS-U: Individual To-Date Campaign Analysis ISU_CAMPAIGN_TO_DATEDATS8DATS
OUCONTRACTMaster Agreement for Individual Contract OUCONTRACTCHAR10Assigned to domainALPHAVERTRAGVTGEVER
OUCONTRACT_IGUID in 'RAW' format GUID_16RAW16SYSUUID
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
BLOCKED_GUID_IGUID in 'RAW' format GUID_16RAW16SYSUUID
BLOCKED_BUAG_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
BLOCKED_BUAG_IDContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
BLOCKED_STARTDATEDate DATUMDATS8DATUM
CHANGE_TICKET1ISU-CRM Change Number ECRM_CHANGE_TICKETCHAR22CIFGUID22
ACT_SWTCMSGGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
DEACT_SWTCMSGGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
RELTOPREVVersion Number Component CHAR2CHAR2CHAR2
RELTONEXTVersion Number Component CHAR2CHAR2CHAR2
PREV_TS_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
NEXT_TS_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
DELETEDCheckbox in Reporting CHECKBOXCHAR1FUNC
BUNDLE_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
PRODCH_BEGIndicators KENNZXCHAR1KENNZX
PRODCH_ENDIndicators KENNZXCHAR1KENNZX
VKONTOContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CANCELEDIndicators KENNZXCHAR1KENNZX
ACT_SWTCDOCSwitch Document No. EIDESWTNUMCHAR20Assigned to domainEIDESWTNUM
DEACT_SWTCDOCSwitch Document No. EIDESWTNUMCHAR20Assigned to domainEIDESWTNUM
CRM_ITEM_DESCRContract Description ECRM_CONTRACT_DESCRCHAR40ECRM_CONTRACT_DESCR

Key field Non-key field



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

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

How to access SAP table ECRMCONTRINFO

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