SAP Reports / Programs | Patient Management | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Management(IS-H-PM) SAP IS

RNUPARAM SAP ABAP Report - IS-H: Maintain Parameters







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


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 RNUPARAM. "Basic submit
SUBMIT RNUPARAM AND RETURN. "Return to original report after report execution complete
SUBMIT RNUPARAM 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: 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


INCLUDES used within this REPORT RNUPARAM

INCLUDE MNDATA00.


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_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.



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