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

RNUEBER1 SAP ABAP Report - IS-H: Limit Extended Service With Substituting Service







RNUEBER1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can limit an extended service to a specific key date and generate a new service that takes effect as of the key date...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 RNUEBER1 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 RNUEBER1. "Basic submit
SUBMIT RNUEBER1 AND RETURN. "Return to original report after report execution complete
SUBMIT RNUEBER1 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: ZWISCHEN = Interim Billed Cases
Selection Text: TESTM = Test Mode
Selection Text: STDAT = Key Date
Selection Text: SE_EINRI = Institution
Selection Text: FAELLE = Case
Selection Text: BPFL = New Service
Selection Text: APFL = Service to Be Limited
Title: IS-H: Limit Extended Service With Substituting Service
Text Symbol: T02 = Restriction
Text Symbol: T01 = Select.
Text Symbol: S03 = Test Mode
Text Symbol: S02 = Interim Billed Cases
Text Symbol: S01 = Institution
Text Symbol: 027 = Action
Text Symbol: 026 = defined in the service catalog.
Text Symbol: 025 = Please enter only extended services
Text Symbol: 024 = already entered
Text Symbol: 023 = To
Text Symbol: 022 = From
Text Symbol: 021 = Case
Text Symbol: 020 = Test mode: No database changes.
Text Symbol: 019 = To
Text Symbol: 018 = From
Text Symbol: 017 = Service
Text Symbol: 016 = Cancel
Text Symbol: 015 = Change
Text Symbol: 014 = Create
Text Symbol: 013 = Case
Text Symbol: 012 = Action Log
Text Symbol: 011 = , case:
Text Symbol: 010 = (OU:
Text Symbol: 009 = Departmental per diem missing
Text Symbol: 008 = No services found
Text Symbol: 007 = No case selected.
Text Symbol: 006 = is interim billed
Text Symbol: 005 = Caution: Case
Text Symbol: 004 = No case selected.
Text Symbol: 003 = No movements found.





Text Symbol: 002 = Error Log
Text Symbol: 001 = Limit Extended Services


INCLUDES used within this REPORT RNUEBER1

INCLUDE MNCOLOUR.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.


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_READ_NTPK CALL FUNCTION 'ISH_READ_NTPK' EXPORTING einri = se_einri talst = apfl tarif = gtarif IMPORTING e_ntpk = ntpk EXCEPTIONS not_found = 01.

ISH_READ_NTPK CALL FUNCTION 'ISH_READ_NTPK' EXPORTING einri = se_einri talst = bpfl tarif = gtarif IMPORTING e_ntpk = ntpk EXCEPTIONS not_found = 01.

ISH_CALL_LIST_HEAD * CALL FUNCTION 'ISH_CALL_LIST_HEAD' * EXPORTING * einri = se_einri * line_size = lsize * repid = repid * title_lin1 = titel1 * title_lin2 = titel2 * uline = 'X' * EXCEPTIONS * invalid_einri = 01.

ISH_CHANGE_SERVICES_BY_ABSENCE CALL FUNCTION 'ISH_CHANGE_SERVICES_BY_ABSENCE' EXPORTING tmode = 'E' tupdate = 'A' IMPORTING subrc = rc TABLES i_nlei = bdc.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat it_events = lt_events is_layout = ls_layout TABLES t_outtab = gt_outtab 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 = se_einri line_size = lsize repid = repid title_lin1 = titel1 title_lin2 = titel2 uline = space 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 = gt_fieldcat it_events = gt_events is_layout = gs_layout TABLES t_outtab = gt_outtab2 EXCEPTIONS program_error = 1 OTHERS = 2.



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