W_CREATE_PI_DOC_F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter W_CREATE_PI_DOC_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MB_PHYSICAL_INVENTORY call function 'MB_PHYSICAL_INVENTORY' exporting s_iikpf = pis_iikpf ctcod = l_tcode inv_action = l_action max_positions = pis_if-maxpo importing s_eikpf = ls_eikpf tables t_iiseg = pit_iiseg t_eiseg = lt_eiseg exceptions error_message = 1 others = 100.
MB_PHYSICAL_INVENTORY call function 'MB_PHYSICAL_INVENTORY' exporting s_iikpf = pis_iikpf ctcod = l_tcode inv_action = l_action max_positions = pis_if-maxpo importing s_eikpf = ls_eikpf tables t_iiseg = pit_iiseg t_eiseg = lt_eiseg exceptions error_message = 1 others = 100.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = l_log_handle exceptions others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = l_log_handle i_s_msg =
exceptions others = 1.
BAL_DSP_PROFILE_NO_TREE_GET call function 'BAL_DSP_PROFILE_NO_TREE_GET' importing e_s_display_profile = ls_display_profile.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handle exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 error_message = 5 others = 6.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = lt_log_handle exceptions log_not_found = 1 save_not_allowed = 2 numbering_error = 3 error_message = 4 others = 5.
FI_PERIOD_DETERMINE call function 'FI_PERIOD_DETERMINE' exporting i_budat = p_gidat i_bukrs = p_bukrs importing e_monat = p_monat e_gjahr = p_gjahr exceptions fiscal_year = 1 period = 2 period_version = 3 posting_period = 4 special_period = 5 version = 6 posting_date = 7 error_message = 100 others = 8.
MARV_SINGLE_READ call function 'MARV_SINGLE_READ' exporting bukrs = l_bukrs importing wmarv = ls_marv exceptions not_found = 1 wrong_call = 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.