SAP Reports / Programs | Logistics - General | Batches(LO-BM) SAP LO

RVBWSCOR_FCODE_HANDLING SAP ABAP INCLUDE - RVBWSCORFCODEHANDLING







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


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 RVBWSCOR_FCODE_HANDLING. "Basic submit
SUBMIT RVBWSCOR_FCODE_HANDLING AND RETURN. "Return to original report after report execution complete
SUBMIT RVBWSCOR_FCODE_HANDLING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RVBWSCOR_FCODE_HANDLING

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:

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.



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