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
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.
Title: Include LN1PWI01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.