AFPO_WIPB_COMP SAP (Valuation AFPO-WIP Batch for Target/Actual Comparison) Structure details

Dictionary Type: Structure
Description: Valuation AFPO-WIP Batch for Target/Actual Comparison




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




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

AFPO_WIPB_COMP 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 "Valuation AFPO-WIP Batch for Target/Actual Comparison" 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_AFPO_WIPB_COMP TYPE AFPO_WIPB_COMP.

The AFPO_WIPB_COMP table consists of various fields, each holding specific information or linking keys about Valuation AFPO-WIP Batch for Target/Actual Comparison data available in SAP. These include AUFNR (Order Number), AFPO (Order Item Number), PC (Batch Number), CHARG_AFPO (Batch Number).. 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)


SAP AFPO_WIPB_COMP 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AFPOOrder Item Number CO_POSNRNUMC4CO_POSNR
PCBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
CHARG_AFPOBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MATNR_AFPOMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNR_PCMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KDAUFSales order number CO_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
VDATURequested delivery date EDATU_VBAKDATS8DATUM
PCLVLWIP Batch Level CO_WIPB_LVLNUMC3NUMC03
AUFNR_PREPredecessor Order Number CO_ORDERPRECHAR12Assigned to domainALPHAAUFNR
POSNR_PREPredecessor Item Number CO_POSPRENUMC4CO_POSNR
MATNR_PREMaterial of Predecessor Batch CO_WIPB_PREB_MATCHAR18Assigned to domainMATN1MATNR
CHARG_PREPredecessor Batch CO_WIPB_PREB_BATCHCHAR10Assigned to domainCHARG
PCLVL_PREPredecessor WIP Batch Level CO_WIPB_LVL_PRENUMC3NUMC03
BTYPEType of Batch in WIP Batch Management CO_WIPBTYPECHAR2CO_WIPBTYPE
FLGUCIndicator for Original Batches CO_WIPB_FLG_OBCHAR1XFELD
FLGPPCIndicator for WIP Batches with Item Reference CO_WIPB_FLG_POSCHAR1XFELD
FLGFCIndictor for Finished Batches CO_WIPB_FLG_GRBATCHCHAR1XFELD
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
UMATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
UCHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
FLGGRIndicator: Goods Receipt Status CO_GRSTATCHAR1CO_GRSTAT
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
UPD_FLGUpdate indicator (I/U/D) INDUPDCHAR1INDUPD
LOEVMDeletion Indicator LOEVMCHAR1XFELD
EVALUATIONResult of Tolerance Valuation CO_TOLCHAR2CO_TOL
FLG_ENABLEDisplay of WIP Batch for Item in Target/Actual Comparison CO_WIPB_FLG_ATCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table AFPO_WIPB_COMP

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