SAP Reports / Programs

RNOTIFWL SAP ABAP Report - Basic Notifications Worklist







RNOTIFWL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report documentation for the notification list...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RNOTIFWL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DNOTIFWL - Basic Notifications Worklist


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


Text pool values


Notifications...
Selection Text: P_MONITR = Set Monitor According To...
Selection Text: DATE = Notification Date
Title: Basic Notifications Worklist
Text Symbol: T04 = Individual Status of Notif.
Text Symbol: T03 = Monitor
Text Symbol: T02 = Selection Period
Text Symbol: 202 = additional notification information will appear here.
Text Symbol: 201 = If you click on short text, reporter of notification, or processor then
Text Symbol: 200 = **** Attention: texts 201 and 202 form one sentence ************
Text Symbol: 114 = Individual Status of Notification
Text Symbol: 113 = Ind. Status Notif.
Text Symbol: 112 = Status at SAP
Text Symbol: 111 = Status at SAP
Text Symbol: 110 = Status
Text Symbol: 109 = Notification
Text Symbol: 108 = Priority
Text Symbol: 107 = Notification Status
Text Symbol: 106 = Notification Status
Text Symbol: 105 = Status
Text Symbol: 104 = Monitor
Text Symbol: 101 = Proc. By:
Text Symbol: 100 = Reported By:
Text Symbol: 047 = SelProfile
Text Symbol: 046 = Deletion/Arch.
Text Symbol: 045 = Confirmed
Text Symbol: 044 = Ext. Processing
Text Symbol: 043 = Completed
Text Symbol: 042 = In Process
Text Symbol: 041 = New
Text Symbol: 025 = Defined By Me
Text Symbol: 024 = 1 Year
Text Symbol: 023 = 3 Months
Text Symbol: 022 = 1 Month
Text Symbol: 021 = 1 Week


INCLUDES used within this REPORT RNOTIFWL

INCLUDE MNOTIFTOP.
INCLUDE MNOTIFF10.
INCLUDE MNOTIFF20.





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:

START_TIME_DETERMINE call function 'START_TIME_DETERMINE' exporting duration = 1 unit = 'MON' * FACTORY_CALENDAR = importing start_date = date-low * START_TIME = changing end_date = date-high * END_TIME = SY-UZEIT exceptions others = 0.

START_TIME_DETERMINE call function 'START_TIME_DETERMINE' exporting duration = 3 unit = 'MON' * FACTORY_CALENDAR = importing start_date = date-low * START_TIME = changing end_date = date-high * END_TIME = SY-UZEIT exceptions others = 0.

START_TIME_DETERMINE call function 'START_TIME_DETERMINE' exporting duration = 12 unit = 'MON' * FACTORY_CALENDAR = importing start_date = date-low * START_TIME = changing end_date = date-high * END_TIME = SY-UZEIT exceptions others = 0.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'OBJECT_TAB' i_structure_name = tabname i_client_never_display = ' ' CHANGING ct_fieldcat = g_fieldcat_tab[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

DOCU_CALL call function 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = l_id langu = sy-langu object = g_docu_name.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = object_tab-numb IMPORTING OUTPUT = l_numb.

DNO_OW_READ_PARTNER_ADRESS call function 'DNO_OW_READ_PARTNER_ADRESS' EXPORTING i_type_par = object_tab-type_repo i_parnr = object_tab-reporter IMPORTING e_adress = l_address.

DNO_OW_READ_PARTNER_ADRESS call function 'DNO_OW_READ_PARTNER_ADRESS' EXPORTING i_type_par = object_tab-type_proc i_parnr = object_tab-processor IMPORTING e_adress = l_address.

DNO_OW_READ_TEXT call function 'DNO_OW_READ_TEXT' exporting i_guidh = object_tab-guidh * I_PRAES_LANGU = i_name = sy-uname tables te_head = l_head te_lines = l_lines te_return = l_return.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = l_logsys EXCEPTIONS own_logical_system_not_defined = 1 others = 2.



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