RC29A1 SAP (Functions for Engin. Change Mgmt Status Management) Structure details

Dictionary Type: Structure
Description: Functions for Engin. Change Mgmt Status Management




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




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

RC29A1 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 "Functions for Engin. Change Mgmt Status Management" 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_RC29A1 TYPE RC29A1.

The RC29A1 table consists of various fields, each holding specific information or linking keys about Functions for Engin. Change Mgmt Status Management data available in SAP. These include PUSH_CC02 ('Complete Check' Function), PUSH_CC03 ('Approve Engineering Change Request' Function), PUSH_CC04 ('Withdraw Approval' Function), PUSH_CC05 ('Convert Engineering Change Request' Function).. 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: Not classified


SAP RC29A1 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
PUSH_CC01'Check Request' Function CC_CC01CHAR1XFELD
PUSH_CC02'Complete Check' Function CC_CC02CHAR1XFELD
PUSH_CC03'Approve Engineering Change Request' Function CC_CC03CHAR1XFELD
PUSH_CC04'Withdraw Approval' Function CC_CC04CHAR1XFELD
PUSH_CC05'Convert Engineering Change Request' Function CC_CC05CHAR1XFELD
PUSH_CC06'Close Engineering Change Order' Function CC_CC06CHAR1XFELD
PUSH_CC07'Release ECO' Function CC_CC07CHAR1XFELD
PUSH_CC08'Unlock' function CC_CC08CHAR1XFELD
PUSH_CC09'Lock change' function CC_CC09CHAR1XFELD
PUSH_CC10Function 'Reject Engineering Change Request' CC_CC10CHAR1XFELD
PUSH_CC11'Order Incomplete' Function CC_CC11CHAR1XFELD
PUSH_CC12'Order Complete' Function CC_CC12CHAR1XFELD
PUSH_CC21'Change Possible' Function CC_CC21CHAR1XFELD
PUSH_CC22'Change Unnecessary' Function CC_CC22CHAR1XFELD
PUSH_CC23'Change Impossible' Function CC_CC23CHAR1XFELD
PUSH_CC24'Complete Change' Function CC_CC24CHAR1XFELD
PUSH_CC25'Release Change' Function CC_CC25CHAR1XFELD
PUSH_CC26'Incorrect Change' Function CC_CC26CHAR1XFELD
PUSH_CC27'Error Corrected' Function CC_CC27CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RC29A1

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