UPS_F02 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 UPS_F02 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!
BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = actname IMPORTING address = ls_address TABLES return = lt_return.
UPC_CHAVL_TEXT_GET CALL FUNCTION 'UPC_CHAVL_TEXT_GET' EXPORTING i_area = area i_chanm = ls_hie_str-chanm i_chavlint = ls_hie_str-nodename ito_chadep = ls_hie_str-to_chadep * I_CHECK_EXISTANCE = 'X' * I_READ_ATTR = ' ' IMPORTING e_txtsh = ls_text-txtsh e_txtmd = ls_text-txtmd e_txtlg = ls_text-txtlg * ETO_ATRVL = EXCEPTIONS chanm_not_found = 1 chavl_not_valid = 2 rfc_error = 3 failed = 4 OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPS_F02 - Include UPS_F02 UPS_F01 - Include UPS_F01 UPS_DELETE_STS_LOCKS - Delete Transaction Data Locks UPS_DELETE_STS_LOCKS - Delete Transaction Data Locks UPS_DELETE_STS - DO NOT USE ANYMORE - Deletion of Subplans and Planning Sessions UPS_DELETE_STS - DO NOT USE ANYMORE - Deletion of Subplans and Planning Sessions