SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Order(PP-PI-POR) SAP PP

PPPILISTORD SAP ABAP Report - Order Record: Simulate/Store







PPPILISTORD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter PPPILISTORD into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT PPPILISTORD. "Basic submit
SUBMIT PPPILISTORD AND RETURN. "Return to original report after report execution complete
SUBMIT PPPILISTORD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Order Record: Simulate/Store
Text Symbol: K15 = BOM Change Number :
Text Symbol: K14 = BOM Validity from :
Text Symbol: K13 = BOM Status :
Text Symbol: K12 = Alternative BOM :
Text Symbol: K11 = BOM Usage :
Text Symbol: K10 = Bill of Material :
Text Symbol: K08 = Charge Quantity from - to :
Text Symbol: K07 = Planner Group :
Text Symbol: K06 = Change Number :
Text Symbol: K05 = Valid from :
Text Symbol: K04 = Task List Type :
Text Symbol: K03 = Recipe Number :
Text Symbol: K02 = Recipe Group :
Text Symbol: K01 = Order Header Data
Text Symbol: 908 = Last Page :
Text Symbol: 907 = Time :
Text Symbol: 906 = Date :
Text Symbol: 905 = Quantity :
Text Symbol: 904 = Mat. Description:
Text Symbol: 903 = Material :
Text Symbol: 902 = Plant :
Text Symbol: 901 = Process Order :
Text Symbol: K16 = Base Quantity :
Text Symbol: VGW = Std Value
Text Symbol: VGS = Standard Value Key
Text Symbol: VGE = Unit
Text Symbol: U01 = *****************
Text Symbol: LAR = Act. Type
Text Symbol: K34 = Production Version :
Text Symbol: K33 = Task List Usage :
Text Symbol: K32 = Prod. Scheduling Profile :
Text Symbol: K31 = Batch :
Text Symbol: K30 = Order Status :
Text Symbol: K29 = Start Date - Finish Date :
Text Symbol: K28 = Reservation :
Text Symbol: K27 = Inspection Lot :
Text Symbol: K26 = Storage Location :





Text Symbol: K25 = Production Supervisor :
Text Symbol: K24 = MRP Controller :
Text Symbol: K23 = Order Type :
Text Symbol: K22 = Scrap Quantity :
Text Symbol: K21 = Committed Quantity :
Text Symbol: K20 = Delivered Quantity :
Text Symbol: K19 = Planned Order Quantity :
Text Symbol: K18 = Explosion Date :
Text Symbol: 900 = Batch
Text Symbol: 042 = Operation Quantity :
Text Symbol: 041 = Ctrl Rec.Destinations:
Text Symbol: 030 = Created by
Text Symbol: 029 = OTyp
Text Symbol: 028 = MRP
Text Symbol: 027 = Date:
Text Symbol: 026 = Plnt
Text Symbol: 024 = ProdS
Text Symbol: 023 = Char. Value
Text Symbol: 022 = Char.
Text Symbol: 021 = PIC No.
Text Symbol: 020 = Description
Text Symbol: 019 = ProcInst.Category
Text Symbol: 018 = PI no.
Text Symbol: 017 = Secondary Resource :
Text Symbol: 016 = Phase:
Text Symbol: 015 = Resource :
Text Symbol: 014 = Operatn:
Text Symbol: 005 = Page:
Text Symbol: 004 = Order Record: Store Process Order List
Text Symbol: 003 = Order Record: Simulate Process Order List
Text Symbol: 002 = Description
Text Symbol: 001 = Process Order
Text Symbol: 065 = % Duration Successor
Text Symbol: 064 = % Duration Predecessor
Text Symbol: 063 = Absolute (Standard)
Text Symbol: 062 = Plant
Text Symbol: 061 = Resource
Text Symbol: 060 = Offset Key
Text Symbol: 059 = Calendar ID





Text Symbol: 058 = Offset Percent
Text Symbol: 057 = Relnship Type
Text Symbol: 056 = Max.
Text Symbol: 055 = Offset Relnship
Text Symbol: 054 = Phase
Text Symbol: 053 = Successor
Text Symbol: 052 = Predecessor
Text Symbol: 051 = Relationship
Text Symbol: 050 = Standard Value Key :
Text Symbol: 049 = System Status :
Text Symbol: 048 = Standard Text Key :
Text Symbol: 047 = Cstng
Text Symbol: 046 = Control Key :
Text Symbol: 045 = Confirmation Number:
Text Symbol: 044 = Resource :
Text Symbol: 043 = Confirmed Quantity :


