USMD_CR_BLOCK SAP (Blocking of Change Requests After Activation of Data Model) Table details

Dictionary Type: Table
Description: Blocking of Change Requests After Activation of Data Model




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




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

USMD_CR_BLOCK is a standard SAP Table which is used to store Blocking of Change Requests After Activation of Data Model data and is available within R/3 SAP systems depending on the version and release level.

The USMD_CR_BLOCK table consists of various fields, each holding specific information or linking keys about Blocking of Change Requests After Activation of Data Model data available in SAP. These include USMD_MODEL (Data Model), ADJUST_STATUS (Status of Adjustment to Change Request).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP USMD_CR_BLOCK table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
USMD_MODELData Model USMD_MODELCHAR2Assigned to domainUSMD_MODEL
ADJUST_STATUSStatus of Adjustment to Change Request USMD_ADJ_STATUSCHAR1USMD_ADJ_STATUS

Key field Non-key field



How do I retrieve data from SAP table USMD_CR_BLOCK using ABAP code

The following ABAP code Example will allow you to do a basic selection on USMD_CR_BLOCK to SELECT all data from the table
DATA: WA_USMD_CR_BLOCK TYPE USMD_CR_BLOCK.

SELECT SINGLE *
FROM USMD_CR_BLOCK
INTO CORRESPONDING FIELDS OF WA_USMD_CR_BLOCK
WHERE...

How to access SAP table USMD_CR_BLOCK

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