BAPI_PP_ORDER_CHANGE SAP (Transfer Structure for Changing Production Orders) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Changing Production Orders




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




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

BAPI_PP_ORDER_CHANGE 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 "Transfer Structure for Changing Production Orders" 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_BAPI_PP_ORDER_CHANGE TYPE BAPI_PP_ORDER_CHANGE.

The BAPI_PP_ORDER_CHANGE table consists of various fields, each holding specific information or linking keys about Transfer Structure for Changing Production Orders data available in SAP. These include BASIC_START_TIME (Basic start time), BASIC_END_DATE (Basic finish date), BASIC_END_TIME (Basic finish (time)), QUANTITY (Total order quantity).. 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 BAPI_PP_ORDER_CHANGE 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
BASIC_START_DATEBasic start date CO_GSTRPDATS8DATUM
BASIC_START_TIMEBasic start time CO_GSUZPTIMS6UHRZT
BASIC_END_DATEBasic finish date CO_GLTRPDATS8DATUM
BASIC_END_TIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
QUANTITYTotal order quantity GAMNGQUAN13(3) MENG13
SCRAP_QUANTITYTotal scrap quantity in the order GASMGQUAN13(3) MENG13
QUANTITY_UOMCommon unit of measure for all order items CO_GMEINUNIT3T006CUNITMEINS
ROUTING_TYPETask List Type PLNTYCHAR1TCA01PLNTYPTYH_TCA01
ROUTING_GROUPKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ROUTING_COUNTERGroup Counter PLNALCHAR2ALPHAALTNRPAL
PROD_VERSIONProduction Version VERIDCHAR4Assigned to domainVERIDVER
EXPLOSION_DATEDate of BOM Explosion/Routing Transfer CO_AUFLDDATS8DATUM
ORDER_PRIORITYOrder priority CO_APRIOCHAR1CHAR1
MRP_CONTROLLERMRP controller for the order CO_DISPOCHAR3Assigned to domainDISPODGR
EXPLODE_NEWNew Input Values XFLAGCHAR1XFLAG
BUSINESS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SEQUENCE_NUMBERSeq. number order CY_SEQNRNUMC14CY_SEQNR
STOCK_TYPEStock Type INSMKCHAR1INSMK
GR_PROC_TIMEGoods Receipt Processing Time in Days WEBAZDEC3DEC3
STORAGE_LOCATIONStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MRP_DISTR_KEYMRP Distribution Key SA_VERTLCHAR4Assigned to domainSA_VERTL
GOODS_RECIPIENTGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
UNLOADING_POINTUnloading Point ABLADCHAR25TEXT25
POSITION_NUMBEROrder Item Number CO_POSNRNUMC4CO_POSNR
ADDITIONAL_DAYSAdditional Days CFB_ADTDAYSDEC4DECV4

Key field Non-key field



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

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

How to access SAP table BAPI_PP_ORDER_CHANGE

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