RNUCHREA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for By means of this program you maintain the reasons for modifications to data in the IS-H that were made by your users...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 RNUCHREA 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_TEST = Test Run
Selection Text: P_REASON = Reason for Change
Selection Text: P_FALNR = Case
Selection Text: P_EPROC = EDI Procedure
Selection Text: P_EINRI = Institution
Selection Text: P_DIRINS = Update Immediately
Title: IS-H SG: Specify Change Reasons for Data Modifications by User
Text Symbol: U05 = Parameter
Text Symbol: U01 = Institution
Text Symbol: U00 = EDI Procedure
Text Symbol: T20 = Change Reasons
Text Symbol: T05 = New Reas.
Text Symbol: T04 = Old Reas.
Text Symbol: T03 = Case
Text Symbol: T02 = EDI P
Text Symbol: T01 = Inst.
INCLUDE MNCDATA0.
INCLUDE MNCOLOUR.
INCLUDE RNCIEDIP.
INCLUDE RNCIEDII.
INCLUDE RNSSSPBO.
INCLUDE RNCIEDIU.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = rnstat-repid einri = p_einri * NO_MESSAGE = ' ' IMPORTING rc = auth_rc EXCEPTIONS OTHERS = 1.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * ausbegdt = rnstat-ausbegdt * ausenddt = rnstat-ausenddt einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = text-t20 title_lin2 = ' ' uline = on * verbegdt = init_date * verenddt = init_date EXCEPTIONS invalid_einri = 01.
ISH_F4_HELP_CASENO CALL FUNCTION 'ISH_F4_HELP_CASENO' EXPORTING dyname = dyname dynumb = dynumb institution_fname = dynp_key IMPORTING institution = einri caseno = falnr 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.
RNUCHREA - IS-H SG: Specify Change Reasons for Data Modifications by User RNUCHREA - IS-H SG: Specify Change Reasons for Data Modifications by User RNUBPTCIEPHYS - documentation and ABAP source code RNUBPTCIEPHYS - documentation and ABAP source code RNUBFORM - IS-H: Determine Valuation Formula/Charge Type for All Services RNUBFORM - IS-H: Determine Valuation Formula/Charge Type for All Services