LIKPUKWA SAP (Header and Status Data for Goods Issue and Reversal of GI) Structure details

Dictionary Type: Structure
Description: Header and Status Data for Goods Issue and Reversal of GI




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




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

LIKPUKWA 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 and Status Data for Goods Issue and Reversal of GI" 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_LIKPUKWA TYPE LIKPUKWA.

The LIKPUKWA table consists of various fields, each holding specific information or linking keys about Header and Status Data for Goods Issue and Reversal of GI data available in SAP. These include VBELN (Delivery), STATUS (Carrier field for icons), ERNAM (Name of Person who Created the Object), ERZET (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 LIKPUKWA 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
SELKZSelection flag SELKZCHAR1SELKZ
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
STATUSCarrier field for icons ICON_TEXTCHAR132SYCHAR132
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERZETEntry time ERZETTIMS6UZEIT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
BZIRKSales district BZIRKCHAR6Assigned to domainBZIRKBZI
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
KZAZUOrder Combination Indicator KZAZU_DCHAR1XFELD
WADATGoods Issue Date WADATDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
LFDATDelivery Date LFDAT_VDATS8DATUM
KODATPicking Date KODATDATS8DATUM
ROUTERoute ROUTECHAR6Assigned to domainROUTE
VBTYPSD document category VBTYPCHAR1VBTYP
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
ANZPKTotal number of packages in delivery ANZPKNUMC5ANZPK
LSTELLoading Point LSTELCHAR2Assigned to domainLSTEL
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
FKDATBilling date for billing index and printout FKDATDATS8DATUM
LFSTKDelivery status LFSTKCHAR1STATV
WBSTKTotal goods movement status WBSTKCHAR1STATV
FKSTKBilling status FKSTKCHAR1STATV
GBSTKOverall processing status of document GBSTKCHAR1STATV
KOSTKOverall picking / putaway status KOSTKCHAR1STATV
KOQUKStatus of pick confirmation KOQUKCHAR1STATV
LVSTKOverall status of warehouse management activities LVSTKCHAR1STATV
PKSTKOverall packing status of all items PKSTKCHAR1STATV_PKST
TRSTATransportation planning status TRSTACHAR1TRSTA
TKNUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
STDATLocal Date SYSTDATLODATS8SYDATS
WADAT_ISTActual Goods Movement Date WADAT_ISTDATS8DATUMWDTI
PDSTKPOD status on header level PDSTKCHAR1STATV
STATUS_BEWOptical status of a movement (icon) STATUS_BEWCHAR4ICON_4
PODATDate (proof of delivery) PODATDATS8DATUMDAT
POTIMConfirmation time POTIMTIMS6TIME_PLANTTIM
KNFAKCustomer factory calendar KNFAKCHAR2Assigned to domainWFCID
LFUHRTime of delivery LFUHRTIMS6LFUHR
MSR_ACTIVEAdvanced Returns Management Active MSR_ACTIVECHAR1MSR_ACTIVE

Key field Non-key field



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

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

How to access SAP table LIKPUKWA

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