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

N4PVB2INCROUTHR SAP ABAP INCLUDE - Include N4PVB2INCROUTHR







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


Text pool values


Title: Include N4PVB2INCROUTHR


INCLUDES used within this REPORT N4PVB2INCROUTHR

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:

ISHMED_CHECK_NGPA CALL FUNCTION 'ISHMED_CHECK_NGPA' EXPORTING ss_einri = g_nfal-einri ss_orgid = l_orgdo ss_pernr = g_pbvma "ZW_PERNR EXCEPTIONS not_found = 01 not_valid = 02 not_auth = 03.

ISH_SHOW_LIST_FALL CALL FUNCTION 'ISH_SHOW_LIST_FALL' EXPORTING exit_on_weiter = on nfal_einri = g_nfal-einri nfal_falnr = g_nfal-falnr nfal_patnr = g_nfal-patnr npatstring = g_npat only_falnr = on popup = on IMPORTING no_list = no_list_fal.

ISH_READ_NFAL * CALL FUNCTION 'ISH_READ_NFAL' * EXPORTING * ss_einri = in_ndoc-einri * ss_falnr = in_ndoc-falnr ** ss_read_db = on * IMPORTING * ss_nfal = l_nfal * EXCEPTIONS * not_found = 1 * not_found_archived = 2 * no_authority = 3 * OTHERS = 4.

ISHMED_PFLEGEPLAN CALL FUNCTION 'ISHMED_PFLEGEPLAN' EXPORTING i_erboe = actbew-orgpf * i_dat_von = actbew-bwidt "note 0741287 * i_dat_bis = actbew-bwidt i_aufrufer = 'SAPLN2CA' TABLES t_nfal = lt_nfal EXCEPTIONS no_ankerleistung = 1 OTHERS = 2.

ISH_USR05_GET CALL FUNCTION 'ISH_USR05_GET' EXPORTING ss_bname = l_user ss_parid = 'VMA' IMPORTING ss_value = l_employee EXCEPTIONS parid_not_found = 1 bname_is_initial = 2 parid_is_initial = 3 OTHERS = 4.

ISH_NGPA_CONCATENATE CALL FUNCTION 'ISH_NGPA_CONCATENATE' EXPORTING ss_gpart = i_pbvma ss_read_ngpa = 'X' IMPORTING ss_pname = e_vmaname EXCEPTIONS wrong_gpart = 1 OTHERS = 2.

ISH_GET_AUFDT_ENTDT * CALL FUNCTION 'ISH_GET_AUFDT_ENTDT' * EXPORTING * ss_einri = g_ndoc-einri * ss_falnr = g_ndoc-falnr ** SS_STORNO = ' ' * IMPORTING ** SS_AUFART = ** SS_AUFATX = ** SS_AUFDT = ** SS_AUFZT = ** SS_AUFORGFA = ** SS_AUFORGPF = ** SS_ENTART = ** SS_ENTATX = * ss_entdt = l_patedt ** SS_ENTZT = ** SS_ENTORGFA = ** SS_ENTORGPF = ** SS_PLANAUF = ** SS_PLANENT = ** SS_RNF06 = ** SS_RNF08 = * EXCEPTIONS * not_found = 1 * no_authority = 2 * OTHERS = 3.



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