PPC_VA_HEAD SAP (Header Table for Variance Dialog) Structure details

Dictionary Type: Structure
Description: Header Table for Variance Dialog




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




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

PPC_VA_HEAD 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 "Header Table for Variance Dialog" 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_PPC_VA_HEAD TYPE PPC_VA_HEAD.

The PPC_VA_HEAD table consists of various fields, each holding specific information or linking keys about Header Table for Variance Dialog data available in SAP. These include HEADID (Backflush header key (UID)), ORDERID (Key (UID) for an order), REPPOINT (Reporting point (UID)), CONF_TIME (Backflush data entry time).. 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 PPC_VA_HEAD 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
HEADIDBackflush header key (UID) PPC_HEADIDCHAR32SYSUUID_C
ORDERIDKey (UID) for an order PPC_ORDERIDCHAR22SYSUUID_22
REPPOINTReporting point (UID) PPC_REPPOINTCHAR32SYSUUID_C
CONF_TIMEBackflush data entry time PPC_CONFTIMEDEC15TZNTSTMPS
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
CONF_USERNAMEBackflush Created by PPC_CONFUNAMECHAR12UNAME
CONF_LOGSYSTEMSystem for entering backflush data PPC_CONFLOGSYSCHAR10Assigned to domainALPHALOGSYS
HEAD_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PRODPLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VERSIONProduction Version VERIDCHAR4Assigned to domainVERIDVER
IPPE_HEADERAccess node to PVS PPC_IPPE_HEADERCHAR32SYSUUID_C
LINE_HEADERPPS: Identification of the line in PVS PPC_LINE_HEADERCHAR32SYSUUID_C
LINE_VERSIONVersion of the line/reporting point structure PPC_LINE_VERSIONNUMC8
CONFQUANTBackflush Quantity - Header Material PPC_HEADCONFQUANTQUAN13(3) MENG13
CONFUNITUnit of measure of backflushed quantity PPC_CONFUNITUNIT3Assigned to domainCUNITMEINS
FLG_SCRAPScrap indicator PPC_FLG_SCRAPCHAR1AS4FLAG
SCRAPREASONScrap Reason PPC_SCRAPREASONCHAR4Assigned to domainCO_AGRND
SCRAPTEXTFree text for scrap PPC_SCRAPTEXTCHAR40TEXT40
FLG_REVERSALReversal Backflush (Document-Neutral) PPC_FLG_REVCHAR1AS4FLAG
SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
SALES_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
WBS_ELEMWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
HEAD_MATNR_EXTERNALLong Material Number for HEAD_MATNR Field MGV_HEAD_MATNR_EXTERNALCHAR40MATNR_EXT
HEAD_MATNR_GUIDExternal GUID for HEAD_MATNR Field MGV_HEAD_MATNR_GUIDCHAR32MATNR_EGUID
HEAD_MATNR_VERSIONVersion Number for HEAD_MATNR Field MGV_HEAD_MATNR_VERSIONCHAR10MATNWMATNR_VERS
FLG_INFO_DESTTarget system for subsequent processing PPC_FLG_INFO_DESTCHAR1PPC_FLG_INFO_DEST
ORDERNRExternal Number for an Order PPC_ORDERNRCHAR12PPC_ORDERNR
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PPC_VA_HEAD

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