RMAFRU02 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 RMAFRU02 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.
Title: Workflow: Permitted deviation exceeded for duration or work
Text Symbol: 101 = Confirmed ;;
Text Symbol: 100 = Confirmed ;;
Text Symbol: 030 = Regards
Text Symbol: 023 = Work center/Plant ;;
Text Symbol: 022 = Date
Text Symbol: 021 = Name ;;
Text Symbol: 011 = Work ;;
Text Symbol: 010 = Duration ;;
Text Symbol: 009 = Processed by ;;
Text Symbol: 008 = Actual % ;;
Text Symbol: 007 = Max % ;;
Text Symbol: 006 = Deviations ;;
Text Symbol: 004 = Element
Text Symbol: 003 = Network ;;
Text Symbol: 002 = Activity ;;
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SO_DYNP_RAWTEXT * CALL FUNCTION 'SO_DYNP_RAWTEXT' * EXPORTING *RC FOLDER_REGION = ' ' * FUNCTION = 'EDIT' * OBJECT_FL_DISPLAY = SOFM2 * OBJECT_HD_DISPLAY = SOOD2 *RC OBJECT_ID = SOODK * OWNER = SY-UNAME *RC IMPORTING *RC CHANGE_FLAG = *RC NEXT_ACTIVITY = *RC REPEAT_FLAG = * TABLES * OBJCONT = OBJCONT_TMP.
SO_DYNP_OBJECT_SEND CALL FUNCTION 'SO_DYNP_OBJECT_SEND' EXPORTING *RC COPY_OBJECT = ' ' *RC FOLDER_ID = ' ' *RC OBJECT_DESCRIPTION = ' ' *RC OBJECT_FL_CHANGE = ' ' *RC OBJECT_FORWARDER = ' ' OBJECT_HD_CHANGE = SOOD1 *RC OBJECT_NAME = ' ' OBJECT_TYPE = SOOD-OBJTP *RC OUTBOX_FLAG = 'S' *RC OWNER = ' ' RAW_EDITOR = 'X' *RC IMPORTING *RC OBJECT_ID_NEW = *RC OK_CODE = *RC OUTBOX_FLAG_OUT = *RC RETURN_CODE = TABLES OBJCONT = OBJCONT_TMP OBJECTS = OBJECTS_TMP OBJHEAD = OBJHEAD_TMP OBJPARA = OBJPARA_TMP OBJPARB = OBJPARB_TMP REC_TAB = REC_TAB_TMP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMAFRU02 - Workflow: Permitted deviation exceeded for duration or work RMAFRU02 - Workflow: Permitted deviation exceeded for duration or work RMAFRU01 - PDC Error Record Handling RMAFRU01 - PDC Error Record Handling RMAFRU00 - Postprocessing Incorrect Confirmations RMAFRU00 - Postprocessing Incorrect Confirmations