SAP Reports / Programs | Sales and Distribution | POS Interface(SD-POS) SAP SD

MWPEDF03 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POSED_READ_DATA_FROM_DB CALL FUNCTION 'POSED_READ_DATA_FROM_DB' EXPORTING i_docnum = g_t_overview-idoc-docnum IMPORTING o_edidc = l_edidc TABLES o_edidd = l_t_edidd.

POSED_READ_TR_DATA_WPUBON CALL FUNCTION 'POSED_READ_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = posedbonheader o_segnum = g_wpubon_segnum o_segnum_end = g_wpubon_segnum_end TABLES o_e1wpb02 = g_t_e1wpb02 o_line_item_value = g_t_line_item_value o_discounts = g_t_discounts o_tenders = g_t_tenders o_header_discounts = g_t_header_discounts o_header_taxes = g_t_header_taxes o_wplst = g_t_wplst o_custenhancements = g_t_custenhancements o_taxes = g_t_li_taxes.

POSED_UPDATE_TR_DATA_WPUBON CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment i_bonheader = l_bonheader TABLES i_e1wpb02 = l_t_e1wpb02 i_line_item_value = l_t_line_item_value i_tenders = l_t_tender_save i_discounts = l_t_discount_save i_header_discounts = l_t_header_discounts_save i_header_taxes = l_t_header_taxes_save i_custenhancements = l_t_custenh_save i_taxes = l_t_li_taxes_save.

POSED_SAVE_DATA_WPUBON CALL FUNCTION 'POSED_SAVE_DATA_WPUBON' EXPORTING i_docnum = g_t_overview-idoc-docnum.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = text-m10 textline2 = text-m11 textline3 = text-m12 titel = text-m07 IMPORTING answer = l_answer_1 TABLES t_spopli = l_t_spopli EXCEPTIONS OTHERS = 4.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = text-m01 textline2 = text-m02 titel = text-m07 IMPORTING answer = l_answer TABLES t_spopli = l_t_spopli EXCEPTIONS OTHERS = 4.

POSED_UPDATE_TR_DATA_WPUBON CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpb02 = g_t_e1wpb02.

POSED_READ_TR_DATA_WPUBON CALL FUNCTION 'POSED_READ_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpb02 = g_t_e1wpb02 o_line_item_value = l_t_li_value.

POSED_UPDATE_TR_DATA_WPUBON CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpb02 = g_t_e1wpb02.

POSED_READ_TR_DATA_WPUBON CALL FUNCTION 'POSED_READ_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpb02 = g_t_e1wpb02 o_line_item_value = l_t_li_value.

POSED_UPDATE_TR_DATA_WPUBON CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpb02 = g_t_e1wpb02.

POSED_READ_DATA_FROM_DB CALL FUNCTION 'POSED_READ_DATA_FROM_DB' EXPORTING i_docnum = g_t_overview-idoc-docnum IMPORTING o_edidc = l_edidc TABLES o_edidd = l_t_edidd.

POSED_STATUS_DIALOG CALL FUNCTION 'POSED_STATUS_DIALOG' EXPORTING i_docnum = g_t_overview-idoc-docnum i_assignment = g_t_overview-assignment i_edidc = l_edidc IMPORTING o_new_status = l_new_status TABLES i_edidd = l_t_edidd.

POSED_PROCESS_RECEIPT CALL FUNCTION 'POSED_PROCESS_RECEIPT' EXPORTING i_docnum = g_t_overview-idoc-docnum.

WRITE_MESSAGE_NEW CALL FUNCTION 'WRITE_MESSAGE_NEW' EXPORTING msgid = l_msgid msgno = l_msgno msgty = l_msgty msgv1 = g_t_wplst-parameter1 msgv2 = g_t_wplst-parameter2 msgv3 = g_t_wplst-parameter3 msgv4 = g_t_wplst-parameter4 msgv5 = l_dummy_parameter IMPORTING * ERROR = messg = l_message * MSGLN = .

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = l_help_info TABLES dynpselect = dummy1 dynpvaluetab = dummy2.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = text-m10 textline2 = text-m11 textline3 = text-m12 titel = text-m07 IMPORTING answer = l_answer_1 TABLES t_spopli = l_t_spopli EXCEPTIONS OTHERS = 4.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = text-m01 textline2 = text-m02 titel = text-m07 IMPORTING answer = l_answer TABLES t_spopli = l_t_spopli EXCEPTIONS OTHERS = 4.

POSED_UPDATE_TR_DATA_WPUBON





CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpb02 = g_t_e1wpb02 i_tenders = g_t_tenders.

POSED_READ_TR_DATA_WPUBON CALL FUNCTION 'POSED_READ_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpb02 = g_t_e1wpb02 o_line_item_value = l_t_li_value o_tenders = g_t_tenders.

POSED_UPDATE_TR_DATA_WPUBON CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpb02 = g_t_e1wpb02 i_tenders = g_t_tenders.

POSED_READ_TR_DATA_WPUBON CALL FUNCTION 'POSED_READ_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpb02 = g_t_e1wpb02 o_line_item_value = l_t_li_value o_tenders = g_t_tenders.

POSED_UPDATE_TR_DATA_WPUBON CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUBON' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpb02 = g_t_e1wpb02 i_tenders = g_t_tenders.



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