SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

MWOG1SEL SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MWOG1SEL

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:

T001W_SINGLE_READ call function 'T001W_SINGLE_READ' exporting * KZRFB = ' ' t001w_werks = pa_werks importing wt001w = t001w exceptions not_found = 1 others = 2.

W_FRM_AUTHORITY_CHECK call function 'W_FRM_AUTHORITY_CHECK' exporting vzwrk = t001w-werks actvt = '01' exit = no.

MEX_READ_T001L call function 'MEX_READ_T001L' exporting i_werks = pa_werks i_lgort = pa_lgort exceptions not_found = 1 not_found_any = 2 others = 3.

ME_CHECK_EKORG_FOR_PLANT call function 'ME_CHECK_EKORG_FOR_PLANT' exporting i_ekorg = pa_ekorg i_werks = pa_werks exceptions not_allowed = 1.

ME_CHECK_EKORG_FOR_PLANT call function 'ME_CHECK_EKORG_FOR_PLANT' exporting i_ekorg = pa_ekorg i_werks = pa_werks exceptions not_allowed = 1 others = 2.

T001W_SINGLE_READ * CALL FUNCTION 'T001W_SINGLE_READ' * EXPORTING * t001w_werks = pa_werks * EXCEPTIONS * not_found = 1 * OTHERS = 2.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr translate_to_upper = xflag tables dynpfields = i_dynpread exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'VKORG' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_VZVKOG' value_org = 'S' tables value_tab = lt_tvkwz field_tab = lt_field_tab return_tab = lt_rettab * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3 .

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr translate_to_upper = xflag tables dynpfields = i_dynpread exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'VTWEG' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_VZVTWG' value_org = 'S' tables value_tab = lt_tvkwz field_tab = lt_field_tab return_tab = lt_rettab * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3 .

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr translate_to_upper = xflag tables dynpfields = i_dynpread exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'VTWEG' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_VTWEG' value_org = 'S' tables value_tab = lt_tvkwz field_tab = lt_field_tab return_tab = lt_rettab * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 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 MWOG1SEL or its description.