SAP Reports / Programs | Basis Components | BW Service API(BC-BW) SAP BC

ROOSSHNM SAP ABAP Report - Determine Short Names for All Active DataSources







ROOSSHNM 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 ROOSSHNM 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 ROOSSHNM. "Basic submit
SUBMIT ROOSSHNM AND RETURN. "Return to original report after report execution complete
SUBMIT ROOSSHNM 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_DISPL = Display Only
Selection Text: SO_APPLN = D Application Component
Selection Text: SO_BASOS = D Internal Name
Selection Text: SO_DELTA = D Delta Process for DataSource
Selection Text: SO_OSRCN = D DataSource
Selection Text: SO_TYPE = D DataSource Type
Title: Determine Short Names for All Active DataSources
Text Symbol: ER2 = >>> Not Unique
Text Symbol: ERR = >>> Error
Text Symbol: STA = Status


INCLUDES used within this REPORT ROOSSHNM

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:

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'ROOSSHNM' I_CALLBACK_USER_COMMAND = 'CALLBACK_USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'CALLBACK_PF_STATUS_SET' I_TABNAME = 'ROOSHORTN' IT_FIELDCAT = G_T_FIELDCAT TABLES T_OUTTAB = G_T_ROOSSHORTN EXCEPTIONS OTHERS = 1.

RSA2_SERV_SHORTNAME_DELETE CALL FUNCTION 'RSA2_SERV_SHORTNAME_DELETE' EXPORTING I_OLTPSOURCE = G_S_ROOSSHORTN-OLTPSOURCE EXCEPTIONS NO_SHORTNAME = 0.

RSA2_SERV_DSOURCE_TO_SHORTNAME CALL FUNCTION 'RSA2_SERV_DSOURCE_TO_SHORTNAME' EXPORTING I_OLTPSOURCE = G_S_ROOSSHORTN-OLTPSOURCE I_DB_COMMIT = SBIWA_C_FLAG_ON I_READ_ONLY = I_DISPL IMPORTING E_SHORTNAME = G_S_ROOSSHORTN-SHORTNAME EXCEPTIONS NO_SHORTNAME = 1.

RSA2_SERV_SHORTNAME_TO_DSOURCE CALL FUNCTION 'RSA2_SERV_SHORTNAME_TO_DSOURCE' EXPORTING I_SHORTNAME = G_S_ROOSSHORTN-SHORTNAME IMPORTING E_OLTPSOURCE = G_OLTPSOURCE EXCEPTIONS NO_SHORTNAME = 1.



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