SAP Reports / Programs

RNOTIFUPDATE02 SAP ABAP Report - Update Report for Multiple Customer Installations (System Resellers)







RNOTIFUPDATE02 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 RNOTIFUPDATE02 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 RNOTIFUPDATE02. "Basic submit
SUBMIT RNOTIFUPDATE02 AND RETURN. "Return to original report after report execution complete
SUBMIT RNOTIFUPDATE02 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: PA_CONF = Unconfirmed Notifications
Selection Text: PA_CREAT = Notification Creation Allowed
Selection Text: SO_INSTN = Installations To Be Processed
Selection Text: PA_MSG = D .
Title: Update Report for Multiple Customer Installations (System Resellers)
Text Symbol: 001 = Installation:
Text Symbol: 010 = COMMIT AND WAIT, rc =
Text Symbol: 020 = Read in SAPNET o.k. for Installation
Text Symbol: 030 = Notifications To Be Updated
Text Symbol: 050 = Locked, New Record in DNOD_UPDATE
Text Symbol: 060 = Update OK
Text Symbol: 070 = Notification Is Already Updated
Text Symbol: 080 = Create OK
Text Symbol: 111 = At least one error occurred when communicating with SAP. Check the spool output for details.
Text Symbol: 112 = No errors occurred when communicating with SAP.


INCLUDES used within this REPORT RNOTIFUPDATE02

INCLUDE MNOTIFUPDTOP.
INCLUDE MNOTIFUPDF10.


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:

BCSN_CUST_MESSAGES_LIST CALL FUNCTION 'BCSN_CUST_MESSAGES_LIST' DESTINATION l_destination EXPORTING nststmp = l_tstmp_old client = c_client version = c_version not_confirmed_only = pa_conf msg_source = pa_msg IMPORTING nststmp = l_tstmp_new TABLES changed_messages = l_changed_messages_tab EXCEPTIONS client_vers_not_allowed = 1 no_authority = 2 unknown_customer = 3 communication_failure = 20 MESSAGE l_msg_text system_failure = 30 MESSAGE l_msg_text.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = c_e cl = c_dno number = '152' par1 = l_act_instn IMPORTING bapireturn = l_return_wa.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = c_e cl = c_dno number = '156' par1 = l_par1 par2 = l_act_instn IMPORTING bapireturn = l_return_wa.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = c_e cl = c_dno number = '179' par1 = l_act_instn IMPORTING bapireturn = l_return_wa.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = c_e cl = c_dno number = '190' IMPORTING bapireturn = l_return_wa.

DNO_SAP_REFRESH_NOTIF_02 CALL FUNCTION 'DNO_SAP_REFRESH_NOTIF_02' EXPORTING i_guidh = lt_notif_itab_wa-guidh IMPORTING e_enqueue = l_enqueue TABLES te_return = lt_return_tab EXCEPTIONS refresh_not_possible = 1.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING bapireturn = l_return_wa.

DNO_SAP_CREATE_NOTIF_FROM_SAP CALL FUNCTION 'DNO_SAP_CREATE_NOTIF_FROM_SAP' EXPORTING i_notif_create = ls_create_message i_destination = l_changed_messages_wa-destinat i_partner = ls_inst_tab-rfcuser i_active = l_active IMPORTING e_not_created = l_not_created TABLES te_return = lt_return_tab CHANGING c_instn = ls_inst_tab-instn.



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