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

RMCSBW08 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = con_tmcexupd * FIELDNAME = LANGU = sy-langu LFIELDNAME = con_tmcexupd_update_mode * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * DFIES_TAB = FIXED_VALUES = upd_mode * EXCEPTIONS * NOT_FOUND = 1 * INTERNAL_ERROR = 2 * OTHERS = 3 .

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING * MELD_ID = 'MCEX' MELD_NR = '181' MSGV1 = u_mcapp IMPORTING E_CANCEL = lf_answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = text-061 TEXTLINE2 = text-062 TITEL = text-060 CANCEL_DISPLAY = false IMPORTING ANSWER = lf_answer.

MC_POPUP_TO_MARK_FIELDS CALL FUNCTION 'MC_POPUP_TO_MARK_FIELDS' EXPORTING i_field_number_max = 1 i_field_number_min = 1 i_mark_by_table = true i_object_name_plural = text-023 i_object_name_singular = text-022 i_popup_title = text-024 i_text_length = 40 IMPORTING e_marked = flg_mark TABLES t_fields = t_upd_mode t_marked_fields = t_marked_mode * EXCEPTIONS * UNVALID_TEXT_LENGTH = 1 * OTHERS = 2 .

TREEV_EXPAND_NODE CALL FUNCTION 'TREEV_EXPAND_NODE' EXPORTING handle = g_tree node_key = con_root level_count = 0 expand_all_children = false EXCEPTIONS failed = 1 illegal_level_count = 2 cntl_system_error = 3 node_not_found = 4 cannot_expand_leaf = 5 OTHERS = 6.

TRFC_GET_QUEUE_INFO CALL FUNCTION 'TRFC_GET_QUEUE_INFO' EXPORTING QNAME = lf_qname DEST = '*' IMPORTING QDEEP = lf_qdeep.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '162' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '163' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '164' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '165' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '169' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '164' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '166' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '167' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '168' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '165' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '162' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

MCEX_MESSAGE_LONG CALL FUNCTION 'MCEX_MESSAGE_LONG' EXPORTING MELD_NR = '163' MSGV1 = u_mcapp IMPORTING E_CANCEL = c_cancel.

FUNCTION_EXISTS





CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = 'QRFC_GET_VERSION' EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

QRFC_GET_VERSION CALL FUNCTION 'QRFC_GET_VERSION' IMPORTING QVERSION = act_qrfc_version EXCEPTIONS OTHERS = 1.



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