ECRM_CRMCONTRACT_STATUS_DATES SAP (Transfer Structure: Contract Status from CRM to IS-U Item) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Contract Status from CRM to IS-U Item




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




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

ECRM_CRMCONTRACT_STATUS_DATES 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 "Transfer Structure: Contract Status from CRM to IS-U Item" 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_ECRM_CRMCONTRACT_STATUS_DATES TYPE ECRM_CRMCONTRACT_STATUS_DATES.

The ECRM_CRMCONTRACT_STATUS_DATES table consists of various fields, each holding specific information or linking keys about Transfer Structure: Contract Status from CRM to IS-U Item data available in SAP. These include REF_GUID (GUID in 'CHAR' Format in Uppercase), REF_KIND (Item/Header), ORDERADM_H_GUID (GUID in 'CHAR' Format in Uppercase), LENGTH (Numc3, internal use).. 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: Cannot Be Enhanced


SAP ECRM_CRMCONTRACT_STATUS_DATES 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
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REF_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
REF_KINDItem/Header ECRM_REF_KINDCHAR1ECRM_REF_KIND
ORDERADM_H_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
LENGTHNumc3, internal use NUMC3NUMC3NUMC3
STATUSObject status J_STATUSCHAR5J_STATUS
USER_STAT_PROCStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
ACTIVEBoolean OS_BOOLEANCHAR1OS_BOOLEAN
PROCESSBusiness Transaction J_VORGANGCHAR4Assigned to domainJ_VORGANG
TYPEVersion Number Component CHAR2CHAR2CHAR2
APPT_TYPECharacter Field of Length 12 CHAR12CHAR12CHAR12
TIMESTAMP_FROMNumerical field, 15 characters long NUMC15NUMC15NUMC15
TIMEZONE_FROMTime Zone TIMEZONECHAR6Assigned to domainTZNZONE
DATE_FROMDate DATUMDATS8DATUM
KEEP_DATE_RULECheckbox in Reporting CHECKBOXCHAR1FUNC
DURATIONNumerical 13-Digit ISU_NUMC13NUMC13
TIME_UNITDefault Value for Time Unit TIMEUNITDUCHAR12Assigned to domainTIMEUNITNA
IS_DURATIONIndicators KENNZXCHAR1KENNZX
WITH_RESPONSEIndicators KENNZXCHAR1KENNZX
SENDERGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22

Key field Non-key field



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

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

How to access SAP table ECRM_CRMCONTRACT_STATUS_DATES

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