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

CORUAFWP SAP ABAP Report - Post Goods Movements From Confirmations Using Report







CORUAFWP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use program CORUAFWP to post preselected goods movements...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 CORUAFWP 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 CORUAFWP. "Basic submit
SUBMIT CORUAFWP AND RETURN. "Return to original report after report execution complete
SUBMIT CORUAFWP 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: PAWERKS = Plant
Selection Text: PAWEONLY = Only Goods Receipt Items
Selection Text: PAWDHL = Repeat Job
Selection Text: PASIMUL = Simulation
Selection Text: PASERIEL = Serial Processing
Selection Text: PAROWS = Max. Selected Goods Movements
Selection Text: PARALLEL = Number of Parallel Processes
Selection Text: PANOPROT = Without Log
Selection Text: PAMXLOCK = Max. No. of Locks per Document
Selection Text: PALGORT = Storage Location
Selection Text: PAGROUP = Application Server Group
Selection Text: PAFEHL = With Faulty Goods Movements
Selection Text: PAAUTYP = Order Category
Selection Text: PAANZAHL = Maximum No. of Document Items
Title: Post Goods Movements From Confirmations Using Report
Text Symbol: 014 = Problem with Parallel Task (RC/Size/Text):
Text Symbol: 013 = Number of Processes :
Text Symbol: 012 = Point in Time: End of Program :
Text Symbol: 011 = Point in Time: Start of Program :
Text Symbol: 010 = Total Runtime
Text Symbol: 009 = Overview of Goods Movements to Be Posted
Text Symbol: 007 = Selection Conditions
Text Symbol: 006 = Number of Items Successful :
Text Symbol: 005 = Number of Incorrect items :
Text Symbol: 004 = Number of Locked Items :
Text Symbol: 003 = Total Number of Items :
Text Symbol: 002 = Overview of Failed Goods Movements
Text Symbol: 001 = Overview of Material Documents


INCLUDES used within this REPORT CORUAFWP

INCLUDE CORUAFWD.


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:

ENQUEUE_ESAFFW CALL FUNCTION 'ENQUEUE_ESAFFW' EXPORTING weblnr = affw-weblnr weblpos = affw-weblpos _scope = '3' "Freigabe Sperre bei Ende TA & VB EXCEPTIONS OTHERS = 01.

ENQUEUE_ESCORUPROC CALL FUNCTION 'ENQUEUE_ESCORUPROC' EXPORTING przid = proz-przid_wein _scope = '3' "Freigabe Sperre bei Ende TA & VB EXCEPTIONS OTHERS = 1.

ENQUEUE_ESCORUPROC CALL FUNCTION 'ENQUEUE_ESCORUPROC' EXPORTING przid = proz-przid_waus _scope = '3' "Freigabe Sperre bei Ende TA & VB EXCEPTIONS OTHERS = 1.



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