CRMT_BW_DATES SAP (DATES Data for BW DataSources) Structure details

Dictionary Type: Structure
Description: DATES Data for BW DataSources




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




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

CRMT_BW_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 "DATES Data for BW DataSources" 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_BW_DATES TYPE CRMT_BW_DATES.

The CRMT_BW_DATES table consists of various fields, each holding specific information or linking keys about DATES Data for BW DataSources data available in SAP. These include CONFIRMED_DATE (Latest Confirmation Date for Item Schedule Line), BEGIN_DATE (Contract Start Date), ENDING_DATE (Contract End Date), START_OF_BILLING (Start Date of Billing Plan).. 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 CRMT_BW_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
REQUESTED_DATEOrder Date CRMT_REQUESTED_DATEDATS8CRM_RPRTNG_DATE
CONFIRMED_DATELatest Confirmation Date for Item Schedule Line CRMT_CONFIRMED_DATEDATS8CRM_RPRTNG_DATE
BEGIN_DATEContract Start Date CRMT_BEGIN_DATEDATS8CRM_RPRTNG_DATE
ENDING_DATEContract End Date CRMT_ENDING_DATEDATS8CRM_RPRTNG_DATE
START_OF_BILLINGStart Date of Billing Plan CRMT_START_OF_BILLINGDATS8CRM_RPRTNG_DATE
VALID_FROM_DATEQuotation Valid from Date CRMT_VALID_FROM_DATEDATS8CRM_RPRTNG_DATE
VALID_TO_DATEQuotation: Valid to Date CRMT_VALID_TO_DATEDATS8CRM_RPRTNG_DATE
BW_POST_DATEPosting Date for BW Reporting CRMT_BW_POST_DATEDATS8CRM_RPRTNG_DATE
PLANNED_TS_FROMTime Stamp: Planned Date/Time from CRMT_PLANNED_TS_FROMDEC15TSTPSBCOS_TSTMP
PLANNED_TS_TOTime Stamp: Planned Date/Time to CRMT_PLANNED_TS_TODEC15TSTPSBCOS_TSTMP
ACTUAL_TS_FROMTime Stamp: Actual Date/Time from CRMT_ACTUAL_TS_FROMDEC15TSTPSBCOS_TSTMP
ACTUAL_TS_TOTime Stamp: Actual Date/Time to CRMT_ACTUAL_TS_TODEC15TSTPSBCOS_TSTMP
PLANNED_FROMPlanned Date from CRMT_PLANNED_FROMDATS8CRM_RPRTNG_DATE
PLANNED_TOPlanned Date to CRMT_PLANNED_TODATS8CRM_RPRTNG_DATE
ACTUAL_FROMActual Date from CRMT_ACTUAL_FROMDATS8CRM_RPRTNG_DATE
ACTUAL_TOActual Date to CRMT_ACTUAL_TODATS8CRM_RPRTNG_DATE
EARLIEST_CONFIRMEarliest Confirmation Date Still Not Delivered CRMT_EARLIEST_CONFIRMEDDATS8CRM_RPRTNG_DATE
DURADuration of Contract/Quotation CRMT_BW_DURATIONDEC13TIMEDURA
DURA_FULLFILLDuration Until Fulfillment of Contract CRMT_BW_DURA_FULLFILLDEC13TIMEDURA
DURA_UNITTime Unit for Duration of Contract/Quotation in Days CRMT_BW_DURA_UNITCHAR12Assigned to domainTIMEUNITNA
BEGIN_TO_COMPLETDuration Start to Conversion or Cancellation of a Quotation CRMT_BW_BEGIN_TO_COMPLETEDEC13TIMEDURA
COMPLETE_TO_ENDDuration Conversion or Cancellation Before End of Quotation CRMT_BW_COMPLETE_TO_ENDDEC13TIMEDURA
REL_TO_BEGINTime Relation: Time to Completion / Validity Interval CRMT_BW_REL_TO_BEGINDEC5(2)
REL_BEFORE_ENDTime Relation: Time Completed Before End / Validity Interval CRMT_BW_REL_BEFORE_ENDDEC5(2)
REQ_DLV_DATETime Stamp: Last Required Delivery Date CRMT_REQ_DELIVERY_DATEDEC15TSTPSBCOS_TSTMP
LAST_DLV_DATETime Stamp: Last Delivery Date CRMT_LAST_DELIVERY_DATEDEC15TSTPSBCOS_TSTMP
LAST_QI_ACT_DATETime Stamp: Last Actual Goods Issue Data CRMT_LAST_QI_ACTUAL_DATEDEC15TSTPSBCOS_TSTMP
LAST_REQ_AVA_DATTime Stamp: Last Material Availability Date (Requested) CRMT_LAST_REQ_AVAILABLE_DATEDEC15TSTPSBCOS_TSTMP
LAST_CONF_AV_DATTime Stamp: Last Material Availability Date (Confirmed) CRMT_LAST_CONF_AVAILABLE_DATEDEC15TSTPSBCOS_TSTMP
LAST_REQ_QI_PLDATime Stamp: Last Planned Goods Issue Date (Requested) CRMT_LAST_REQ_QI_PLANNED_DATEDEC15TSTPSBCOS_TSTMP
LAST_CONF_QI_PLDTime Stamp: Last Planned Goods Issue Date (Confirmed) CRMT_LAST_CONF_QI_PLANNED_DATEDEC15TSTPSBCOS_TSTMP

Key field Non-key field



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

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

How to access SAP table CRMT_BW_DATES

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