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

MWPEDF10 SAP ABAP INCLUDE - wpuums form routines







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


Text pool values


Title: wpuums form routines


INCLUDES used within this REPORT MWPEDF10

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_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' 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_e1wpu02 = g_t_e1wpu02 o_line_item_value = g_t_e1wpu03 o_ums_condition = g_t_ums_condition o_wplst = g_t_wplst o_custenhancements = g_t_custenhancements o_ums_taxes = g_t_ums_taxes o_ums_taxvalue = g_t_ums_taxvalue o_2status = g_t_2status CHANGING i_wpuums_process100 = g_wpubon_process100 i_wpuums_saved200 = g_wpuums_saved200 i_wpuums_process200 = g_wpuums_process200.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment i_bonheader = l_bonheader TABLES i_e1wpu02 = l_t_e1wpu02 i_line_item_value = l_t_line_condition i_ums_condition = l_t_ums_condition_save i_custenhancements = l_t_custenh_save i_ums_taxes = l_t_ums_taxes_save i_ums_taxvalue = l_t_ums_taxvalue_save.

POSED_SAVE_DATA_WPUUMS CALL FUNCTION 'POSED_SAVE_DATA_WPUUMS' 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_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' 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_e1wpu02 = g_t_e1wpu02 o_line_item_value = g_t_e1wpu03 o_ums_condition = g_t_ums_condition o_wplst = g_t_wplst o_custenhancements = g_t_custenhancements o_ums_taxes = g_t_ums_taxes o_ums_taxvalue = g_t_ums_taxvalue CHANGING i_wpuums_process100 = g_wpubon_process100 i_wpuums_saved200 = g_wpuums_saved200 i_wpuums_process200 = g_wpuums_process200.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02.

POSED_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' 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_e1wpu02 = g_t_e1wpu02 o_line_item_value = g_t_e1wpu03 o_ums_condition = g_t_ums_condition o_wplst = g_t_wplst o_custenhancements = g_t_custenhancements o_ums_taxes = g_t_ums_taxes o_ums_taxvalue = g_t_ums_taxvalue CHANGING i_wpuums_process100 = g_wpubon_process100 i_wpuums_saved200 = g_wpuums_saved200 i_wpuums_process200 = g_wpuums_process200.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02.

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_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_custenhancements = g_t_custenhancements.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_custenhancements = g_t_custenhancements.

POSED_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_custenhancements = g_t_custenhancements.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_custenhancements = g_t_custenhancements.

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_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_ums_condition = g_t_ums_condition CHANGING i_wpuums_process100 = g_wpubon_process100 i_wpuums_saved200 = g_wpuums_saved200 i_wpuums_process200 = g_wpuums_process200.

POSED_UPDATE_TR_DATA_WPUUMS





CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_ums_condition = g_t_ums_condition.

POSED_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_ums_condition = g_t_ums_condition CHANGING i_wpuums_process100 = g_wpubon_process100 i_wpuums_saved200 = g_wpuums_saved200 i_wpuums_process200 = g_wpuums_process200.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_ums_condition = g_t_ums_condition.

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_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_ums_taxes = g_t_ums_taxes.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_ums_taxes = g_t_ums_taxes.

POSED_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_ums_taxes = g_t_ums_taxes.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_ums_taxes = g_t_ums_taxes.

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_WPUUMS CALL FUNCTION 'POSED_STATUS_DIALOG_WPUUMS' EXPORTING i_docnum = g_t_overview-idoc-docnum i_assignment = l_index i_changed = 'X' i_edidc = l_edidc IMPORTING o_new_status = l_new_status TABLES i_edidd = l_t_edidd CHANGING i_e1wpu01_index = g_t_overview-assignment.

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_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_ums_taxvalue = g_t_ums_taxvalue.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_ums_taxvalue = g_t_ums_taxvalue.

POSED_READ_TR_DATA_WPUUMS CALL FUNCTION 'POSED_READ_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment IMPORTING o_bonheader = l_bonheader TABLES o_e1wpu02 = g_t_e1wpu02 o_line_item_value = l_e1wpu03 o_ums_taxvalue = g_t_ums_taxvalue.

POSED_UPDATE_TR_DATA_WPUUMS CALL FUNCTION 'POSED_UPDATE_TR_DATA_WPUUMS' EXPORTING i_assignment = g_t_overview-assignment TABLES i_e1wpu02 = g_t_e1wpu02 i_ums_taxvalue = g_t_ums_taxvalue.

POSED_FILL_OVERVIEW_2ND_WPUUMS CALL FUNCTION 'POSED_FILL_OVERVIEW_2ND_WPUUMS' EXPORTING i_assignment = wpuumslineitems-top_line i_edidc = l_edidc i_edidd = l_edidd i_e1wpu01_index = g_t_overview-assignment IMPORTING o_locked = l_locked CHANGING o_overview_entry = posedolist.

POSED_FILL_DETAIL_WPUUMS CALL FUNCTION 'POSED_FILL_DETAIL_WPUUMS' EXPORTING i_wpuums_line_index = g_wpuums_li_index i_edidc = l_edidc i_edidd = l_edidd i_e1wpu01_index = g_t_overview-assignment IMPORTING o_locked = l_locked CHANGING o_overview_entry = posedolist.



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