WOSI_POS_ERFA SAP (Structure for Item Screens, Store WB, Physical Inventory) Structure details

Dictionary Type: Structure
Description: Structure for Item Screens, Store WB, Physical Inventory




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




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

WOSI_POS_ERFA 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 "Structure for Item Screens, Store WB, Physical Inventory" 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_WOSI_POS_ERFA TYPE WOSI_POS_ERFA.

The WOSI_POS_ERFA table consists of various fields, each holding specific information or linking keys about Structure for Item Screens, Store WB, Physical Inventory data available in SAP. These include MAKTX (Material Description (Short Text)), ERFMG_CHAR (Quantity in unit of entry (character)), ERFME (Unit of Entry), EXVKW_CHAR (Externally entered sales value in local currency (character)).. 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 WOSI_POS_ERFA 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ERFMG_CHARQuantity in unit of entry (character) ERFMG_CCHAR17CHAR17
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
EXVKW_CHARExternally entered sales value in local currency (character) EXVKW_CCHAR30CHAR30
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DIFMG_ERFMEDifference quantity from inventory count DIFMGQUAN13(3) MENGV13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DIFWT_POSWSDifference sales value from physical inventory count DIFVWCURR13(2) WERTV7
XZAELItem has been counted XZAELCHAR1XFELD
BSTARStock type BSTARCHAR1Assigned to domainBSTAR
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
ZEILILine Number DZEILENUMC3ZEILEPOS
MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
IAC_STATSingle-Character Indicator CHAR1CHAR1CHAR1
KWARTIndicates that the value-only material is to be inventoried XWARTCHAR1XFELD
GRUND_CHARNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ITEM_ACTIVSingle-Character Indicator CHAR1CHAR1CHAR1
PRUEFLOS_CHARCharacter Field of Length 12 CHAR12CHAR12CHAR12
QM_ACTIVSingle-Character Indicator CHAR1CHAR1CHAR1
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
BUCHM_ERFMEBook quantity immediately prior to count BUCHMQUAN13(3) MENGV13
DMBTR_POSWSAmount in Local Currency DMBTRCURR13(2) WERT7
POSWSCurrency of POS systems POSWSCUKY5Assigned to domainWAERS
EXVKW_POSWSExternally Entered Sales Value in Local Currency EXVKWCURR13(2) WERT7
BUCHW_POSWSBook value based on sales prices (SP) at time of count BUCHWCURR13(2) WERT13N
.INCLU--AP 0
COUNT_TIMEField of type TIMS TIMSTIMS6TIME
COUNT_TIME_CHARCharacter Field Length = 10 CHAR10CHAR10CHAR10
WSTI_XCALCBook Inventory Calculated at Count Time WSTI_XCALCCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WOSI_POS_ERFA

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