WPOCP_CHANGE_ITEM SAP (Change PO Item Data) Structure details

Dictionary Type: Structure
Description: Change PO Item Data




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




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

WPOCP_CHANGE_ITEM 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 "Change PO Item 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_WPOCP_CHANGE_ITEM TYPE WPOCP_CHANGE_ITEM.

The WPOCP_CHANGE_ITEM table consists of various fields, each holding specific information or linking keys about Change PO Item Data data available in SAP. These include EBELP (Item Number of Purchasing Document), ETENR (Delivery Schedule Line Counter), ERROR_STATUS (Single-Character Indicator), PROCESSED (Checkbox).. 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: Not classified


SAP WPOCP_CHANGE_ITEM 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ETENRDelivery Schedule Line Counter EETENNUMC4Assigned to domainEETEN
ERROR_STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
PROCESSEDCheckbox XFELDCHAR1XFELD
EINDTItem Delivery Date EINDTDATS8DATUM
EINDT_XCheckbox XFELDCHAR1XFELD
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
ELIKZ_XCheckbox XFELDCHAR1XFELD
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
LOEKZ_XCheckbox XFELDCHAR1XFELD
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
EAN11_XCheckbox XFELDCHAR1XFELD
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
IDNLF_XCheckbox XFELDCHAR1XFELD
KSTEUPricing type KNPRSCHAR1KNPRS
KSTEU_XCheckbox XFELDCHAR1XFELD
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO1_XCheckbox XFELDCHAR1XFELD
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
INCO2_XCheckbox XFELDCHAR1XFELD
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
SAISO_XCheckbox XFELDCHAR1XFELD
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
SAISJ_XCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WPOCP_CHANGE_ITEM

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