MWOSE_MB_TABLE_CREATE_PDCF01 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 MWOSE_MB_TABLE_CREATE_PDCF01 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!
PM_GET_STORAGE_LOC_INBOUND CALL FUNCTION 'PM_GET_STORAGE_LOC_INBOUND' EXPORTING i_werks = wose_imkpf-plant i_situa = i_situa i_matnr = i_t_imseg-matnr * I_RAUBE = * I_RAUBE_READ = * I_AKTNR = IMPORTING e_lgort = i_t_imseg-lgort * E_SITUA = * E_RAUBE = EXCEPTIONS invalid_parameters = 1 material_not_found = 2 no_entries_found = 3 no_entries_match = 4 other_errors = 5 OTHERS = 6.
MP2E_IMSEG_TO_2017_ITEM_CREATE CALL FUNCTION 'MP2E_IMSEG_TO_2017_ITEM_CREATE' EXPORTING imseg = i_t_imseg CHANGING bapi2017_gm_item_create = p_t_bapi2017_gm_item_create EXCEPTIONS error_converting_iso_code = 1 error_converting_keys = 2 error_converting_curr_amount = 3 error_converting_network = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.