SAP Reports / Programs

RSDDTPS_QUERY_NAVATTR SAP ABAP Report - Program RSDDTPS_MPRO_EXCLUDE







RSDDTPS_QUERY_NAVATTR 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 RSDDTPS_QUERY_NAVATTR 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 RSDDTPS_QUERY_NAVATTR. "Basic submit
SUBMIT RSDDTPS_QUERY_NAVATTR AND RETURN. "Return to original report after report execution complete
SUBMIT RSDDTPS_QUERY_NAVATTR 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: I_MPRO = MultiProvider
Title: Program RSDDTPS_MPRO_EXCLUDE
Text Symbol: 001 = Exclude InfoObjects
Text Symbol: 002 = Select a MultiProvider
Text Symbol: 003 = MultiProvider
Text Symbol: 004 = Does not exist or is inconsistent
Text Symbol: 005 = Select the objects that you want to save as genuine nav. attributes
Text Symbol: 006 = You have modified the list of InfoObjects to exclude
Text Symbol: 007 = Changing the InfoObjects to be excluded will delete the BWA index. Continue?
Text Symbol: 008 = Yes
Text Symbol: 009 = The query does not contain any characteristics
Text Symbol: 010 = Changes saved
Text Symbol: 011 = that can be treated as navigation attributes.


INCLUDES used within this REPORT RSDDTPS_QUERY_NAVATTR

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:

RSD_COB_PRO_ALL_GET CALL FUNCTION 'RSD_COB_PRO_ALL_GET' EXPORTING i_infocube = i_query i_objvers = rs_c_objvers-active IMPORTING e_t_cob_pro = l_t_cob_pro EXCEPTIONS infocube_not_found = 1 error_reading_infocatalog = 2 illegal_input = 3.

RSD_ATTRINM_GET_FROM_ATRNAVNM CALL FUNCTION 'RSD_ATTRINM_GET_FROM_ATRNAVNM' EXPORTING i_atrnavnm = l_s_cob_pro-iobjnm IMPORTING e_chanm = l_chanm EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'IOBJNM' window_title = 'Markieren Sie Objekte, die als echte Nav-Attribute abgelegt werden sollen'(005) value_org = 'S' multiple_choice = 'X' mark_tab = l_t_mark_tab IMPORTING user_reset = l_user_reset TABLES value_tab = l_t_output return_tab = l_t_retval EXCEPTIONS OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Sie haben die Liste auszuschließender InfoObjekte geändert'(006) text_question = 'Eine Änderung der auszuschließenden InfoObjekte führt zum Löschen des BIA Index. Fortfahren?'(007)



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