AFFH_CLEAR SAP (AFFHB fields which are initialized for a referenced order) Structure details

Dictionary Type: Structure
Description: AFFHB fields which are initialized for a referenced order




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




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

AFFH_CLEAR 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 "AFFHB fields which are initialized for a referenced order" 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_AFFH_CLEAR TYPE AFFH_CLEAR.

The AFFH_CLEAR table consists of various fields, each holding specific information or linking keys about AFFHB fields which are initialized for a referenced order data available in SAP. These include LOEKZ (Deletion Indicator), PARKZ (Indicator: inactive changes), DATUI (Date record created on), USERI (User who created record).. 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 AFFH_CLEAR 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
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
LOEKZDeletion Indicator LKENZCHAR1XFELD
PARKZIndicator: inactive changes PARKZCHAR1XFELD
DATUIDate record created on ANDATDATS8DATUM
USERIUser who created record ANNAMCHAR12USNAM
DATUCChanged On AEDATDATS8DATUM
USERCName of Person Who Changed Object AENAMCHAR12USNAM
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
MGISTEHQuantity unit of production resource/tool MGEINHUNIT3Assigned to domainCUNITMEINS
MGISTConfirmed quantity of production resource/tool MGISTQUAN9(3) MENG9
MGRSTEHQuantity unit of production resource/tool MGEINHUNIT3Assigned to domainCUNITMEINS
MGRSTRemaining quantity of the production resource/tool MGRSTQUAN9(3) MENG9
MGAUSEHQuantity unit of production resource/tool MGEINHUNIT3Assigned to domainCUNITMEINS
MGAUSQuantity of checked-out production resources/tools MGAUSQUAN9(3) MENG9
EWISTEHUsage value unit of the production resource/tool EWEINHUNIT3Assigned to domainCUNITMEINS
EWISTActual usage value for production resource/tool EWISTQUAN9(3) MENG9
EWRSTEHUsage value unit of the production resource/tool EWEINHUNIT3Assigned to domainCUNITMEINS
EWRSTRemaining usage value of the production resource/tool EWRSTQUAN9(3) MENG9
FSFHDEarliest scheduled start (date) for PRT usage CF_FSFHDDATS8DATUM
FSFHZEarliest scheduled start (time) for PRT usage CF_FSFHZTIMS6UZEIT
FEFHDEarliest scheduled finish (date) of PRT usage CF_FEFHDDATS8DATUM
FEFHZEarliest scheduled end (time) of PRT usage CF_FEFHZTIMS6UZEIT
SSFHDLatest scheduled start (date) for PRT usage CF_SSFHDDATS8DATUM
SSFHZLatest scheduled start (time) for PRT usage CF_SSFHZTIMS6UZEIT
SEFHDLatest scheduled finish (date) of PRT usage CF_SEFHDDATS8DATUM
SEFHZLatest scheduled end (time) for PRT usage CF_SEFHZTIMS6UZEIT
ISFHDActual start (date) of PRT usage CF_ISFHDDATS8DATUM
ISFHZActual start (time) of PRT usage CF_ISFHZTIMS6UZEIT
IEFHDActual finish (date) of PRT usage CF_IEFHDDATS8DATUM
IEFHZActual finish (time) of PRT usage CF_IEFHZTIMS6UZEIT
DAUFLDuration of PRT usage CF_DAUFLFLTP16(16) CX_ZEIT
DAUEHTime unit for duration of PRT usage CF_DAUEHUNIT3Assigned to domainCUNITMEINS
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
ORGAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
ORGPZLFHItem counter for production resources/tools PZLFHNUMC8PZLFH
OBJTYPEChange indicator OCM_OBJ_TYPECHAR1OCM_OBJ_TYPE

Key field Non-key field



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

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

How to access SAP table AFFH_CLEAR

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