SAP Reports / Programs | Logistics - General | Logistics Information System (LIS)(LO-LIS) SAP LO

RMBWV3RE_BLD SAP ABAP INCLUDE - RMBWV3REBLD







RMBWV3RE_BLD 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 RMBWV3RE_BLD 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 RMBWV3RE_BLD. "Basic submit
SUBMIT RMBWV3RE_BLD AND RETURN. "Return to original report after report execution complete
SUBMIT RMBWV3RE_BLD 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 RMBWV3RE_BLD

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:

TRFC_GET_QUEUE_INFO * CALL FUNCTION 'TRFC_GET_QUEUE_INFO' * EXPORTING * qname = p_exqu * dest = 'NONE' * IMPORTING * qdeep = gf_qdeep * EXCEPTIONS * OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-013 textline2 = text-014 titel = text-015 cancel_display = ' ' IMPORTING answer = gf_answer. "#EC *

ENQUEUE_EMCEXUPD CALL FUNCTION 'ENQUEUE_EMCEXUPD' EXPORTING mcapp = p_appl EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = gt_qrfc_fb-mcex_qrfc_fb TABLES exception_list = gt_exception_list export_parameter = gt_export_parameter import_parameter = gt_import_parameter changing_parameter = gt_changing_parameter tables_parameter = gt_tables_parameter EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.

TRFC_SET_QUEUE_NAME CALL FUNCTION 'TRFC_SET_QUEUE_NAME' EXPORTING nosend = 'X' qname = lf_queue_name EXCEPTIONS invalid_queue_name = 1.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DEQUEUE_EMCEXUPD CALL FUNCTION 'DEQUEUE_EMCEXUPD' EXPORTING mcapp = p_appl.



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