FCO_REWORK_COCKPIT SAP (Structure for Rework Cockpit) Structure details

Dictionary Type: Structure
Description: Structure for Rework Cockpit




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




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

FCO_REWORK_COCKPIT 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 "Structure for Rework Cockpit" 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_FCO_REWORK_COCKPIT TYPE FCO_REWORK_COCKPIT.

The FCO_REWORK_COCKPIT table consists of various fields, each holding specific information or linking keys about Structure for Rework Cockpit data available in SAP. These include MATNR (Material Number), REW_IN_QTY (Inward Transfer Quantity for Rework), MEINH (Unit of Measure for Display), AUSSCHUSS (Scrap from Rework).. 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 FCO_REWORK_COCKPIT 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
REW_IN_QTYInward Transfer Quantity for Rework FCO_REW_IN_QTYQUAN13(3) MENG13V
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
AUSSCHUSSScrap from Rework FCO_REW_SCRAPQUAN13(3) MENGV13
TEXT_WERKSMaterial Description (Short Text) MAKTXCHAR40TEXT40
TEXT_MATNRMaterial Description (Short Text) MAKTXCHAR40TEXT40
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
VERIDProduction Version VERIDCHAR4MKALVERIDVER
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
VKOSTLResponsible Cost Center FCO_RESPCCCHAR10CSKSALPHAKOSTLKOST
REWORKRReason for Rework FCO_REWORK_REASONCHAR4TRUGCO_AGRND
SCRAP_INDInward Transfer Quantity as Scrap FCO_REWORK_SCRAP_INDCHAR1XFELD
GOOD_INDQuantity Transferred Inward as Yield FCO_REWORK_GOODCHAR1XFELD
BLDATDocument Date CO_BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
NOTIF_NUMBERNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT

Key field Non-key field



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

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

How to access SAP table FCO_REWORK_COCKPIT

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