SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNUKARE4 SAP ABAP Report - IS-H: Reorganize Service Catalog in Accordance with Column Definition







RNUKARE4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to change the valid-to date of service master data...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 RNUKARE4 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 RNUKARE4. "Basic submit
SUBMIT RNUKARE4 AND RETURN. "Return to original report after report execution complete
SUBMIT RNUKARE4 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: TGRKZ = Service Group
Selection Text: TESTMODE = Test Mode (no DB Changes)
Selection Text: TARIF = Service Catalog
Selection Text: TAGRU = Service Category
Selection Text: SUMPROTO = Log
Selection Text: LEIST = Service
Selection Text: EVALDT = Valid-to date
Selection Text: ENTGA = Charge Type
Selection Text: EINRI = Institution
Title: IS-H: Reorganize Service Catalog in Accordance with Column Definition
Text Symbol: T03 = Generated split table for service
Text Symbol: T02 = Reorganization
Text Symbol: T01 = Service Catalog
Text Symbol: S12 = Service Short Text
Text Symbol: S11 = Changed To
Text Symbol: S10 = Changed By
Text Symbol: S09 = Current To
Text Symbol: S08 = Current From
Text Symbol: S07 = Service
Text Symbol: S06 = _ From To From To
Text Symbol: S05 = Service Current interval Changed to
Text Symbol: S04 = Service master texts changed/to be changed
Text Symbol: S03 = Service columns deleted/to be deleted
Text Symbol: S02 = Service columns inserted/to be inserted
Text Symbol: S01 = Number of service master records changed/to be changed
Text Symbol: P02 = Live Mode
Text Symbol: P01 = Test Mode


INCLUDES used within this REPORT RNUKARE4

No INCLUDES are used within this REPORT code!


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_CALL_LIST_HEAD * CALL FUNCTION 'ISH_CALL_LIST_HEAD' * EXPORTING * EINRI = EINRI * LINE_SIZE = LSIZE * REPID = 'RNUKARE4' * TITLE_LIN1 = TIT1 * TITLE_LIN2 = TIT2 * ULINE = OFF * EXCEPTIONS * INVALID_EINRI = 01.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = gt_fieldcat it_events = gt_events is_layout = gs_layout TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = gt_fieldcat it_events = gt_events is_layout = gs_layout TABLES t_outtab = gt_outtab1 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat it_events = gt_events is_layout = gs_layout TABLES t_outtab = gt_outtab2 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = ct_events.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_internal_tabname = lc_table i_inclname = sy-repid CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = einri line_size = lsize repid = 'RNUKARE4' title_lin1 = tit1 title_lin2 = tit2 uline = off EXCEPTIONS invalid_einri = 01.



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