SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWGDS_MESSAGE_MANAGER_C01 SAP ABAP INCLUDE - ConfMsgMngr: Local Class "Tools"







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


Text pool values


Title: ConfMsgMngr: Local Class "Tools"


INCLUDES used within this REPORT RWGDS_MESSAGE_MANAGER_C01

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:

SMLG_GET_DEFINED_SERVERS call function 'SMLG_GET_DEFINED_SERVERS' exporting grouptype = 'S' groupname = gv_svgrp tables instances = lt_srv_grp_inst exceptions invalid_group_type = 1 no_instances_found = 2 others = 3.

RS_SELECTIONSCREEN_READ call function 'RS_SELECTIONSCREEN_READ' exporting program = sy-repid dynnr = '1000' tables fieldvalues = lt_fieldvalues.

RS_SELECTIONSCREEN_READ call function 'RS_SELECTIONSCREEN_READ' exporting program = sy-repid dynnr = '1000' tables fieldvalues = lt_fieldvalues.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'DE' "Data element dokname = iv_data_element tables links = lt_links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting popup_title = 'Performance Assistant'(t01) text_object = iv_data_element "Document Class DT Dialog Text exceptions text_not_found = 01 error_message = 98 others = 99.

F4_DATE_CONTROL call function 'F4_DATE_CONTROL' * EXPORTING * DATE_FOR_FIRST_MONTH = SY-DATUM * DISPLAY = ' ' * FACTORY_CALENDAR_ID = ' ' * GREGORIAN_CALENDAR_FLAG = ' ' * HOLIDAY_CALENDAR_ID = ' ' * HOLIDAY_STYLE = '6' * PROGNAME_FOR_FIRST_MONTH = ' ' * WEEK_BEGIN_DAY = 1 * SELECT_OPTION_WEEK = ' ' * SELECT_OPTION_MONTH = ' ' importing select_date = lv_select_date * SELECT_WEEK = SELECT_WEEK * SELECT_BEGIN = SELECT_BEGIN * SELECT_END = SELECT_END * SELECT_MONTH = SELECT_MONTH exceptions calendar_buffer_not_loadable = 1 date_after_range = 2 date_before_range = 3 date_invalid = 4 factory_calendar_not_found = 5 holiday_calendar_not_found = 6 parameter_conflict = 7 others = 8.



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