IOOPER_PREDEC SAP (Data from Advanced Operations) Structure details

Dictionary Type: Structure
Description: Data from Advanced Operations




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




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

IOOPER_PREDEC 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 "Data from Advanced Operations" 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_IOOPER_PREDEC TYPE IOOPER_PREDEC.

The IOOPER_PREDEC table consists of various fields, each holding specific information or linking keys about Data from Advanced Operations data available in SAP. These include PRE2_STTXT (Character field of length 40), PRE3_STTXT (Character field of length 40), PRE1_STATUS (Not More Closely Defined Area, Possibly Used for Patchlevels), PRE2_STATUS (Not More Closely Defined Area, Possibly Used for Patchlevels).. 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 IOOPER_PREDEC 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
PRE1_STTXTCharacter field of length 40 CHAR40CHAR40CHAR40
PRE2_STTXTCharacter field of length 40 CHAR40CHAR40CHAR40
PRE3_STTXTCharacter field of length 40 CHAR40CHAR40CHAR40
PRE1_STATUSNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PRE2_STATUSNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PRE3_STATUSNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PRE1_QUANTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PRE2_QUANTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PRE3_QUANTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PRE1_MGVRGOperation Quantity MGVRGQUAN13(3) MENG13
PRE1_LMNGATotal Yield Confirmed LMNGAQUAN13(3) MENG13
PRE1_MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
PRE2_MGVRGOperation Quantity MGVRGQUAN13(3) MENG13
PRE2_LMNGATotal Yield Confirmed LMNGAQUAN13(3) MENG13
PRE2_MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
PRE3_MGVRGOperation Quantity MGVRGQUAN13(3) MENG13
PRE3_LMNGATotal Yield Confirmed LMNGAQUAN13(3) MENG13
PRE3_MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
PRE1_SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
PRE1_SSEDZLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
PRE1_IEDDActual finish: Execution (date) IEDDDATS8DATUMEDR
PRE1_IEDZActual finish: Execution (time) IEDZTIMS6ATIMEEZR
PRE2_SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
PRE2_SSEDZLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
PRE2_IEDDActual finish: Execution (date) IEDDDATS8DATUMEDR
PRE2_IEDZActual finish: Execution (time) IEDZTIMS6ATIMEEZR
PRE3_SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
PRE3_SSEDZLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
PRE3_IEDDActual finish: Execution (date) IEDDDATS8DATUMEDR
PRE3_IEDZActual finish: Execution (time) IEDZTIMS6ATIMEEZR
PRE1_ARBPLWork center ARBPLCHAR8ARBPLAGR
PRE2_ARBPLWork center ARBPLCHAR8ARBPLAGR
PRE3_ARBPLWork center ARBPLCHAR8ARBPLAGR

Key field Non-key field



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

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

How to access SAP table IOOPER_PREDEC

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