SAP Reports / Programs

RSALTIDTOOL_CHECK SAP ABAP Report - Report RSALTIDTOOL_CHECK







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


Text pool values


Title: Report RSALTIDTOOL_CHECK
Text Symbol: 001 = Duplicate entries deleted
Text Symbol: 002 = Entries corrected
Text Symbol: 003 = Corrected Entries:
Text Symbol: 004 = Entries activated for variant


INCLUDES used within this REPORT RSALTIDTOOL_CHECK

INCLUDE RSALEXTI.


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:

SALU_GET_NAME_OF_ACT_CUSTSET CALL FUNCTION 'SALU_GET_NAME_OF_ACT_CUSTSET' IMPORTING cust_setname = gs_setname_actual EXCEPTIONS no_active_set_found = 1 OTHERS = 2.

SALC_MT_BUILD_MTNAME CALL FUNCTION 'SALC_MT_BUILD_MTNAME' EXPORTING short_tid = gs_altidkey objectname = -objectname shortname = -mtnameshrt IMPORTING mtname = gs_mtename EXCEPTIONS short_tid_missing = 1 invalid_name_format = 2 OTHERS = 3.

SALC_MT_GET_TID_BY_NAME CALL FUNCTION 'SALC_MT_GET_TID_BY_NAME' TABLES in_names = gt_longnames out_tid_lname_rc = gt_tid_actual EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_MT_READ CALL FUNCTION 'SALC_MT_READ' TABLES in_tid = gt_tid out_typedef_rc = gt_tid_def EXCEPTIONS C_CALL_FAILED = 1 OTHERS = 2.

SALC_TOOL_SET CALL FUNCTION 'SALC_TOOL_SET' TABLES toolassign = gt_toolassign tidtoolrc = gt_toolassign_rc EXCEPTIONS C_CALL_FAILED = 1 OTHERS = 2.

SALC_SET_DBSET_TO_WPSET_BY_TID CALL FUNCTION 'SALC_SET_DBSET_TO_WPSET_BY_TID' TABLES tid = gt_stat_wpset.

SALC_MT_BUILD_MTNAME CALL FUNCTION 'SALC_MT_BUILD_MTNAME' EXPORTING short_tid = gs_altidkey objectname = -objectname shortname = -mtnameshrt IMPORTING mtname = gs_mtename EXCEPTIONS short_tid_missing = 1 invalid_name_format = 2 OTHERS = 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 RSALTIDTOOL_CHECK or its description.