FKKORDA_FILL SAP (Fill Transfer Structure for Clarification Worklist ORDA) Structure details

Dictionary Type: Structure
Description: Fill Transfer Structure for Clarification Worklist ORDA




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




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

FKKORDA_FILL 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 "Fill Transfer Structure for Clarification Worklist ORDA" 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_FKKORDA_FILL TYPE FKKORDA_FILL.

The FKKORDA_FILL table consists of various fields, each holding specific information or linking keys about Fill Transfer Structure for Clarification Worklist ORDA data available in SAP. These include MANDT (Client), ORDNR (Request Number), ORDCLS (Request Class), ORDTYP (Request Category).. 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 FKKORDA_FILL 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ORDNRRequest Number ORDNR_KKCHAR12ALPHAORDNR_KK
ORDCLSRequest Class ORDCLS_KKCHAR1DFKKORDERCLSORDCLS_KK
ORDTYPRequest Category ORDTYP_KKCHAR1DFKKORDTYPORDTYP_KK
DOC_DATEDocument Date in Document BLDATDATS8DATUM
POST_DATEPosting Date in the Document BUDATDATS8DATUM
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
CURRENCYTransaction Currency BLWAE_KKCUKY5TCURCWAERSFWS
GESBETRWTotal Amount of Request in Transaction Currency ORDBETRW_KKCURR13(2) WRTV7
UNAMProcessor Who Created or Changed the Request ORDUNAM_KKCHAR12USNAM
WFP01Parameters for Role Determination in Workflow (Dual Control) WFPAR_KKCHAR20CHAR20
WFP02Parameters for Role Determination in Workflow (Dual Control) WFPAR_KKCHAR20CHAR20
WFP03Parameters for Role Determination in Workflow (Dual Control) WFPAR_KKCHAR20CHAR20
STATECFC: Status of an application table entry CFC_STATECHAR2CFC_ITEM_STATECFC_STATE
LOCK_USERName of the person to last change the status of the object CFC_UNAMECHAR12Assigned to domainXUBNAME
LOCK_LIMITCFC: Lock period of a lock entry CFC_LOCK_LIMITDATS8SYDATS
WORKSTATELast processing status of a clarification case CFC_WORKSTATECHAR2CFC_IT_WORKSTATECFC_WORKSTATE
RESUBMIT_DATEDate on which Resubmission Occurs CFC_RESUBMIT_DATEDATS8SYDATS
WF_COUNTNumber of active workflows with this clarification case CFC_WORKFLOW_COUNTERINT13INT1
UPDATE_TASKData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table FKKORDA_FILL

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