SAP Reports / Programs

RNUVTRTY SAP ABAP Report - IS-H: Contract Scheme Where-Used List







RNUVTRTY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program creates a where-used list for contract schemes in the form of a multilevel list...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 RNUVTRTY 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 RNUVTRTY. "Basic submit
SUBMIT RNUVTRTY AND RETURN. "Return to original report after report execution complete
SUBMIT RNUVTRTY 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: P_EXLOAD = D Display Extract
Selection Text: P_EXSAVE = D Generate Extract
Selection Text: P_EXT1 = D Extract Name
Selection Text: P_NOEX = D New Selection
Selection Text: SE_EINRI = Institution
Selection Text: SE_FALNR = Cases to Be Evaluated
Selection Text: SE_STORN = Include Canceled IRs
Selection Text: SE_VTRTY = Contract Scheme
Selection Text: P_EX1 = D Extract Name (Generate)
Selection Text: P_EX2 = D Extract Name (Display)
Title: IS-H: Contract Scheme Where-Used List
Text Symbol: 001 = Selection Criteria
Text Symbol: 005 = Include Canceled IRs
Text Symbol: 006 = Evaluation Period
Text Symbol: 007 = To
Text Symbol: S01 = Institution


INCLUDES used within this REPORT RNUVTRTY

INCLUDE RNSSTABL.
INCLUDE RNSSEINR.
INCLUDE RNSSSEXT_VALUE_REQUEST.
INCLUDE RNSSSEIN.


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:

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING SS_EINRI = SE_EINRI SS_VCODE = UPDATE IMPORTING SS_FALNR = SE_FALNR-LOW.

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING SS_EINRI = SE_EINRI SS_VCODE = UPDATE IMPORTING SS_FALNR = SE_FALNR-HIGH.

ISH_GET_CASES CALL FUNCTION 'ISH_GET_CASES' * exporting * append_fal = ' ' TABLES I_FALNR = I_FALNR CHANGING EINRI = SE_EINRI PERBEGIN = IAUSBEGDT PEREND = IAUSENDDT EXCEPTIONS NO_CASES_FOUND = 1 PARAMETERS_NOT_FOUND = 2 OTHERS = 3.

ISH_LIST_VTRTY CALL FUNCTION 'ISH_LIST_VTRTY' EXPORTING SS_EINRI = SE_EINRI SS_STORN = SE_STORN * ss_repid = repid ss_exsave = p_exsave ss_exload = p_exload ss_extract = extract TABLES SS_NFAL = SE_NFAL SS_TN16 = SE_TN16 EXCEPTIONS NOT_FOUND = 0 OTHERS = 0.



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