SAP Reports / Programs | Production Planning and Control | Production Orders(PP-SFC) SAP PP

PPSFCACT SAP ABAP Report - Mass Processing for Orders







PPSFCACT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can run this report online and in background processing; it executes the following functions for several process orders and production orders: schedule cost create capacity requirements WM material staging complete technically close If you select Test run, the system tests the execution of the changes using mass processing and collects any errors that occur...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CO44 - Mass processing of orders


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 PPSFCACT. "Basic submit
SUBMIT PPSFCACT AND RETURN. "Return to original report after report execution complete
SUBMIT PPSFCACT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: AUART = Order Type
Selection Text: AUFNR = Order number
Selection Text: DISPO = MRP controller
Selection Text: FEVOR = Production scheduler
Selection Text: FLG_CAPA = Generate capacity requirements
Selection Text: FLG_CLOS = Complete
Selection Text: FLG_COST = Cost
Selection Text: FLG_LVS = WM material staging
Selection Text: FLG_TECL = Complete technically
Selection Text: FLG_TERM = Schedule
Selection Text: GLTRP = Basic finish date
Selection Text: INTTECCL = Exceeding of delivery date
Selection Text: KDAUF = Sales order
Selection Text: KDPOS = Sales order item
Selection Text: MATNR = Material number
Selection Text: MAXCOUNT = Maximum number of orders
Selection Text: PROJN = WBS element
Selection Text: PROT_EXT = Extended version of log
Selection Text: SELID = Status selection profile
Selection Text: TASK_NUM = Number of work processes
Selection Text: TESTRUN = Test run
Selection Text: TYP_FERT = Production orders
Selection Text: TYP_PROC = Process orders
Selection Text: WERKS = Plant
Title: Mass Processing for Orders
Text Symbol: TYP = Order categories
Text Symbol: TSK = Task
Text Symbol: TOT = Orders were processed together (incl. collective orders)
Text Symbol: TER = Max. 20 work processes permitted
Text Symbol: 001 = I
Text Symbol: 002 = W
Text Symbol: 003 = E
Text Symbol: 005 = Enter a valid selection profile
Text Symbol: 011 = Select at least one order category
Text Symbol: 016 = Selection options
Text Symbol: ACT = Actions
Text Symbol: AUF = Order..:
Text Symbol: AUT = Missing authorization for production orders or process orders





Text Symbol: COL = Collective orders
Text Symbol: END = Finish
Text Symbol: EXP = Sum not always correct if error in collective orders
Text Symbol: FAF = Missing authorization for production order changes
Text Symbol: FAI = Order incorrect
Text Symbol: LIF = Exceeding delivery date
Text Symbol: MOR = Select at least one order
Text Symbol: OAC = Select a maximum of one function
Text Symbol: ORD = Orders
Text Symbol: PRC = Missing authorization for process order changes
Text Symbol: PRN = Collective Order
Text Symbol: RET = Return
Text Symbol: SEC = Order selection
Text Symbol: SEL = Orders selected
Text Symbol: SOR = Single orders
Text Symbol: STA = Start
Text Symbol: SUC = Orders processed successfully
Text Symbol: TCL = Technically close
Text Symbol: TCP = Orders deleted from selection since delivery date not exceeded
Text Symbol: TEC = Technical data


INCLUDES used within this REPORT PPSFCACT

INCLUDE PPSFCDAT.
INCLUDE PPSFCSCH.
INCLUDE PPSFCFRM.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 PPSFCACT or its description.