RVBWSCOR_FCODE_HANDLING is a standard ABAP INCLUDE 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 RVBWSCOR_FCODE_HANDLING 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-bd1 diagnosetext2 = text-bd2 textline1 = text-bt1 textline2 = text-bt2 titel = text-bdt cancel_display = 'X' IMPORTING answer = popup_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-at1 textline2 = text-at2 titel = text-att cancel_display = ' ' IMPORTING answer = popup_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-bd1 diagnosetext2 = text-bd2 textline1 = text-bt1 textline2 = text-bt2 titel = text-bdt cancel_display = 'X' IMPORTING answer = popup_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-dt1 textline2 = text-dt2 titel = text-dtt cancel_display = ' ' IMPORTING answer = popup_answer.
MARM_ARRAY_READ_MATNR_ALL CALL FUNCTION 'MARM_ARRAY_READ_MATNR_ALL' EXPORTING kzrfb = 'X'.
HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING * DYNPRO = ' ' * LANGU = SY-LANGU * MELDUNG = ' ' meld_id = p_ms_zeile-msgid meld_nr = p_ms_zeile-msgno msgv1 = p_ms_zeile-msgv1 msgv2 = p_ms_zeile-msgv2 msgv3 = p_ms_zeile-msgv3 msgv4 = p_ms_zeile-msgv4 * PFKEY = ' ' * PROGRAMM = ' ' titel = text-003 EXCEPTIONS OTHERS = 1.
IWB_HTML_HELP_EXTENDED_HELP * CALL FUNCTION 'IWB_HTML_HELP_EXTENDED_HELP' * EXPORTING * HELP_INFORMATION = L_HELP_INFO * EXCEPTIONS * OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.