SAP Reports / Programs | Sales and Distribution | Electronic Data Interchange(SD-EDI) SAP SD

MWPRICATOUTFC2 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

PRICAT_LOG_INIT CALL FUNCTION 'PRICAT_LOG_INIT' EXPORTING iv_al_save_log = c_no iv_al_use_log = c_yes iv_al_object = space.

PRICAT_PRODUCTLINE_READ CALL FUNCTION 'PRICAT_PRODUCTLINE_READ' EXPORTING pricecatalogue = ls_pricat_k003-prinbr productgroup = ls_pricat_k003-productgroup ean_upc_base = ls_pricat_k003-ean_upc_base validity_base = ls_pricat_k003-validity_base IMPORTING ps_pricat_k003 = ls_pricat_k003 ps_pricat_k003z = ls_pricat_k003z TABLES pt_pricat_k003s = lt_pricat_k003s pt_pricat_k004 = lt_pricat_k004 pt_pricat_k005 = lt_pricat_k005 pt_pricat_k006 = lt_pricat_k006 pt_pricat_k007 = lt_pricat_k007 pt_pricat_k008 = lt_pricat_k008 pt_pricat_k008c = lt_pricat_k008c EXCEPTIONS position_not_found = 1 OTHERS = 2.

PRICAT_PRODUCTLINE_CHECK CALL FUNCTION 'PRICAT_PRODUCTLINE_CHECK' EXPORTING is_pricat_k003 = pricat_k003 is_pricat_k003z = pricat_k003z iv_check_bom = c_yes iv_reset_error_states = c_yes IMPORTING ev_error = lv_error TABLES pt_pricat_k003s = lt_pricat_k003s pt_pricat_k004 = lt_pricat_k004 pt_pricat_k005 = lt_pricat_k005 pt_pricat_k006 = lt_pricat_k006 pt_pricat_k007 = lt_pricat_k007 pt_pricat_k008 = lt_pricat_k008 pt_pricat_k008c = lt_pricat_k008c.

PRICAT_LOG_DISPLAY CALL FUNCTION 'PRICAT_LOG_DISPLAY' EXCEPTIONS display_error = 1 OTHERS = 2.

PRICAT_LOG_EXIT CALL FUNCTION 'PRICAT_LOG_EXIT'.

PRICAT_LOG_INIT CALL FUNCTION 'PRICAT_LOG_INIT' EXPORTING iv_al_save_log = c_no iv_al_use_log = c_yes iv_al_object = space.

PRICAT_LOG_DISPLAY CALL FUNCTION 'PRICAT_LOG_DISPLAY' EXCEPTIONS display_error = 1 OTHERS = 2.

PRICAT_LOG_EXIT CALL FUNCTION 'PRICAT_LOG_EXIT'.

PRICAT_PROFIL_READ CALL FUNCTION 'PRICAT_PROFIL_READ' EXPORTING iv_profil = pricat_k001-profil IMPORTING es_pricat_pro = ls_pricat_pro EXCEPTIONS OTHERS = 0.

PRICAT_PRODUCTLINE_CHECK CALL FUNCTION 'PRICAT_PRODUCTLINE_CHECK' EXPORTING is_pricat_k003 = pricat_k003 is_pricat_k003z = pricat_k003z iv_check_bom = c_yes is_pricat_pro = ls_pricat_pro iv_reset_error_states = c_yes IMPORTING ev_error = rv_error TABLES pt_pricat_k003s = rt_pricat_k003s pt_pricat_k004 = it_pricat_k004 pt_pricat_k005 = it_pricat_k005 pt_pricat_k006 = it_pricat_k006 pt_pricat_k007 = it_pricat_k007 * pt_pricat_k008 = it_pricat_k008 pt_pricat_k008c = it_pricat_k008c pt_pricat_k009c = it_pricat_k009c.



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