COSFCACT SAP (Mass processing: Structure of selection fields) Structure details

Dictionary Type: Structure
Description: Mass processing: Structure of selection fields




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




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

COSFCACT 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 "Mass processing: Structure of selection fields" 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_COSFCACT TYPE COSFCACT.

The COSFCACT table consists of various fields, each holding specific information or linking keys about Mass processing: Structure of selection fields data available in SAP. These include GLTINTT (Exceeding delivery date in calendar days), TASKS (Number of work processes that are ready for processing), PROT_EXT (Output of an extended log), TESTRUN (Selection indicator).. 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 COSFCACT 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
GLTINTArchiving: Delivery date exceeded in calendar days CO_GLTINTNUMC4NUM4
GLTINTTExceeding delivery date in calendar days CO_GLTINTANUMC3NUM3
TASKSNumber of work processes that are ready for processing CO_TASKNUMINT410INT4
PROT_EXTOutput of an extended log CO_PROTEXTCHAR1XFELD
TESTRUNSelection indicator FLG_SELCHAR1XFELD
FLG_FAUFIndicator for selecting production orders CO_FAUFCHAR1XFELD
FLG_PROCIndicator for selecting process orders CO_PROCCHAR1XFELD
FLG_TERMIndicator: Carry out scheduling CO_FLGTERMCHAR1XFELD
FLG_VERFIndicator: Check material availability CO_FLGVERFCHAR1XFELD
FLG_COSTIndicator: Carry out standard costing CO_FLGCOSTCHAR1XFELD
FLG_CAPAIndicator: Recreate capacity requirements CO_FLGCAPACHAR1XFELD
FLG_TECRIndicator: Reverse 'technically close' CO_FLGTECRCHAR1XFELD
FLG_BTCHIndicator: Execute batch determination CO_FLGBTCHCHAR1XFELD
FLG_RELEIndicator: Execute release CO_FLGRELECHAR1XFELD
FLG_LVSIndicator: Material staging CO_FLGLVSCHAR1XFELD
FLG_TECLIndicator: Complete technically CO_FLGTECLCHAR1XFELD
FLG_CLOSIndicator: Close CO_FLGCLOSCHAR1XFELD
FLG_LOEVMIndicator: Activate deletion flag CO_FLGLOEVCHAR1XFELD
FLG_LOEKZIndicator: Activate Deletion Indicator CO_FLGLOEKCHAR1XFELD
FLG_PRNTIndicator: Print order CO_FLGPRNTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table COSFCACT

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