WPOCP_CHANGE_HEADER SAP (Change PO Header Data) Structure details

Dictionary Type: Structure
Description: Change PO Header Data




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




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

WPOCP_CHANGE_HEADER 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 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_WPOCP_CHANGE_HEADER TYPE WPOCP_CHANGE_HEADER.

The WPOCP_CHANGE_HEADER table consists of various fields, each holding specific information or linking keys about Change PO Header Data data available in SAP. These include ERROR_STATUS (Single-Character Indicator), HISTKZ (Checkbox), FRGKZ (Checkbox), INCO1 (Incoterms (Part 1)).. 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_HEADER 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
ERROR_STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
HISTKZCheckbox XFELDCHAR1XFELD
FRGKZCheckbox XFELDCHAR1XFELD
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO1_XCheckbox XFELDCHAR1XFELD
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
INCO2_XCheckbox XFELDCHAR1XFELD
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZTERM_XCheckbox XFELDCHAR1XFELD
TEXT_IDText ID TDIDCHAR4Assigned to domainTDID
TEXT_FORMTag column TDFORMATCHAR2TDELEMSTYL
TEXTText Line TDLINECHAR132TDSTXLLINE
TEXT_XCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WPOCP_CHANGE_HEADER

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