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

N3KVMST16_UE SAP ABAP INCLUDE - N3KVMST16UE







N3KVMST16_UE 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 N3KVMST16_UE 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 N3KVMST16_UE. "Basic submit
SUBMIT N3KVMST16_UE AND RETURN. "Return to original report after report execution complete
SUBMIT N3KVMST16_UE 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 N3KVMST16_UE

INCLUDE N3KVMST_UE_ZENTRAL.


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_NPAT * CALL FUNCTION 'ISH_N2_READ_NPAT' * EXPORTING * ss_einri = l_ndoc-einri * ss_patnr = l_ndoc-patnr * IMPORTING * ss_npat = ls_npat.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = l_ndoc-einri ss_patnr = l_ndoc-patnr IMPORTING ss_npat = ls_npat EXCEPTIONS not_found = 1 no_authority = 2 no_einri = 3 OTHERS = 4.

ISHMED_READ_NBEW CALL FUNCTION 'ISHMED_READ_NBEW' EXPORTING i_einri = l_ndoc-einri i_falnr = l_ndoc-falnr i_lfdnr = l_ndoc-lfdbew IMPORTING * E_RC = e_nbew = ls_nbew * CHANGING * C_ERRORHANDLER = .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = 'N2_KV_TAB_CLEAR' text_question = 'Verschreibungsart ändern?' "#EC NOTEXT icon_button_1 = 'ICON_CHECKED' " MED-46332 Text_button_2 = 'Abbrechen'(052) " MED-46332 icon_button_2 = 'ICON_CANCEL' " MED-46332 DISPLAY_CANCEL_BUTTON = off " MED-46332 IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

ISH_N2AZ_SEARCH CALL FUNCTION 'ISH_N2AZ_SEARCH' EXPORTING i_kvnummer = l_arztnr IMPORTING ET_SEL = lt_n2az_se EXCEPTIONS USER_CANCELED = 1 OTHERS = 2 .

ISHMED_ME_SEARCH_DRUGS * CALL FUNCTION 'ISHMED_ME_SEARCH_DRUGS' ** EXPORTING ** I_EINRI = ** I_SEARCH_STRING = ** I_FILTER = ** I_SEARCH = '1' ** I_SEARCH_RESTRICTION = '3' ** I_SEARCH_TEMPLATE = '3' ** I_ONLY_ONE = ' ' ** I_DIALOG = ' ' ** I_ADMIND = '1' ** I_ACTIVE = '1' ** I_TITLE = ** IT_FILTER_TPGTX = ** IT_FILTER_TPTX = ** IT_FILTER_UNAME = ** I_INPATIENT = ** I_OUTPATIENT = ** I_CALLER = ** IMPORTING ** E_RC = * TABLES ** S_FORMTY = ** S_ORGID = ** S_GPARTNER = ** S_DIAGNOSEN = * r_formulary = lt_formulary ** R_TEMPLATE = * CHANGING * cr_errorhandler = l_error.

ISH_N2_SHOW_F4_MEDTREE CALL FUNCTION 'ISH_N2_SHOW_F4_MEDTREE' EXPORTING ss_einri = l_ndoc-einri ss_patnr = l_ndoc-patnr ss_ndoc_key = l_dockey TABLES ss_tab = lt_m16v EXCEPTIONS error = 1 selection_none = 2 selection_cancel = 3 OTHERS = 4.

WRITE_FORM_LINES * CALL FUNCTION 'WRITE_FORM_LINES' * EXPORTING * header = ls_head * window = 'MAIN' * TABLES * lines = lt_txt * EXCEPTIONS * OTHERS = 7.

WRITE_FORM_LINES CALL FUNCTION 'WRITE_FORM_LINES' EXPORTING header = ls_head window = 'MAIN' TABLES lines = ltn_txt EXCEPTIONS OTHERS = 7.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-PAGE'.



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