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
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: 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
INCLUDE RNSSTABL.
INCLUDE RNSSEINR.
INCLUDE RNSSSEXT_VALUE_REQUEST.
INCLUDE RNSSSEIN.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUVTRTY - IS-H: Contract Scheme Where-Used List RNUVTRTY - IS-H: Contract Scheme Where-Used List RNUVBRPK - IS-H: Correction Report for VBRP Records with Initial Price + Percent RNUVBRPK - IS-H: Correction Report for VBRP Records with Initial Price + Percent RNUTROE0 - IS-H: Transport Organizational Units RNUTROE0 - IS-H: Transport Organizational Units