SAP Reports / Programs

RNCHVSTR SAP ABAP Report - IS-H CH: Program for View Control







RNCHVSTR 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 RNCHVSTR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

NWCH07 - IS-H CH: Canton tariff
NWCH06 - IS-H CH: Canton Tariff
NWCH05 - IS-H CH: Assign Geog. Area to Canton
NWCH04 - IS-H CH: Assign Geog. Area to Canton
NWCH03 - IS-H CH: Assign Post. Code to Region
NWCH24 - IS-H CH: Patient Classes
NWCH02 - IS-H CH: Assign Post. Code to Region
NWCH25 - IS-H CH: Patient Classes
NWCH31 - IS-H CH: Svce Rule for Svce Breakdwn
NWCH30 - IS-H CH: Svce Rule for Svce Breakdwn
NWCH26 - IS-H CH: Service Rule Billability
NWCH27 - IS-H CH: Service Rule Billability
NWCH28 - IS-H CH: Svce Rule for Sve High.Val.
NWCH29 - IS-H CH: Svce Rule for Sve High.Val.
NWCH23 - IS-H CH: Movement Types
NWCH15 - IS-H CH: Patient Type
NWCH16 - IS-H CH: Absence Rules
NWCH14 - IS-H CH: Patient Type
NWCH13 - IS-H CH: Patient Category
NWCH12 - IS-H CH: Patient Category
NWCH17 - IS-H CH: Absence Rules
NWCH11 - IS-H CH: Code Group Pension Ins. No.
NWCH20 - IS-H CH: Determine Bill. Agreement
NWCH21 - IS-H CH: Determine Bill. Agreement
NWCH22 - IS-H CH: Movement Types
NWCH08 - IS-H CH: Convention
NWCH09 - IS-H CH: Convention
NWCH10 - IS-H CH: Code Group Pension Ins. No.


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


Text pool values


Title: IS-H CH: Program for View Control


INCLUDES used within this REPORT RNCHVSTR

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:

VIEW_GET_DDIC_INFO call function 'VIEW_GET_DDIC_INFO' exporting viewname = viewname tables x_header = header x_namtab = namtab sellist = rangetab.

VIEW_ENQUEUE call function 'VIEW_ENQUEUE' "Vorlage: SAPLSVIM exporting view_name = viewname action = e_act "Exklusiv sperren enqueue_mode = 'E' "E-Enqueue/D-Dequeue exceptions foreign_lock = 1 client_reference = 2 * no_tvdir_entry = 3 system_failure = 4 table_not_found = 5.

VIEW_MAINTENANCE call function 'VIEW_MAINTENANCE' exporting view_name = viewname view_action = action tables x_header = header x_namtab = namtab dba_sellist = rangetab excl_cua_funct = fu_to_excl exceptions no_value_for_subset_ident = 1 no_database_function = 2 no_editor_function = 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 RNCHVSTR or its description.