SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | End User Technology(BW-BEX-ET) SAP BW

RSRD_WORKER_CLASS_TEST SAP ABAP Report - Test Execution of Producer/Converter/Distributor







RSRD_WORKER_CLASS_TEST 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 RSRD_WORKER_CLASS_TEST 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

RSRD_TEST - Test Producer/Converter/Distributor


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 RSRD_WORKER_CLASS_TEST. "Basic submit
SUBMIT RSRD_WORKER_CLASS_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RSRD_WORKER_CLASS_TEST 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_SETTNG = Reference to Setting
Selection Text: P_RCPT = Recipient ID
Selection Text: P_PROD = Producer Class
Selection Text: P_PARSE = Parameter from the Setting
Selection Text: P_PARAM = Parameter as URL Query String
Selection Text: P_OTYPE = Type of BW Object
Selection Text: P_OID = ID of the BW Object
Selection Text: P_OFORM = Output Format
Selection Text: P_FOLDER = Directory Document Storage
Selection Text: P_DTYPE = Distribution type
Selection Text: P_DIST = Distributor Class
Selection Text: P_CTYPE = Generation Type
Selection Text: P_CONV = Converter Class
Selection Text: P_CL_TP = Producer/Distributor/Converter
Title: Test Execution of Producer/Converter/Distributor
Text Symbol: 008 = Exported Files
Text Symbol: 007 = Document Attributes
Text Symbol: 006 = Output Format
Text Symbol: 005 = Error Code
Text Symbol: 004 = Details on the Distributor
Text Symbol: 003 = Details on the Converter
Text Symbol: 002 = Details on the Producer
Text Symbol: 001 = General Settings


INCLUDES used within this REPORT RSRD_WORKER_CLASS_TEST

INCLUDE RSRD_WORKER_CLASS_TEST_TOP . " GLOBAL DATA
INCLUDE RSRD_WORKER_CLASS_TEST_F01.
INCLUDE RSRD_WORKER_CLASS_TEST_F02.


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:

RSRD_BROADCAST_LOG_DISPLAY CALL FUNCTION 'RSRD_BROADCAST_LOG_DISPLAY' EXPORTING i_t_log_handle = l_t_log_handle i_read_from_db = rs_c_false.



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