UPX_WEB_MODEL 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 UPX_WEB_MODEL into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPC_AREA_GET call function 'UPC_AREA_GET' exporting i_area = l_area importing e_areat = l_text exceptions others = 1.
UPX_API_INIT call function 'UPX_API_INIT' exporting i_area = i_area * IMPORTING * E_DCPFM = tables * ET_CHAPRO = * ET_KYFPRO = et_status = lt_statcat .
UPX_API_TASK_ALL call function 'UPX_API_TASK_ALL' tables et_task = et_task.
UPX_API_DONE call function 'UPX_API_DONE' exporting i_post = space tables et_return = lt_message.
UPX_API_COMMIT call function 'UPX_API_COMMIT' tables et_return = lt_message.
UPX_KPI_API_DOCUMENTS_SAVE call function 'UPX_KPI_API_DOCUMENTS_SAVE' importing es_return = ls_message.
UPX_API_REJECT call function 'UPX_API_REJECT' tables et_return = lt_message.
UPX_API_TASK_EXEC call function 'UPX_API_TASK_EXEC' exporting i_task = i_task tables et_return = lt_message.
UPX_API_ITEM_ALL call function 'UPX_API_ITEM_ALL' tables et_layout = t_layout et_item = et_item et_status = et_status et_return = lt_message.
UPX_API_TASK_DONE call function 'UPX_API_TASK_DONE' tables et_return = lt_message.
UPX_API_ITEM_EXEC call function 'UPX_API_ITEM_EXEC' exporting i_item = i_item tables et_return = lt_message.
UPX_API_ITEM_DONE call function 'UPX_API_ITEM_DONE' exporting i_status = i_status tables et_return = lt_message.
UPB_PM_GET_PROP call function 'UPB_PM_GET_PROP' exporting i_applc = 'UPX' i_pm_name = l_pm_name i_pob_name = l_pob_name importing es_pob_prop = ls_prop exceptions no_entry = 1 others = 2.
UPX_API_DATA_GET call function 'UPX_API_DATA_GET' exporting i_layout = i_layout importing es_info = s_layout-s_info tables et_head_info = s_layout-t_head_info et_head = s_layout-t_head et_row_info = s_layout-t_row_info et_row = s_layout-t_row et_row_text = s_layout-t_row_text et_col_info = s_layout-t_col_info et_col = s_layout-t_col et_col_text = s_layout-t_col_text et_data = lt_data et_return = lt_message.
UPX_LAYOUT_API_SETTINGS call function 'UPX_LAYOUT_API_SETTINGS' exporting i_area = i_area i_plevel = s_layout-plevel i_layout = s_layout-layout is_info = s_layout-s_info importing es_spreading = s_layout-s_spreading tables it_head_info = s_layout-t_head_info it_row_info = s_layout-t_row_info it_row = s_layout-t_row it_col_info = s_layout-t_col_info it_col = s_layout-t_col it_col_text = s_layout-t_col_text et_hd_scheme = s_layout-t_hd_scheme et_kf_scheme = s_layout-t_kf_scheme et_kf_shift = s_layout-t_kf_shift et_kf_param = s_layout-t_kf_param et_lc_main = s_layout-t_lc_main et_lc_time = s_layout-t_lc_time.
UPX_KPI_API_DOCUMENTS_GET call function 'UPX_KPI_API_DOCUMENTS_GET' exporting i_area = i_area tables it_head = s_layout-t_head it_row = s_layout-t_row it_col = s_layout-t_col xt_text = lt_text et_return = lt_message.
UPX_LAYOUT_ICONLIST call function 'UPX_LAYOUT_ICONLIST' exporting i_portal = 'X' tables et_iconlist = lt_iconlist et_return = lt_message.
UPX_KPI_API_GET_RENDER call function 'UPX_KPI_API_GET_RENDER' exporting i_check = 'X' it_lc_main = s_layout-t_lc_main it_lc_time = s_layout-t_lc_time is_info = s_layout-s_info it_row_info = s_layout-t_row_info it_row = s_layout-t_row it_col_info = s_layout-t_col_info it_col = s_layout-t_col it_data = s_layout-t_data is_spreading = s_layout-s_spreading it_kf_scheme = s_layout-t_kf_scheme importing er_render = render.
call function 'UPX_API_DATA_SET' * EXPORTING * I_LAYOUT = tables it_row = s_layout-t_row it_data = s_layout-t_data et_return = lt_message.
UPX_KPI_API_DOCUMENTS_SET call function 'UPX_KPI_API_DOCUMENTS_SET' exporting i_area = i_area tables it_head = s_layout-t_head it_row = s_layout-t_row it_col = s_layout-t_col it_text = lt_text et_return = lt_message.
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 UPX_WEB_MODEL or its description.
UPX_WEB_MODEL - Include UPX_WEB_MODEL UPX_STATUS_POSTING_V2 - Program UPX_STATUS_POSTING_V2 UPX_STATUS_POSTING_V2 - Program UPX_STATUS_POSTING_V2 UPX_MNTN_START - Program UPX_MNTN_START UPX_MNTN_START - Program UPX_MNTN_START UPX_MAIN_TRANSPORT - UPX: Transport All UPX Customizing Without Starting UPX_MNTN