PPORD_BW SAP (Structure: PP Order - Master Data for BW) Structure details

Dictionary Type: Structure
Description: Structure: PP Order - Master Data for BW




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




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

PPORD_BW 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 "Structure: PP Order - Master Data for BW" 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_PPORD_BW TYPE PPORD_BW.

The PPORD_BW table consists of various fields, each holding specific information or linking keys about Structure: PP Order - Master Data for BW data available in SAP. These include PLNBEZ (Material Number), ERDAT (Created on), AEDAT (Change date for Order Master), BUKRS (Company Code).. 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 PPORD_BW 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PLNBEZMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ERDATCreated on AUFERFDATDATS8DATUM
AEDATChange date for Order Master AUFAEDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTVResponsible cost center AUFKOSTVCHAR10Assigned to domainALPHAKOSTL
WAERSOrder Currency AUFWAERSCUKY5Assigned to domainWAERS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
PLGRPResponsible planner group/department VAGRPCHAR3Assigned to domainVAGRPH_T024A
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
DISPOMRP controller for the order CO_DISPOCHAR3Assigned to domainDISPODGR
APRIOOrder priority CO_APRIOCHAR1CHAR1
ERNAMEntered by AUFERFNAMCHAR12USNAM
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
STORTLocation AUFSTORTCHAR10Assigned to domainAP_STAND
FEVORProduction Supervisor FEVORCHAR3Assigned to domainFEVORCFV
AKSTLRequesting cost center PS_AKSTLCHAR10Assigned to domainALPHAKOSTLKOS
AENAMLast changed by AUFAENAMCHAR12USNAM
TERKZScheduling type TERMKZCHAR1Assigned to domainTERART
KUNUMCustomer Number KUNUMCHAR10Assigned to domainALPHAKUNNRKUN
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
PWERKPlanning plant for the order CO_PWERKCHAR4Assigned to domainWERKS
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
BWSTSYS0System Status BWSTSYS0NUMC2J_STONR
BWSTSYS1Status Object Confirmation BWSTSYS1NUMC2J_STONR
BWSTSYS2Status Object Delivered BWSTSYS2NUMC2J_STONR
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF

Key field Non-key field



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

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

How to access SAP table PPORD_BW

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