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

RNWCHASEL01 SAP ABAP Report - documentation and ABAP source code







RNWCHASEL01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RNWCHASEL01 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 RNWCHASEL01. "Basic submit
SUBMIT RNWCHASEL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHASEL01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RNWCHASEL01

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_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = c_version EXCEPTIONS OTHERS = 1.

ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING REPID = 'RNWCHASEL01' EINRI = EINRI MESSAGETYPE = 'E'.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '2' vcode = 'UPD' IMPORTING ngpa_gpart = kostr-low EXCEPTIONS OTHERS = 5.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '2' vcode = 'UPD' IMPORTING ngpa_gpart = kostr-high EXCEPTIONS OTHERS = 5.

ENQUEUE_ENFAK CALL FUNCTION 'ENQUEUE_ENFAK' EXPORTING * MODE_NFAK = 'E' * MANDT = SY-MANDT EINRI = EINRI SELKZ = SELKZ * X_EINRI = ' ' * X_SELKZ = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING SS_EINRI = EINRI SS_FALNR = I_DATA-FALNR "GL001 IMPORTING SS_NFAL = NFAL EXCEPTIONS NOT_FOUND = 1 NO_AUTHORITY = 2 OTHERS = 3.

ISH_READ_NDIA CALL FUNCTION 'ISH_READ_NDIA' EXPORTING * AFDIA = ' ' * BHDIA = ' ' EINRI = NFAL-EINRI ENDIA = 'X' * EWDIA = ' ' FALNR = NFAL-FALNR * FHDIA = ' ' * KHDIA = ' ' * lfdnr = '000' * SPERR = ' ' * STORN = ' ' IMPORTING RC = ENDIA_RC TABLES SS_NDIA = INDIA.

ISH_INSREL_CASE_POOL_GET call function 'ISH_INSREL_CASE_POOL_GET' exporting ss_einri = nfal-einri ss_falnr = nfal-falnr ss_sel_storn = ' ' tables ss_vncir_curr = gt_vncir.

ISH_INSREL_CASE_POOL_GET call function 'ISH_INSREL_CASE_POOL_GET' exporting ss_einri = nfal-einri ss_falnr = nfal-falnr ss_sel_storn = ' ' tables ss_vncir_curr = gt_vncir.

ISH_READ_NKTR CALL FUNCTION 'ISH_READ_NKTR' EXPORTING KOSTR = -KOSTR IMPORTING NKTR_E = X_NKTR EXCEPTIONS NGPA_NOT_FOUND = 1 NGPA_NO_AUTHORITY = 2 NOT_FOUND = 3 NO_AUTHORITY = 4 OTHERS = 5.

ISH_CH_READ_NCH53 CALL FUNCTION 'ISH_CH_READ_NCH53' EXPORTING SS_EINRI = NFAL-EINRI SS_FALNR = NFAL-FALNR SS_SINGLE = ON SS_R_ABRV = ON SS_DATUM = ON SS_BEGDT = I_DATA-BWIDT "GL001 SS_ENDDT = I_DATA-BWIDT "GL001 SS_FALL_ONLY = off "MH 5.1.01

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING SS_EINRI = EINRI SS_PATNR = NFAL-PATNR IMPORTING SS_NPAT = NPAT EXCEPTIONS OTHERS = 04.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'RNWCHASEL01' * I_CALLBACK_PF_STATUS_SET = ' ' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * I_STRUCTURE_NAME = IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = XFIELD * IT_EXCLUDING = IT_SPECIAL_GROUPS = GT_SP_GROUPS[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = GS_VARIANT IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = IS_PRINT = GS_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_BUFFER_ACTIVE = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = XDATA EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

K_KKB_LIST_DISPLAY * CALL FUNCTION 'K_KKB_LIST_DISPLAY' * EXPORTING * I_CALLBACK_PROGRAM = 'RNWCHASEL01' * I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE_NEU' * I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * I_TABNAME = 'XDATA' * IS_LAYOUT = GS_LAYOUT * IT_FIELDCAT = XFIELD * IT_EXCLUDING = GT_EXTAB[] * IT_SORT = GT_ZSUM[] * I_FCTYPE = 'R' * IT_SPECIAL_GROUPS = GT_SP_GROUPS[] * TABLES * T_OUTTAB = XDATA * EXCEPTIONS * OTHERS = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * AUSBEGDT = ERSDT-LOW * AUSENDDT = ERSDT-HIGH EINRI = EINRI LINE_SIZE = LSIZE REPID = 'RNWCHASEL01' TITLE_LIN1 = TITLE1 TITLE_LIN2 = TITLE2 ULINE = OFF * VERBEGDT = E09 * VERENDDT = E10 EXCEPTIONS INVALID_EINRI = 01.

ISH_INSREL_CASE_POOL_GET CALL FUNCTION 'ISH_INSREL_CASE_POOL_GET' EXPORTING ss_einri = p_einri ss_falnr = p_falnr ss_sel_storn = p_storn TABLES ss_ncir_daba = pt_ncir.



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