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

RNULRGP0 SAP ABAP Report - IS-H: Maintain Service Pair Rules From Sequential File







RNULRGP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program can read data on service pair inclusion and exclusion rules from a sequential file, and to write this data to table NLPA...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 RNULRGP0 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 RNULRGP0. "Basic submit
SUBMIT RNULRGP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RNULRGP0 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: TXTTARIF = Catalog Text
Selection Text: TXTRGART = Rule Type Short Text
Selection Text: TXTEINRI = Institution Text
Selection Text: TESTM = Test Mode
Selection Text: TARIF = Service Catalog
Selection Text: SUFIX = Suffix
Selection Text: SE_EINRI = Institution
Selection Text: RGART = Rule Type
Selection Text: PRSRV = Presentation Server
Selection Text: PRFIX = Prefix
Selection Text: PFAD = File Name
Selection Text: MSGTY = Message Type
Selection Text: INCLD = Inclusion Indicator
Selection Text: BDTAB = Rule
Title: IS-H: Maintain Service Pair Rules From Sequential File
Text Symbol: S04 = Inclusion Indicator
Text Symbol: S03 = Rule Type
Text Symbol: S02 = Service Catalog
Text Symbol: S01 = Institution
Text Symbol: H09 = NLPA maintenance
Text Symbol: H08 = M
Text Symbol: H07 = E
Text Symbol: H06 = Service 2
Text Symbol: H05 = C2
Text Symbol: H04 = Service 1
Text Symbol: H03 = C1
Text Symbol: H02 = RT
Text Symbol: H01 = Inst.
Text Symbol: 004 = All data records could not be inserted in the table.
Text Symbol: 003 = Test mode! No database changes.
Text Symbol: 002 = Error Log
Text Symbol: 001 = No data selected
Text Symbol: S05 = Presentation Server
Text Symbol: S06 = Test Mode


INCLUDES used within this REPORT RNULRGP0

INCLUDE RNDATA00.
INCLUDE MNCOLOUR.


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_TNK01 CALL FUNCTION 'ISH_READ_TNK01' EXPORTING EINRI = SE_EINRI KATID = TARIF IMPORTING E_TNK01 = TNK01 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING REPID = REPID EINRI = SE_EINRI NO_MESSAGE = OFF MESSAGETYPE = 'E' AUTO_LEAVE = OFF.

ISH_READ_TNK01 CALL FUNCTION 'ISH_READ_TNK01' EXPORTING EINRI = SE_EINRI KATID = TARIF IMPORTING E_TNK01 = TNK01 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_FILE_VALIDATE_NAME call function 'ISH_FILE_VALIDATE_NAME' changing c_filename = pfad.

WS_QUERY call function 'WS_QUERY' exporting * ENVIRONMENT = ' ' filename = pfad query = 'FE' * WINID = ' ' IMPORTING RETURN = RC EXCEPTIONS INV_QUERY = 1 NO_BATCH = 2 OTHERS = 3.

ISH_CALL_LIST_HEAD * call function 'ISH_CALL_LIST_HEAD' * exporting ** AUSBEGDT = '00000000' ** AUSENDDT = '00000000' * einri = se_einri ** LINE_SIZE = 84 ** REPID = ' ' * title_lin1 = titel1 ** TITLE_LIN2 = ' ' ** ULINE = 'X' ** VERBEGDT = '00000000' ** VERENDDT = '00000000' * exceptions * invalid_einri = 1 * others = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = HLPSTR(10) IMPORTING OUTPUT = INLPA-LST_1 EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = HLPSTR(10) IMPORTING OUTPUT = INLPA-LST_2 EXCEPTIONS OTHERS = 1.

ISH_READ_NTPK CALL FUNCTION 'ISH_READ_NTPK' EXPORTING EINRI = SE_EINRI TALST = INLPA-LST_1 TARIF = TARIF * importing * e_ntpk = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_READ_NTPK CALL FUNCTION 'ISH_READ_NTPK' EXPORTING EINRI = SE_EINRI TALST = INLPA-LST_2 TARIF = TARIF * importing * e_ntpk = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING * CORRECTIONS_OPTION = ' ' * CORRECTIONS_FUNC_TEXT = ' ' * LINE_FROM = '000' * LINE_TO = '999' object = 'Fehlerprotokoll'(002) * SEND_IF_ONE = ' ' show_linno = ' ' * importing * corrections_wanted = EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2 OTHERS = 3.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * AUSBEGDT = '00000000' * AUSENDDT = '00000000' einri = se_einri * LINE_SIZE = 84 * REPID = ' ' title_lin1 = titel1 * TITLE_LIN2 = ' ' * ULINE = 'X' * VERBEGDT = '00000000' * VERENDDT = '00000000' EXCEPTIONS INVALID_EINRI = 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 RNULRGP0 or its description.