RNUPARAM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RNCPARAM enables you to maintain the system parameters...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 RNUPARAM 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: S_PARAM = Client-Spec., Time-Indep.
Selection Text: R_PARAM = Inst.-Spec., Time-Indep.
Selection Text: Q_PARAM = Inst.-Spec., Time-Dep.
Selection Text: P_PARAM = Client-Spec., Time-Dep.
Title: IS-H: Maintain Parameters
Text Symbol: U08 = Parameter ;; TN00S
Text Symbol: U07 = Parameter ;; TN00R
Text Symbol: U06 = Parameter ;; TN00Q
Text Symbol: U05 = Parameter ;; TN00P
Text Symbol: U04 = Client-Spec., Time-Independent;;
Text Symbol: U03 = Institut.-Spec., Time-Indep. ;;
Text Symbol: U02 = Institut.-Spec., Time-Dep. ;;
Text Symbol: U01 = Client-Spec., Time-Dependent ;;
Text Symbol: T01 = Parameter ;;
Text Symbol: S01 = System parameter selection
Text Symbol: F01 = missing ;;
Text Symbol: D03 = & & & & ? ;;
Text Symbol: D02 = Delete parameter entry ;;
Text Symbol: D01 = Delete
Text Symbol: A23 = Cancel
Text Symbol: A22 = Do you want to cancel processing? ;;
Text Symbol: A21 = Data will be lost. ;;
Text Symbol: A13 = Change parameter values ;;
Text Symbol: A12 = Do you want to save your data? ;;
Text Symbol: A11 = Parameter values have been changed.;;
Text Symbol: 204 = Valid To ;;
Text Symbol: 203 = Valid From;;
Text Symbol: 202 = Value ;;
Text Symbol: 201 = Inst;;
Text Symbol: 044 = for Institution & ;;
Text Symbol: 004 = Institution-Spec., Time-Independent Control ;;
Text Symbol: 003 = Institution-Spec., Time-Dependent Control ;;
Text Symbol: 002 = Client-Specific, Time-Independent Control
Text Symbol: 001 = Client-Specific, Time-Dependent Control
INCLUDE MNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_POPUP_EINRI CALL FUNCTION 'ISH_POPUP_EINRI' IMPORTING einri = rnpa1-einri EXCEPTIONS OTHERS = 1.
ISH_HELP_REQUEST CALL FUNCTION 'ISH_HELP_REQUEST' EXPORTING ss_header = headertext ss_object = doku_objekt ss_title = titel ss_popup = on.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = value_einri IMPORTING output = value_einri.
CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = param_value IMPORTING output = param_value EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = param_value IMPORTING output = value_param.
CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = param_value IMPORTING output = itn00p-value EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = param_value IMPORTING output = itn00s-value EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = param_value IMPORTING output = itn00q-value EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = param_value IMPORTING output = itn00r-value EXCEPTIONS OTHERS = 1.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = enqtable_id varkey = enqkey EXCEPTIONS foreign_lock = 4 system_failure = 8.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = enqtable_id varkey = enqkey.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = enqtable_id varkey = enqkey.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = enqtable_id varkey = enqkey.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = enqtable_id varkey = enqkey.
ISH_DOMAIN_VALUE_TEXTS CALL FUNCTION 'ISH_DOMAIN_VALUE_TEXTS' EXPORTING domname = domname domvalue = domvalue IMPORTING ddtext = ddtext.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUPARAM - IS-H: Maintain Parameters RNUPARAM - IS-H: Maintain Parameters RNUPAEN0 - IS-H: Cancel Invoices for Services with Retroactive Price Changes RNUPAEN0 - IS-H: Cancel Invoices for Services with Retroactive Price Changes RNUOPLEI - IS-H: Cancel Surgical Procedures When Surgery Canceled RNUOPLEI - IS-H: Cancel Surgical Procedures When Surgery Canceled