RNUNVAR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create Variants for Invoice Restrictions in Case-Related Billing This program lets you specify selection variants for all users for invoice restrictions in case-related billing (transaction NA30N)...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 RNUNVAR0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONAV - IS-H: Variants for Inv.Restrictions
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_SEKZ = Self-Payer
Selection Text: R_ANFOE = Svce Req. Dept. OU
Selection Text: R_BESDT = Visit Date
Selection Text: R_ERBOE = OU Performing Service
Selection Text: R_KOSTR = Insurance Provider
Selection Text: R_KTART = Insurance Provider Type
Selection Text: R_LEIST = Service
Title: IS-H: Define Selection Variants for Case-Related Billing
Text Symbol: S01 = Institution
Text Symbol: S02 = Insurance Provider Type
Text Symbol: S03 = Insurance Provider
Text Symbol: S04 = Service
Text Symbol: S05 = Service of Performing Organizational Unit
Text Symbol: S06 = Service of Departmental Requesting Organizational Unit
Text Symbol: S07 = Visit Date
Text Symbol: S08 = Third-Party Payer
INCLUDE RNSSTABL.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_MTPP_CHECK_ACTIVE CALL FUNCTION 'ISH_MTPP_CHECK_ACTIVE' EXCEPTIONS NOT_ACTIVE = 1 OTHERS = 2.
ISH_KOSTR_F4 CALL FUNCTION 'ISH_KOSTR_F4' IMPORTING e_kostr = r_kostr-low.
ISH_KOSTR_F4 CALL FUNCTION 'ISH_KOSTR_F4' IMPORTING e_kostr = r_kostr-high.
ISH_SHOW_SERVICES_NEW CALL FUNCTION 'ISH_SHOW_SERVICES_NEW' EXPORTING einrichtung = se_einri multi_select = '' IMPORTING e_ntpk = intpk EXCEPTIONS wrong_einri = 1 nothing_found = 2 nothing_selected = 3 OTHERS = 4.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = se_einri IMPORTING selected_orgid = inorgid EXCEPTIONS OTHERS = 1.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = se_einri IMPORTING selected_orgid = inorgid EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUNVAR0 - IS-H: Define Selection Variants for Case-Related Billing RNUNVAR0 - IS-H: Define Selection Variants for Case-Related Billing RNUNTSI0 - IS-H: Check Program for Currency Code in Catalog Column Definition RNUNTSI0 - IS-H: Check Program for Currency Code in Catalog Column Definition RNUNTRC0 - IS-H: Reorganize Trace Log Table RNUNTRC0 - IS-H: Reorganize Trace Log Table