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

RMAFRU03 SAP ABAP Report - Postprocessing Incorrect Confirmations







RMAFRU03 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 RMAFRU03 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

CO16N - Postprocessing Confirmation


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 RMAFRU03. "Basic submit
SUBMIT RMAFRU03 AND RETURN. "Return to original report after report execution complete
SUBMIT RMAFRU03 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: SO_WERKS = Plant
Selection Text: SO_RUECK = Confirmation
Selection Text: SO_PROJN = WBS Element
Selection Text: SO_KDAUF = Sales Order
Selection Text: SO_FEVOR = Production Supervisor
Selection Text: SO_ERNAM = Enterer
Selection Text: SO_ERDAT = Entry Date
Selection Text: SO_AUFNR = Order Number
Selection Text: SO_ARBPL = Work Center
Selection Text: P_HERKFT = Origin
Title: Postprocessing Incorrect Confirmations
Text Symbol: 034 = Error Corrected
Text Symbol: 033 = Error
Text Symbol: 032 = Deleted
Text Symbol: 031 = Processed
Text Symbol: 030 = Locked
Text Symbol: 024 = Incorrect Confirmations
Text Symbol: 023 = Confirmations Exist
Text Symbol: 022 = Select Confirmations
Text Symbol: 021 = Bottom
Text Symbol: 020 = Top
Text Symbol: 019 = Right
Text Symbol: 018 = Left
Text Symbol: 016 = Data will be lost
Text Symbol: 015 = Confirmation Prompt:
Text Symbol: 013 = Do you want to save the confirmation?
Text Symbol: 012 = List
Text Symbol: 011 = Further Processing:
Text Symbol: 010 = Do you want to continue processing this confirm.?
Text Symbol: 009 = Not all confirmations can be saved without errors
Text Symbol: 008 = Confirmations being saved
Text Symbol: 007 = Confirmations being checked
Text Symbol: 006 = Display Errors
Text Symbol: 005 = Check Confirmation
Text Symbol: 004 = Error Text
Text Symbol: 003 = Delete Row
Text Symbol: 002 = Delete Confirmation
Text Symbol: 001 = Read Confirmations





INCLUDES used within this REPORT RMAFRU03

No INCLUDES are used within this REPORT code!


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_locked info = text-030 IMPORTING result = g_icon_locked.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_change info = text-031 IMPORTING result = g_icon_change.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_delete info = text-032 IMPORTING result = g_icon_delete.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_failure info = text-033 IMPORTING result = g_icon_failure.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_okay info = text-034 IMPORTING result = g_icon_okay.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-001.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * i_program_name = g_repid * i_internal_tabname = 'GT_OUTTAB_ITEM' i_structure_name = 'COR_REWORK' * i_inclname = g_repid CHANGING ct_fieldcat = lt_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'COR_REWORK' i_grid_title = text-024 it_fieldcat = lt_fieldcat[] i_save = 'A' is_variant = l_variant TABLES t_outtab = gt_confirmations.

ENQUEUE_EAFRV CALL FUNCTION 'ENQUEUE_EAFRV' EXPORTING afori = con_prod_order afruv = p_afruv counter = p_counter EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

CO_RU_PREP_DATA_REPROCESSING CALL FUNCTION 'CO_RU_PREP_DATA_REPROCESSING' EXPORTING i_afrv = ls_afrv IMPORTING e_afrv = ls_afrv_new EXCEPTIONS error = 1 new_status_not_possible = 2.

CO_WB_MESSAGE_TRANSFORM_MULTI CALL FUNCTION 'CO_WB_MESSAGE_TRANSFORM_MULTI' TABLES t_msg = pt_confirmations.



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