SAP Reports / Programs

RSBCSRE02 SAP ABAP Report - documentation and ABAP source code







RSBCSRE02 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 RSBCSRE02 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 RSBCSRE02. "Basic submit
SUBMIT RSBCSRE02 AND RETURN. "Return to original report after report execution complete
SUBMIT RSBCSRE02 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_GROUP = Server Group (Space == All)
Selection Text: P_SIZE = No. of Updates Before COMMIT
Selection Text: P_UPD = DB Update
Text Symbol: 001 = Deletion of Instances of Class
Text Symbol: 002 = RFC Error:
Text Symbol: 003 = Result for Class
Text Symbol: 004 = Deleted Instances:
Text Symbol: 005 = Instances Not Deleted:
Text Symbol: 006 = Deletion of Instances of the Non-Existing Class with GUID
Text Symbol: 007 = Insufficent System Resources; Affected Class:
Text Symbol: 008 = Initial GUID for Class
Text Symbol: 009 = No Authorization
Text Symbol: 010 = Send Order Reorg. (Part III)
Text Symbol: 011 = Errors:
Text Symbol: T01 = Class
Text Symbol: T02 = Deleted
Text Symbol: T03 = Not Deleted
Text Symbol: T04 = Comments


INCLUDES used within this REPORT RSBCSRE02

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:

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'RZLLITAB' fieldname = 'CLASSNAME' searchhelp = 'SERV_GROUP' dynpprog = g_repid dynpnr = g_dynnr dynprofield = 'P_GROUP' EXCEPTIONS OTHERS = 5.

SPBT_INITIALIZE call function 'SPBT_INITIALIZE' exporting group_name = p_group exceptions pbt_env_already_initialized = 1 invalid_group_name = 2 internal_error = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 others = 7.

SPBT_GET_CURR_RESOURCE_INFO call function 'SPBT_GET_CURR_RESOURCE_INFO' importing free_pbt_wps = l_fwp exceptions internal_error = 1 pbt_env_not_initialized_yet = 2 others = 3.

SBCOMS_ADDR_INST_DELETE CALL FUNCTION 'SBCOMS_ADDR_INST_DELETE' EXPORTING ip_clsguid = l_guid ip_clsname = ls_gcl-clsname ip_dbupd = p_upd ip_packsize = p_size IMPORTING ep_delcount = l_del ep_ndelcount = l_ndel EXCEPTIONS initial_guid = 1 no_authorization = 2 others = 3.

SBCOMS_ADDR_INST_DELETE CALL FUNCTION 'SBCOMS_ADDR_INST_DELETE' STARTING NEW TASK ls_gcl-clsname DESTINATION IN GROUP p_group PERFORMING result_callback ON END OF TASK EXPORTING ip_clsguid = l_guid ip_clsname = ls_gcl-clsname ip_dbupd = p_upd ip_packsize = p_size EXCEPTIONS communication_failure = 1 system_failure = 2 RESOURCE_FAILURE = 3.



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