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

N3KVMST13_UE SAP ABAP INCLUDE - N3KVMST13UE







N3KVMST13_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 N3KVMST13_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 N3KVMST13_UE. "Basic submit
SUBMIT N3KVMST13_UE AND RETURN. "Return to original report after report execution complete
SUBMIT N3KVMST13_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 N3KVMST13_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 = ls_ndoc-einri * ss_patnr = ls_ndoc-patnr * IMPORTING * ss_npat = ls_npat ** SS_PNAME = ** SS_PZIFF_FAL = ** SS_PZIFF_PAT = ** EXCEPTIONS ** NOT_FOUND = 1 ** OTHERS = 2 * .

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING SS_EINRI = ls_ndoc-einri SS_PATNR = ls_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 = ls_ndoc-einri i_falnr = ls_ndoc-falnr i_lfdnr = ls_ndoc-lfdbew IMPORTING * E_RC = e_nbew = ls_nbew * CHANGING * C_ERRORHANDLER = .

ISH_N2_SHOW_F4_HMTREE CALL FUNCTION 'ISH_N2_SHOW_F4_HMTREE' EXPORTING ss_einri = l_ndoc-einri ss_patnr = l_ndoc-patnr ss_ndoc_key = l_dockey IMPORTING et_text = lt_text EXCEPTIONS error = 1 selection_none = 2 selection_cancel = 3 OTHERS = 4.

N2F4_HM_INDSCHL CALL FUNCTION 'N2F4_HM_INDSCHL' IMPORTING e_sel = l_sel e_ziel = lt_ziel.



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