WOSE_IMKPF SAP (StoreWB: Goods receipt header data) Structure details

Dictionary Type: Structure
Description: StoreWB: Goods receipt header data




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




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

WOSE_IMKPF 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 "StoreWB: Goods receipt header data" 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_WOSE_IMKPF TYPE WOSE_IMKPF.

The WOSE_IMKPF table consists of various fields, each holding specific information or linking keys about StoreWB: Goods receipt header data data available in SAP. These include NAME (Company name), ORT01 (City), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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 WOSE_IMKPF 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
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
NAMECompany name NAME_1CHAR30TEXT30
ORT01City ORT01CHAR25TEXT25
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
AUTOBAutomatic purchase order AUTOBCHAR1CHAR001
UP_DATEPosting Date in the Document BUDATDATS8DATUM
ART_IDSAP Retail Store: Material ID Type MATIDCHAR4ART_ID
REF_BLNRDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
REF_IDSAP Retail Store: Numeric Key for Reference Document STWB_REFNRCHAR4REF_ID
REF_DATEPurchasing Document Date EBDATDATS8DATUM
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LIEF_NAMEName 1 NAME1_GPCHAR35NAME
X_REF_BLNRGoods Receipt/Issue Slip Number XABLNCHAR10ALPHABELNR
GIDAT_CHARCharacter Field Length = 10 CHAR10CHAR10CHAR10
BLARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
XVSELHandling Units XVSELCHAR1XFELD
W_VGARTBusiness transaction /goods movement SAP Retail Store W_VGARTCHAR4Assigned to domainW_SELBOX_KEY
W_VGART_TEXTDescription BEZEI40CHAR40TEXT40
W_LFDATDelivery date LFDATDATS8DATUM
W_LFDAT_CHARCharacter Field Length = 10 CHAR10CHAR10CHAR10
.INCLU--AP 0
REF_EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
DOC_DATEDocument Date in Document BLDATDATS8DATUM
SRS_CODESAP Retail Store Function Code SRS_CODECHAR4SRS_CODE
ART_ID2SAP Retail Store: Material ID Type MATIDCHAR4ART_ID
XREF_NONumber of External Delivery Note LFSNR1CHAR16XBLNR1
REF_BLNR_DYNPExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
VNDR_TYPESAP Retail Store: Indicator Vendor or Plant WSRS_VENDOR_SITE_TYPECHAR1WSRS_VENDOR_SITE_TYPE
DOC_DATE_CSAP Retail Store: Output Format of a Date WSRS_DATE_CHARCHAR10
UP_DATE_CSAP Retail Store: Output Format of a Date WSRS_DATE_CHARCHAR10
MOVEMENT_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MOVEMENT_REASON_CONTRControl: Reason for Movement KZGRUCHAR1FAUSW
MOVEMENT_REASONReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
MOVE_PLANT_NAMEName NAME1CHAR30TEXT30
W_LOC_OWNStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
W_LOC_EXTReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
W_LOC_PROPSingle-Character Indicator CHAR1CHAR1CHAR1
DUMMY_FIELDDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table WOSE_IMKPF

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