RSTCCUSTIMP 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 RSTCCUSTIMP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSTCIMP - Importance of BW Object
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.
Selection Text: S_WORKBK = Workbook
Selection Text: S_WEBTMP = Web Template
Selection Text: S_USER = User
Selection Text: S_QUERY = Query
Selection Text: S_PCHAIN = Process Chain
Selection Text: S_MPRO = MultiProvider
Selection Text: S_ISET = InfoSet
Selection Text: S_ICUBE = InfoCube
Selection Text: S_IAREA = InfoArea
Selection Text: S_DSOBJ = Data Store Object
Selection Text: P_STDRD = Standard Values
Selection Text: P_QUERY = @6T@Query
Selection Text: P_PCHAIN = @CQ@Process Chain.
Selection Text: P_MPRO = @QY@MultiProvider
Selection Text: P_ISET = @QI@InfoSet
Selection Text: P_ICUBE = @6H@InfoCube
Selection Text: P_DSOBJ = @PO@Data Store Object
Title: Call View Maintenance Dialog for Importances of BW Objects
Text Symbol: USR = @ID\QUser@
Text Symbol: TRN = @4A@Transport
Text Symbol: STD = Standard Values
Text Symbol: QRY = @6T@Query
Text Symbol: PCH = @CQ@Process Chain
Text Symbol: MSL = Main selection criteria
Text Symbol: MPR = @QY@MultiProvider
Text Symbol: MNT = @0Z@Maintain
Text Symbol: IST = @QI@InfoSet
Text Symbol: IMP = Object type to be maintained:
Text Symbol: ICB = @6H@InfoCube
Text Symbol: DSP = @10@Display
Text Symbol: DSO = @PO@Data Store Object
Text Symbol: CST = @3M@Customizing
Text Symbol: ASL = Additional selection criteria
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = g_action view_name = 'V_RSTCIMPDIR' no_warning_for_clientindep = 'X' tables dba_sellist = l_t_dba_sellist excl_cua_funct = l_t_excl_cua_funct exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 maintenance_prohibited = 14 others = 15.
RSPC_HAS_INTERFACE call function 'RSPC_HAS_INTERFACE' exporting i_type =
-type i_method = 'GET_INFO' * i_rspv = 'X' importing e_object = l_object * e_objtype = exceptions interface_not_implemented = 1 unknown_process = 2 others = 3.
RSD_CUBE_F4 call function 'RSD_CUBE_F4' exporting * i_objvers = rs_c_objvers-active i_cubetype = l_cubetype * i_t_cubetype = * i_filter_partition = '*' * i_title = ' ' * i_display = rs_c_false * importing * e_txtlg = * e_txtsh = * e_cubetype = changing c_infocube = l_infocube exceptions illegal_input = 1 others = 2.
RZ_QUERY_F4_GET call function 'RZ_QUERY_F4_GET' exporting i_objtype = 'QU' importing e_compid = l_compid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.