PDORDU15 SAP (Confirmation Structure for LCOCIU15) Structure details

Dictionary Type: Structure
Description: Confirmation Structure for LCOCIU15




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




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

PDORDU15 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 "Confirmation Structure for LCOCIU15" 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_PDORDU15 TYPE PDORDU15.

The PDORDU15 table consists of various fields, each holding specific information or linking keys about Confirmation Structure for LCOCIU15 data available in SAP. These include RMZHL (Confirmation counter), MSID (Number of the Process Message), PROCESS_ORDER (Order number), OPERATION (Operation/phase number).. 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 PDORDU15 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
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
MSIDNumber of the Process Message CO_MSIDNUMC18Assigned to domainCO_MSID
PROCESS_ORDEROrder number CO_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
OPERATIONOperation/phase number CO_VORNRCHAR4NUMCVVORNR
SECONDARY_RESOURCESuboperation UVORNCHAR4NUMCVVORNR
EVENT_DATELogical Date LDATEDATS8DATUM
EVENT_TIMELogical time LTIMETIMS6UZEIT
YIELDTotal Yield Confirmed LMNGAQUAN13(3) MENG13
SCRAPTotal scrap quantity confirmed XMNGAQUAN13(3) MENG13
UNIT_OF_MEASUREUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
OPERATION_STATUSStatus of the PI sheet CO_PISTATCHAR5CO_PISTAT
CLEAR_OPEN_RESERVATIONSPost open reservations AUSORCHAR1XFELD
RESOURCEWork center ARBPLCHAR8ARBPLAGR
PLANT_OF_RESOURCEPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SHORT_TEXTConfirmation text CO_RTEXTCHAR40TEXT40
REASONReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND

Key field Non-key field



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

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

How to access SAP table PDORDU15

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