BAPI_PP_ORDER_CREATE SAP (Transfer Structure for Creating Production Orders) Structure details

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




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




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

BAPI_PP_ORDER_CREATE 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 Creating 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_CREATE TYPE BAPI_PP_ORDER_CREATE.

The BAPI_PP_ORDER_CREATE table consists of various fields, each holding specific information or linking keys about Transfer Structure for Creating Production Orders data available in SAP. These include MATERIAL (Material Number for Order), PLANT (Plant), PLANNING_PLANT (Planning plant for the order), ORDER_TYPE (Order Type).. 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_CREATE 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
ORDER_NUMBEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MATERIALMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PLANNING_PLANTPlanning plant for the order CO_PWERKCHAR4T001WWERKS
ORDER_TYPEOrder Type AUFARTCHAR4T003OAUFARTAAT
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_DISPOCHAR3T024DDISPODGR
CONFIGURATIONConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
SALES_ORDERSales order number CO_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
SALES_ORDER_ITEMSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
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
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
ADDITIONAL_DAYSAdditional Days CFB_ADTDAYSDEC4DECV4

Key field Non-key field



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

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

How to access SAP table BAPI_PP_ORDER_CREATE

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