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

MWOG1FDYN SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

MM_ARRANG_VENDOR_DISPLAY call function 'MM_ARRANG_VENDOR_DISPLAY' exporting * i_bolif = komlfk-lifre i_bolif = wdfr_fdis-lifnr * i_ekorg = komlfk-ekorg i_ekorg = 'R001' exceptions others = 0. "hrd 20020702

SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = b_tabix_zeile_1 entry_to = tfill loops = b_loopc ok_code = b_fcode page_go = dummy page_act = dummy overlapping = yes last_page_full = no importing entry_new = b_tabix_zeile_1.

BAL_GLB_MSG_CURRENT_HANDLE_GET * CALL FUNCTION 'BAL_GLB_MSG_CURRENT_HANDLE_GET' * IMPORTING * e_s_msg_handle = i_msg_handle * EXCEPTIONS * no_current_msg = 1 * OTHERS = 2.

WDFR1_PPL_AUTHORITY_CHECK call function 'WDFR1_PPL_AUTHORITY_CHECK' exporting i_kopf = p_kopf i_aktyp = p_aktyp exceptions no_authority = 1 others = 2.

WDFR1_PPL_DOCUMENT_SAVE call function 'WDFR1_PPL_DOCUMENT_SAVE' exporting i_fcode = fcode i_commit = yes importing e_fcode = fcode tables t_kopf = tx_kopf t_fdis = tx_fdis t_abn = tx_abn t_eint = tx_eint exceptions error_message = 0 others = 0.

WDFR1_PPL_LIST_DOCU_ADD * call function 'WDFR1_PPL_LIST_DOCU_ADD' * exporting * i_fcode = fcode * i_commit = yes * importing * e_fcode = fcode * tables * t_kopf = tx_kopf * t_fdis = tx_fdis * t_abn = tx_abn * t_eint = tx_eint * exceptions * error_message = 0 "hrd 20020702 * others = 0. "hrd 20020702

WDF_ABN_SCREEN_FIELD_CHECK call function 'WDF_ABN_SCREEN_FIELD_CHECK' exporting i_kopf = wdfr_kopf i_abn = wdfr_abn i_sabn = wdfr_abn i_t180 = t180 * I_TMFK = TMFK * I_TMZR = TMZR i_trtyp_original = original_trtyp i_record_exist = record_exist i_entry_typ = erfassung_general exceptions others = 0.

WDFR_GENERATE_ORDERS * call function 'WDFR_GENERATE_ORDERS' * exporting * i_kopf = wdfr_kopf * i_commit = l_commit * i_log_handle_err = g_log_handle_err * i_log_handle_manu = g_log_handle_fil * i_log_handle_push = g_log_handle_fil * i_log_handle_pull = g_log_handle_fil * importing * e_subrc = l_subrc * e_process = l_process * tables * pt_fdis = tx_fdis * pt_abn = tx_abn * pt_eint = tx_eint * pt_msg = lt_msg.



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 MWOG1FDYN or its description.