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

RNKOS001 SAP ABAP Report - IS-H: IS-H Customers w/o RF/FI Customers







RNKOS001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report allows the determination of the IS-H customers who do not have a customer in RF/FI...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 RNKOS001 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 RNKOS001. "Basic submit
SUBMIT RNKOS001 AND RETURN. "Return to original report after report execution complete
SUBMIT RNKOS001 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: TXTEINRI = Institution Text
Selection Text: SE_EINRI = Institution
Selection Text: NAME1 = Customer Name
Selection Text: ERDAT = Created On
Selection Text: DEBNR = Customer
Selection Text: ALVDVAR = Layout
Title: IS-H: IS-H Customers w/o RF/FI Customers
Text Symbol: S01 = Institution
Text Symbol: BL2 = Selection
Text Symbol: 007 = IS-H Cust.
Text Symbol: 006 = Last Changed By
Text Symbol: 005 = Last Changed On
Text Symbol: 004 = Processed By
Text Symbol: 003 = Created On
Text Symbol: 002 = Customer Name
Text Symbol: 001 = IS-H Customers w/o RF/FI Customer
002 Customer Customer On By On By
001 IS-H Description Created Proc. Changed Changed


INCLUDES used within this REPORT RNKOS001

INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.
INCLUDE RNSSSPBO.


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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = hlpvar i_save = 'A' IMPORTING e_exit = gs_exit es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = ls_ngpa-gpart ss_with_nadr = off IMPORTING ngpa_e = ngpa EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = ls_ngpa-gpart ss_with_nadr = off IMPORTING ngpa_e = ngpa EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = se_einri line_size = lsize repid = 'RNKOS001' title_lin1 = title1 uline = off EXCEPTIONS invalid_einri = 01.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'RNKOS001' i_save = 'A' is_layout = gs_layout is_variant = gs_variant it_events = gt_events[] it_fieldcat = xfield is_print = gs_print TABLES t_outtab = xdata EXCEPTIONS program_error = 1.



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