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
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.
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
INCLUDE CORUAFWD.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CORUAFWP - Post Goods Movements From Confirmations Using Report CORUAFWP - Post Goods Movements From Confirmations Using Report CORUAFWJ - Include for posting goods movements per job or V2 update: Logic CORUAFWD - Include for posting goods movements per job or V2 update: Data CORUAFWC - documentation and ABAP source code CORUAFWB - documentation and ABAP source code