SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for z/OS(BC-DB-DB2) SAP BC

RSDB2DSM SAP ABAP Report - Data supplier for database host







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


Text pool values


Title: Data supplier for database host
Text Symbol: 001 = The current DB host is


INCLUDES used within this REPORT RSDB2DSM

INCLUDE RSALEXTI.


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:

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING MT_FULL_NAME = DBCLIENT_FULLNAME IMPORTING TID = MT_TID EXCEPTIONS UNABLE_TO_EXPAND_NAME = 1 NAME_NOT_FOUND = 2 COMMUNICATION_FAILURE = 3 OTHER_PROBLEM = 4 INTERNAL_ERROR = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 OTHERS = 8 .

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING PARENT_TID = MT_TID MO_NAME = DB_MEMBER NUMRANGE = AL_NR_DB2 UNIQUENUM = 240969 * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 MT_CLASS = 'DBMember' "#EC NOTEXT * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING NEW_TID = MO_TID EXCEPTIONS INVALID_TID = 1 UNABLE_TO_EXPAND_NAME = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 OTHERS = 8 .

SALI_SMES_CREATE_ATTACH CALL FUNCTION 'SALI_SMES_CREATE_ATTACH' EXPORTING PARENT_TID = MO_TID MTE_NAME = 'DBHost' "#EC NOTEXT MTE_CLASS = 'DatabaseHost' "#EC NOTEXT MTE_NUMRANGE = AL_NR_DB2 MTE_UNIQUENUM = 240970 * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_ALL * MTE_KEEPALMAX = 10 * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 MTE_F1_HELP_TEXT_MSGID = 'D3' MTE_F1_HELP_TEXT_MSGNO = '050' * SMES_CUSTOMIZING_GROUP = CCMS_DEFAULT_CG_SMES * SMES_SUBTYPE = AL_STD_NO_SUBCLASS * SMES_ALERT_MODE = AL_SMSG_ALMODE_ALWAYS * SMES_ALERT_SHIFT = AL_SMSG_ALSHIFT_UNCHG * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING NEW_TID = SMES_TID EXCEPTIONS INVALID_TID = 1 UNABLE_TO_EXPAND_NAME = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 OTHERS = 8 .

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING MSGVALUE = AL_VAL_GREEN MSGID = 'D3' MSGNO = '163' MSGARG1 = MES_TEXT ARGTYPE1 = 'C' * MSGARG2 = * ARGTYPE2 = 'C' * MSGARG3 = * ARGTYPE3 = 'C' * MSGARG4 = * ARGTYPE4 = 'C' * default_msgtext = mes_text * REPORTEDBY = CHANGING TID = SMES_TID EXCEPTIONS INVALID_TID = 1 WRONG_TYPECLASS = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 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 RSDB2DSM or its description.