SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Alert Framework(BC-SRV-GBT-ALM) SAP BC

RSALERTDEMO03 SAP ABAP Report - Alert Management Demo Program







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


Text pool values


Selection Text: P_ACTT = Subsequent Activity
Selection Text: P_ACTURL = URL
Selection Text: P_CAT = Alert Category
Selection Text: P_COMMIT = Wait for Commit Work
Selection Text: P_SHOW = Log Display After Triggering
Title: Alert Management Demo Program


INCLUDES used within this REPORT RSALERTDEMO03

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:

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = salrttdemo-guid.

WWW_GET_MIME_OBJECT CALL FUNCTION 'WWW_GET_MIME_OBJECT' TABLES query_string = query_table html = html_table mime = pic_data CHANGING return_code = return_code content_type = content_type content_length = content_length EXCEPTIONS OTHERS = 3.

DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'image' subtype = cndp_sap_tab_unknown size = pic_size lifetime = cndp_lifetime_transaction TABLES data = pic_data CHANGING url = url1 EXCEPTIONS OTHERS = 1.

WWW_GET_MIME_OBJECT CALL FUNCTION 'WWW_GET_MIME_OBJECT' TABLES query_string = query_table html = html_table mime = pic_data CHANGING return_code = return_code content_type = content_type content_length = content_length EXCEPTIONS OTHERS = 3.

DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'image' subtype = cndp_sap_tab_unknown size = pic_size lifetime = cndp_lifetime_transaction TABLES data = pic_data CHANGING url = url2 EXCEPTIONS OTHERS = 1.

WWW_GET_MIME_OBJECT CALL FUNCTION 'WWW_GET_MIME_OBJECT' TABLES query_string = query_table html = html_table mime = pic_data CHANGING return_code = return_code content_type = content_type content_length = content_length EXCEPTIONS OTHERS = 3.

DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'image' subtype = cndp_sap_tab_unknown size = pic_size lifetime = cndp_lifetime_transaction TABLES data = pic_data CHANGING url = url3 EXCEPTIONS OTHERS = 1.

SALRT_CREATE_API CALL FUNCTION 'SALRT_CREATE_API' EXPORTING ip_category = cat * IP_EXPIRATION_TIME = * IP_EXPIRATION_DATE = ip_wait_on_commit = wait ip_application_guid = l_guid ip_get_sync_exceptions = 'X' IMPORTING ep_alert_id = l_ext_id TABLES * IT_RECIPIENTS = * IT_ACTIVITIES = it_container = lt_container * IT_EXT_RECIPIENTS = * IT_EXT_ADDR = * IT_ROLES = EXCEPTIONS alert_category_unknown = 1 alert_no_recipients = 2 alert_error_unknown = 3 destination_undefined = 4 communication_failure = 5 system_failure = 6 OTHERS = 7.

SALRT_CONFIRM_BY_GUID_API CALL FUNCTION 'SALRT_CONFIRM_BY_GUID_API' EXPORTING ip_appl_guid = l_guid ip_wait_on_commit = ' '.



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