SAP Reports / Programs | Basis Components | Basis Components | Table Maintenance Tool(BC-CUS-TOL-TME) SAP BC

RSVCLNAVI SAP ABAP Report - Delete navigation subscreen from view cluster screen







RSVCLNAVI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion of view cluster dialog navigation to Tree Control From Release 46A view cluster dialog navigation uses a Tree Control on both the list and detail screens...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 RSVCLNAVI 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 RSVCLNAVI. "Basic submit
SUBMIT RSVCLNAVI AND RETURN. "Return to original report after report execution complete
SUBMIT RSVCLNAVI 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: VCLOBJS = View cluster
Selection Text: DEVCLSS = Package
Title: Delete navigation subscreen from view cluster screen
Text Symbol: 012 = Screens not changed, errors occurred
Text Symbol: 013 = Error category 'I': IMPORT DYNPRO error
Text Symbol: 014 = Error category 'G': GENERATE DYNPRO error
Text Symbol: 015 = Errpr category 'T': Transport request entry error
Text Symbol: 016 = Edit the listed screens manually in the Screen Painter
Text Symbol: 011 = Changed screens ("Navigation" deleted)
Text Symbol: 001 = Specify View Clusters or Packages
Text Symbol: 002 = Package $TMP not allowed
Text Symbol: 003 = No view clusters found
Text Symbol: 004 = Invalid function group name
Text Symbol: 010 = Unchanged screens (no "Navigation" subscreen)
Text Symbol: 024 = Request
Text Symbol: 028 = Only posible in dialog because of correction dialog box
Text Symbol: 023 = Error cat.
Text Symbol: 017 = "Subscreen navigation" calls in detail screens
Text Symbol: 018 = delete manually in Screen Painter
Text Symbol: 020 = View cluster
Text Symbol: 021 = View/table
Text Symbol: 022 = Program name/screen number


INCLUDES used within this REPORT RSVCLNAVI

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:

RS_PROGNAME_SPLIT CALL FUNCTION 'RS_PROGNAME_SPLIT' EXPORTING PROGNAME_WITH_NAMESPACE = NAME IMPORTING NAMESPACE = NAMESPACE PROGNAME_WITHOUT_NAMESPACE = NAME EXCEPTIONS DELIMITER_ERROR = 1.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING * iv_no_standard_editor = ' ' IV_NO_SHOW_OPTION = 'X' IMPORTING WE_ORDER = P_ORDER WE_TASK = P_TASK * we_objects_appendable = TABLES WT_KO200 = P_KO200 * WT_E071K = * TT_TADIR = EXCEPTIONS OTHERS = 1.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_ORDER = P_ORDER WI_KO200 = L_KO200 IV_NO_STANDARD_EDITOR = ' ' IV_NO_SHOW_OPTION = 'X' IMPORTING WE_ORDER = P_ORDER WE_TASK = L_TASK * WE_KO200 = * ES_TADIR = TABLES WT_E071K = L_E071K EXCEPTIONS OTHERS = 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 RSVCLNAVI or its description.