EVAL_IV_WORK_HD_S SAP (Work Structure Header) Structure details

Dictionary Type: Structure
Description: Work Structure Header




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




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

EVAL_IV_WORK_HD_S 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 "Work Structure Header" 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_EVAL_IV_WORK_HD_S TYPE EVAL_IV_WORK_HD_S.

The EVAL_IV_WORK_HD_S table consists of various fields, each holding specific information or linking keys about Work Structure Header data available in SAP. These include MANDT (Client), BELNR (Accounting Document Number), GJAHR (Fiscal Year), ARKUEN (Automatic Invoice Reduction Amount (Net)).. 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 EVAL_IV_WORK_HD_S 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ARKUENAutomatic Invoice Reduction Amount (Net) ARKUENCURR13(2) WERTV7
MAKZNManually accepted net difference amount MAKZNCURR13(2) WERTV7
RMWWRGross invoice amount in document currency RMWWRCURR13(2) WERT7
DIFFNDocument Balance RPDIFNCURR13(2) WERTV7
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
XRECHIndicator: post invoice XRECHCHAR1XRADI
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
STBLGReversal document number RE_STBLGCHAR10ALPHABELNR
STJAHFiscal year of reversal document RE_STJAHNUMC4GJAHRGJAHR
NETWR_RENet Value in Document Currency NETWRCURR15(2) WERTV8
NETWR_GUNet Value in Document Currency NETWRCURR15(2) WERTV8
NETWR_NENet Value in Document Currency NETWRCURR15(2) WERTV8
EVAL_FROM_DBNew Input Values XFLAGCHAR1XFLAG
KRITEvaluation Criterion for IV Documents VE_IV_KRTYPCHAR4VE_IV_KRTYP
POSTYPEvaluated Item Categories VE_IV_POSTYCHAR2VE_IV_POSTY
IS_RELEVANTNew Input Values XFLAGCHAR1XFLAG

Key field Non-key field



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

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

How to access SAP table EVAL_IV_WORK_HD_S

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