MDG_ANLY_S_CR_DATASOURCE SAP (Change Request Process Analytics Extract Structure) Structure details

Dictionary Type: Structure
Description: Change Request Process Analytics Extract Structure




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




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

MDG_ANLY_S_CR_DATASOURCE 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 "Change Request Process Analytics Extract Structure" 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_MDG_ANLY_S_CR_DATASOURCE TYPE MDG_ANLY_S_CR_DATASOURCE.

The MDG_ANLY_S_CR_DATASOURCE table consists of various fields, each holding specific information or linking keys about Change Request Process Analytics Extract Structure data available in SAP. These include CREATED_YEAR (CR Created Year), CREATED_QUARTER (CR Created Quarter), CREATED_MONTH (Created Month), CREATED_WEEK (CR Created Week).. 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 MDG_ANLY_S_CR_DATASOURCE 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
USMD_PRIORITYPriority USMD_PRIORITYNUMC2Assigned to domainUSMD_PRIORITY
CREATED_YEARCR Created Year MDG_ANLY_YEARNUMC4
CREATED_QUARTERCR Created Quarter MDG_ANLY_QUARTERNUMC6
CREATED_MONTHCreated Month MDG_ANLY_CREATED_MONTHNUMC6
CREATED_WEEKCR Created Week MDG_ANLY_WEEKNUMC6
CREATED_DATEChange Request Creation Date MDG_CR_CREATED_ATDATS8DATUM
USMD_MODELData Model USMD_MODELCHAR2Assigned to domainUSMD_MODEL
USMD_CREQ_TYPEType of Change Request USMD_CREQUEST_TYPECHAR8USMD_CREQUEST_TYPE
USMD_CREQUESTChange Request USMD_CREQUESTNUMC12ALPHAUSMD_CREQUEST
DD_VIOLATEDCheck Whether the CR Violated the Due Date MDG_ANLY_DD_VIOLATEDINT410MDG_ANLY_FLAG
DD_ON_TIMECheck Whether the Change Request with Due Date is On Time MDG_ANLY_DD_ON_TIMEINT410MDG_ANLY_FLAG
SLA_VIOLATEDCheck Whether the CR has Violated the SLA MDG_ANLY_SLA_VIOLATEDINT410MDG_ANLY_FLAG
SLA_ON_TIMECheck Whether the CR With SLA Is On Time MDG_ANLY_SLA_ON_TIMEINT410MDG_ANLY_FLAG
OTHERSSLA or Due Date is not Maintained MDG_ANLY_OTHER_CRINT410
CR_PRO_TIMEProcessing Time MDG_CR_PROCESSING_TIMEDEC21(7)
TOTAL_ON_TIMECheck Whether the CR is On Time MDG_ANLY_OTHERS_ON_TIMEINT410MDG_ANLY_FLAG
IN_PROCESSCheck Whether the Status of the CR is In Process MDG_ANLY_CR_INPROCESSINT410MDG_ANLY_FLAG
REJECTEDCheck Whether the Status of CR is Rejected MDG_ANLY_CR_REJECTEDINT410MDG_ANLY_FLAG
APPROVEDCheck Whether the Status of the Change Request is Approved MDG_ANLY_CR_APPROVEDINT410MDG_ANLY_FLAG
SLA_IN_DAYSSLA In Days MDG_ANLY_SLA_IN_DAYSDEC10(2)
USMD_REASON_REJReason for Rejection USMD_REASON_REJCHAR2Assigned to domainUSMD_REASON_REJ

Key field Non-key field



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

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

How to access SAP table MDG_ANLY_S_CR_DATASOURCE

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