INCLUDES used within this REPORT PPPILISTORD

INCLUDE LPPPITXT.
INCLUDE LPPPICPR.
INCLUDE LPPPICPK.
INCLUDE LCOBADICON.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

NW_DB_AFAB_RANGE_READ CALL FUNCTION 'NW_DB_AFAB_RANGE_READ' TABLES AFAB_TAB = AFABB_TAB AUFPL_PRE_TAB = AUFPL_PRE_TAB EXCEPTIONS OTHERS = 0.

CO_DB_AFVGD_ARRAY_READ CALL FUNCTION 'CO_DB_AFVGD_ARRAY_READ' EXPORTING AFVG_NUMMER = DCAUFV_STRUC-AUFPL TABLES AFVDB_TAB = DAFVGD EXCEPTIONS OTHERS = 0.

CR_WORKSTATION_READ_ROUTING CALL FUNCTION 'CR_WORKSTATION_READ_ROUTING' EXPORTING ID = AFVGD-ARBID WERKS = AFVGD-WERKS VGWKZ = JA IMPORTING WORKS = RCR01 EXCEPTIONS OTHERS = 0.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = AFVGD-OBJNR ONLY_ACTIVE = JA SPRAS = SY-LANGU IMPORTING LINE = AFVGD-VSTTXT EXCEPTIONS OTHERS = 0.

CR_WORKSTATION_READ_ROUTING CALL FUNCTION 'CR_WORKSTATION_READ_ROUTING' EXPORTING ID = DAFVGD-ARBID WERKS = DAFVGD-WERKS VGWKZ = JA IMPORTING WORKS = *RCR01 EXCEPTIONS OTHERS = 0.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = AFVGD-OBJNR ONLY_ACTIVE = JA SPRAS = SY-LANGU IMPORTING LINE = AFVGD-VSTTXT EXCEPTIONS OTHERS = 0.

CR_WORKSTATION_READ_ROUTING CALL FUNCTION 'CR_WORKSTATION_READ_ROUTING' EXPORTING ID = DAFVGD-ARBID WERKS = DAFVGD-WERKS VGWKZ = JA IMPORTING WORKS = *RCR01 EXCEPTIONS OTHERS = 0.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = AFABB_TAB-ARBID IMPORTING ARBPL = AFVGD-ARBPL.

COC1_FEATURE_CHECK



CALL FUNCTION 'COC1_FEATURE_CHECK' EXPORTING FEATURE_ID = DAFFV-ATINN LANGUAGE = SY-LANGU IMPORTING FEATURE_NAME = ATBEZ FEATURE_NEUTRAL_NAME = AFFVD-ATNAM VALUE_ASSIGNMENT_WITH_LONGTEXT = LTEXT FUNCTION_FOR_AUTO_VALUATION = ATFKT EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05.

CO_BADI_GET_BUSINESS_ADD_IN CALL FUNCTION 'CO_BADI_GET_BUSINESS_ADD_IN' EXPORTING I_BADI_NAME = CON_BADI_NAME_ORDER_EXEC_STEPS CHANGING C_BADI_INSTANCE = LP_BADI_WO_ES EXCEPTIONS NOT_ACTIVE = 1 OTHERS = 2.

CO_ZK_TEXTKEY_AFFV CALL FUNCTION 'CO_ZK_TEXTKEY_AFFV' EXPORTING AFVZL = DAFFV-AFVZL AUFNR = DCAUFV_STRUC-AUFNR IMPORTING ID = LOC_ID NAME = LOC_NAME OBJECT = LOC_OBJECT.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = LOC_ID LANGUAGE = DAFFV-TXTSP NAME = LOC_NAME OBJECT = LOC_OBJECT IMPORTING HEADER = TEXTH TABLES LINES = TEXTL EXCEPTIONS OTHERS = 0.

TEXT_INCLUDE_REPLACE CALL FUNCTION 'TEXT_INCLUDE_REPLACE' EXPORTING HEADER = TEXTH IMPORTING NEWHEADER = TEXTH TABLES LINES = TEXTL.

FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' EXPORTING FORMATWIDTH = H_MAX_LINESIZE LINEWIDTH = H_MAX_LINESIZE TABLES LINES = TEXTL.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name PPPILISTORD or its description.