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

MN1PWI01 SAP ABAP INCLUDE - Include LN1PWI01







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


INCLUDES used within this REPORT MN1PWI01

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_N_EINR_TCO CALL FUNCTION 'ISHMED_CHECK_N_EINR_TCO' EXPORTING ss_calld = sy-calld ss_einri = rn1pw-einri ss_leave = false ss_msgtype = 'E' ss_screen = '0000' ss_tcode = sy-tcode.

ISHMED_CHECK_N_PLS_FCT CALL FUNCTION 'ISHMED_CHECK_N_PLS_FCT' EXPORTING ss_calld = sy-calld ss_einri = rn1pw-einri ss_erboe = rn1pw-erboe ss_function = '00' ss_leave = false ss_msgtype = 'E' ss_screen = '0000'.

ISHMED_SHOW_BAUID CALL FUNCTION 'ISHMED_SHOW_BAUID' EXPORTING i_einri = rn1pw-einri i_mfsel = 'X' i_gdat_von = rn1pw-datvon i_gdat_bis = rn1pw-datbis i_title = title i_vcode = 'UPD' i_refresh = on i_set_mark = flag TABLES t_bauid = i_tn11o t_bauty = i_tn11b EXCEPTIONS no_selection = 1 not_found = 2 cancelled = 3 OTHERS = 4.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' add_stdinf = 'X' IMPORTING RESULT = g_behraum_but EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' add_stdinf = 'X' IMPORTING RESULT = g_behraum_but EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' EXPORTING ss_check = 'O' ss_einri = rn1pw-einri ss_gdatum = rn1pw-datvon ss_vcode = 'UPD' ss_orgid = a_orgid ss_gpart = rn1pw-beharzt * Mitarb. nur für Selektion => Nicht Berechtigung prüfen!

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' add_stdinf = 'X' IMPORTING RESULT = g_beharzt_but EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' add_stdinf = 'X' IMPORTING RESULT = g_beharzt_but EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ISHMED_READ_NORG CALL FUNCTION 'ISHMED_READ_NORG' EXPORTING ss_datum = sy-datum " rn1pw-datum ss_einri = rn1pw-einri ss_orgid = rn1pw-erboe IMPORTING e_norg = *norg EXCEPTIONS not_anfoe = 01 not_anpoe = 02 not_erboe = 03 not_found = 04 not_freig = 05 not_valid = 06 set_loekz = 07.

ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' EXPORTING ss_check = 'O' ss_einri = rn1pw-einri ss_gdatum = rn1pw-datvon ss_vcode = 'UPD' ss_orgid = a_orgid ss_gpart = rn1pw-beharzt * Mitarb. nur für Selektion => Nicht Berechtigung prüfen!

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' add_stdinf = 'X' IMPORTING RESULT = g_beharzt_but EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' add_stdinf = 'X' IMPORTING RESULT = g_beharzt_but EXCEPTIONS icon_not_found = 1 outputfield_too_short = 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 MN1PWI01 or its description.