SAP Reports / Programs

RFTBCOSI SAP ABAP Report - Standing Instructions: Mass Processing Functions







RFTBCOSI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report provides various mass-processing functions, so that settings requiring considerable time and resources can be made efficiently...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 RFTBCOSI 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

TBSI_TOOLS - Tools for Standing Instructions


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


Text pool values


Title: Standing Instructions: Mass Processing Functions
Text Symbol: 0B1 = Standing instructions for correspondence
Text Symbol: 0B2 = Standing instructions for transact. authorizations
Text Symbol: 0B3 = Standing instructions for derived flows
Text Symbol: 101 = Obsolete Function
Text Symbol: CHK = Check
Text Symbol: COP = Copy
Text Symbol: DEL = Delete


INCLUDES used within this REPORT RFTBCOSI

INCLUDE IRFTBCOSI.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_COPY_OBJECT' text = text-cop add_stdinf = space IMPORTING RESULT = copy_si2 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DELETE' text = text-del add_stdinf = space IMPORTING RESULT = dele_si2 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_CHECK' text = text-chk add_stdinf = space IMPORTING RESULT = chck_si2 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_COPY_OBJECT' text = text-cop add_stdinf = space IMPORTING RESULT = copy_si3 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DELETE' text = text-del add_stdinf = space IMPORTING RESULT = dele_si3 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_COPY_OBJECT' text = text-cop add_stdinf = space IMPORTING RESULT = copy_si4 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DELETE' text = text-del add_stdinf = space IMPORTING RESULT = dele_si4 EXCEPTIONS OTHERS = 0.

POPUP_DISPLAY_TEXT_USER_BUTTON * call function 'POPUP_DISPLAY_TEXT_USER_BUTTON' * exporting * popup_title = text-101 * docu_class = 'DT' * text_object = 'FSBP_OBSOLETE_FUNCTIONALITY' * display_ok_button = '' * tables * parameter = parameters.

POPUP_DISPLAY_TEXT_USER_BUTTON * CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' * EXPORTING * popup_title = text-101 * docu_class = 'DT' * text_object = 'FSBP_OBSOLETE_FUNCTIONALITY' * display_ok_button = '' * TABLES * parameter = parameters.

POPUP_DISPLAY_TEXT_USER_BUTTON * CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' * EXPORTING * popup_title = text-101 * docu_class = 'DT' * text_object = 'FSBP_OBSOLETE_FUNCTIONALITY' * display_ok_button = '' * TABLES * parameter = parameters.



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