IUUC_PROCOPT_CHN SAP (Change log for Process Option changes) Table details

Dictionary Type: Table
Description: Change log for Process Option changes




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




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

IUUC_PROCOPT_CHN is a standard SAP Table which is used to store Change log for Process Option changes data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_PROCOPT_CHN table consists of various fields, each holding specific information or linking keys about Change log for Process Option changes data available in SAP. These include TABNAME (Table Name), CHNGNR (number of changes), PROCOPT_OLD (IUUC process option), PROCOPT_NEW (IUUC process option).. 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: Cannot Be Enhanced


SAP IUUC_PROCOPT_CHN 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
MT_IDDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CHNGNR number of changes0
PROCOPT_OLDIUUC process option IUUC_PROCESS_OPTIONNUMC1IUUC_PROCESS_OPTION
PROCOPT_NEWIUUC process option IUUC_PROCESS_OPTIONNUMC1IUUC_PROCESS_OPTION
CHANGEDATESystem Date SYDATUMDATS8SYDATS
CHANGETIMESystem Time SYUZEITTIMS6SYTIME
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
CHANGE_REASON reason for process option change0

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_PROCOPT_CHN
INTO CORRESPONDING FIELDS OF WA_IUUC_PROCOPT_CHN
WHERE...

How to access SAP table IUUC_PROCOPT_CHN

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