SFC_CODRD SAP (Dialog structure for displaying the selected order in print) Structure details

Dictionary Type: Structure
Description: Dialog structure for displaying the selected order in print




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




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

SFC_CODRD 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 "Dialog structure for displaying the selected order in print" 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_SFC_CODRD TYPE SFC_CODRD.

The SFC_CODRD table consists of various fields, each holding specific information or linking keys about Dialog structure for displaying the selected order in print data available in SAP. These include MANDT (Client), AUFNR (Order Number), AUART (Order Type), GSTRS (Scheduled start).. 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 SFC_CODRD 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
SELSelection indicator FLG_SELCHAR1XFELD
MANDTClient MANDTCLNT3T000MANDT
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
GSTRSScheduled start CO_GSTRSDATS8DATUM
GLTRSScheduled finish CO_GLTRSDATS8DATUM
KTEXTDescription AUFTEXTCHAR40TEXT40
STTXTSystem Status CO_STTXTCHAR40CHAR40
KDAUFSales order number CO_KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
GAMNGTotal order quantity GAMNGQUAN13(3) MENG13
GMEINBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MATNRMaterial Number for Order CO_MATNRCHAR18MARAMATN1MATNRMAT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
DRUSelection indicator FLG_SELCHAR1XFELD
FLG_ERRORIndicator: Errors in processing CO_ERRORCHAR1KREUZ
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
LEAD_AUFNROrder number CO_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FLG_HIERKey: Order is part of a collective order CO_FLG_HIERCHAR1CHAR1
.INCLU--AP 0
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FEVORProduction Supervisor FEVORCHAR3Assigned to domainFEVORCFV
PROJNWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
FTRMSScheduled release date CO_FTRMSDATS8DATUM
MDV01Production line for repetitive manufacturing SA_LINE1CHAR8ARBPLAGRRMLINE

Key field Non-key field



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

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

How to access SAP table SFC_CODRD

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