SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2UEABD SAP ABAP INCLUDE - IS-H*MED: User Exits for Document Category ISHM_ARBR1 (Dialog Applic.)







RN2UEABD is a standard ABAP INCLUDE 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 RN2UEABD 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 RN2UEABD. "Basic submit
SUBMIT RN2UEABD AND RETURN. "Return to original report after report execution complete
SUBMIT RN2UEABD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H*MED: User Exits for Document Category ISHM_ARBR1 (Dialog Applic.)


INCLUDES used within this REPORT RN2UEABD

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_N2_READ_NKDI CALL FUNCTION 'ISH_N2_READ_NKDI' EXPORTING DKAT = aishm_ditab-r-ishm_dikat DKEY = aishm_ditab-r-ishm_dikey SPRAS = SY-LANGU IMPORTING E_NKDI = INKDI EXCEPTIONS NOT_FOUND = 01.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING GPART = AISHM_ABRUN-R-ISHM_ABRMA IMPORTING NGPA_E = NGPA EXCEPTIONS NOT_FOUND = 1 NO_AUTHORITY = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = TN00Q-VALUE IMPORTING OUTPUT = TN00Q_VALUE.

ISH_DIAGNOSIS_PARAMETERS_GET CALL FUNCTION 'ISH_DIAGNOSIS_PARAMETERS_GET' EXPORTING SS_EINRI = IN_NDOC-EINRI SS_DATE = IN_NDOC-DODAT SS_FALAR = NFAL-FALAR IMPORTING SS_BASDKAT = BAS_DKAT SS_STADKAT = STA_DKAT SS_TNDIA = TNDIA EXCEPTIONS NO_PARAMETERS = 1 OTHERS = 2.

ISH_N2F7_DIA_FROMTAB CALL FUNCTION 'ISH_N2F7_DIA_FROMTAB' TABLES INTTAB = IISHM_DITAB EXCEPTIONS NODATA = 1 CONVERSIONERROR = 2.

ISH_N2F7_DIA_SAVE CALL FUNCTION 'ISH_N2F7_DIA_SAVE' EXPORTING DOK_ID = DOK_ID REFKEY = Y0000029-X00M_DITAB EXCEPTIONS FAILED = 1 OTHERS = 2.

ISH_N2F7_DIA_TOTAB CALL FUNCTION 'ISH_N2F7_DIA_TOTAB' TABLES INTTAB = IISHM_DITAB EXCEPTIONS NODATA = 1 CONVERSIONERROR = 2.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING CLIENT = SY-MANDT HEADER = IBTHEAD * INSERT = ' ' * SAVEMODE_DIRECT = ' ' * OWNER_SPECIFIED = ' ' IMPORTING FUNCTION = FUNCTION NEWHEADER = IATHEAD TABLES LINES = NDIATXT EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING CLIENT = SY-MANDT ID = '0001' LANGUAGE = SY-LANGU NAME = TEXT_TEXTNAME OBJECT = 'NDIA' * SAVEMODE_DIRECT = ' ' * TEXTMEMORY_ONLY = ' ' EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = '0001' LANGUAGE = SY-LANGU NAME = TEXT_TEXTNAME OBJECT = 'NDIA' TABLES LINES = NDIATXT EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 WRONG_ACCESS_TO_ARCHIVE = 7 OTHERS = 8.

ISH_N2_SHOW_NKDI CALL FUNCTION 'ISH_N2_SHOW_NKDI' EXPORTING SS_DKAT = Y000002901-ISHM_DIKAT SS_EINRI = IN_NDOC-EINRI SS_ORGID = IN_NDOC-ORGDO SS_VCODE = 'UPD' SS_WITHMARK = 'N' SS_WITHHELP = 'J' SS_HITLISTE = OFF IMPORTING E_NKDI = *NKDI TABLES T_NKDI = I_NKDI EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_N2F7_DIA_QUERY CALL FUNCTION 'ISH_N2F7_DIA_QUERY' EXPORTING DOK_ID = DOK_ID QUERYPARAMSTR = QUERYPARAMSTR FNEWQUERY = NEWQUERY * QUERYTITEL = CHANGING REFKEY = Y0000029-X00M_DITAB EXCEPTIONS QUERYFAILED = 1 OTHERS = 2.

ISH_N2F7_DIA_TOTAB CALL FUNCTION 'ISH_N2F7_DIA_TOTAB' TABLES INTTAB = IISHM_DITAB EXCEPTIONS NODATA = 1 CONVERSIONERROR = 2.

ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' EXPORTING SS_CHECK = 'O' SS_EINRI = IN_NDOC-EINRI * SS_GDATUM = NLEI-IBGDT ??????? SS_ORGID = H_ORGDO "= SPACE, d.h über alle OEs

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING DYNAME = N2_REPID DYNUMB = N2_DYNNR TABLES DYNPFIELDS = DYNPFIELDS.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = N2_REPID DYNUMB = N2_DYNNR TABLES DYNPFIELDS = DYNPFIELDS.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING DYNAME = A_REPID DYNUMB = A_DYNNR TABLES DYNPFIELDS = A_DYNPFIELDS.



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