UPC_TRANSLATE_BPS is a standard Executable ABAP Report 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 UPC_TRANSLATE_BPS 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.
Selection Text: G_AREA = D .
Selection Text: G_PLEVEL = D .
Title: Translation of Planning Objects
Text Symbol: 001 = Translate Planning Area
Text Symbol: 002 = New Translation Including All Planning Levels
Text Symbol: 003 = Planning Levels
Text Symbol: 004 = Global Planning Sequences
Text Symbol: 005 = Translation of All Planning Sequences
Text Symbol: 006 = Translation of a Planning Sequence
Text Symbol: 007 = Planning Profile
Text Symbol: 008 = Translation of All Profiles
Text Symbol: 009 = Translation of a Profile
Text Symbol: 010 = Target Language
Text Symbol: 011 = Planning Level
Text Symbol: 012 = Planning Area
Text Symbol: 013 = Translate Global Planning Sequences
Text Symbol: 015 = Translate Profile
Text Symbol: 016 = Change Translation of Individual Planning Levels
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 = g_area i_enqmode = ' ' EXCEPTIONS no_existence = 1.
UPC_DISP_F4 CALL FUNCTION 'UPC_DISP_F4' EXPORTING i_node_type = upcfw_cs_nodetypes-area IMPORTING e_area = g_area.
UPC_DISP_F4 CALL FUNCTION 'UPC_DISP_F4' EXPORTING i_node_type = upcfw_cs_nodetypes-plevel i_area = g_area IMPORTING e_plevel = g_plevel-low.
UPC_DISP_F4 CALL FUNCTION 'UPC_DISP_F4' EXPORTING i_node_type = upcfw_cs_nodetypes-plevel i_area = g_area IMPORTING e_plevel = g_plevel-high.
UPF_AI_BUNDLE_VALUES_GET CALL FUNCTION 'UPF_AI_BUNDLE_VALUES_GET' CHANGING x_bundle = g_bundle-low.
UPF_AI_BUNDLE_VALUES_GET CALL FUNCTION 'UPF_AI_BUNDLE_VALUES_GET' CHANGING x_bundle = g_bundle-high.
UPC_PROFILE_F4 CALL FUNCTION 'UPC_PROFILE_F4' IMPORTING e_profile = g_profil-low.
UPC_PROFILE_F4 CALL FUNCTION 'UPC_PROFILE_F4' IMPORTING e_profile = g_profil-high.
UPC_AREA_TRANSPORT CALL FUNCTION 'UPC_AREA_TRANSPORT' EXPORTING i_area = g_area i_all = ' ' i_translate = 'X' IMPORTING et_transport_object = gt_transport_object et_mesg = gt_mesg.
API_SEMBPS_PLANSTRUCTURE_GET CALL FUNCTION 'API_SEMBPS_PLANSTRUCTURE_GET' EXPORTING i_area = g_area i_read_plevel = 'X' IMPORTING e_subrc = g_subrc es_return = gs_return TABLES etk_plevel = gt_plevel.
UPC_PLEVEL_TRANSPORT CALL FUNCTION 'UPC_PLEVEL_TRANSPORT' EXPORTING i_area = g_area i_plevel =
-plevel i_all = ' ' i_translate = 'X' IMPORTING et_transport_object = gt_transport_object et_mesg = gt_mesg.
UPF_BUNDLE_READ CALL FUNCTION 'UPF_BUNDLE_READ' EXPORTING i_area = space i_plevel = space i_method = space IMPORTING et_children = gt_children.
UPF_AI_BUNDLE_TRANSPORT CALL FUNCTION 'UPF_AI_BUNDLE_TRANSPORT' EXPORTING i_id = g_id i_all = ' ' i_translate = 'X' IMPORTING et_transport_object = gt_transport_object et_mesg = gt_mesg.
UPC_PROFILE_READ CALL FUNCTION 'UPC_PROFILE_READ' IMPORTING et_children = gt_children.
UPC_PROFILE_TRANSPORT CALL FUNCTION 'UPC_PROFILE_TRANSPORT' EXPORTING i_profile = g_profile i_all = ' ' i_translate = 'X' IMPORTING et_transport_object = gt_transport_object et_mesg = gt_mesg.
UPC_TRANSLATE_CALL CALL FUNCTION 'UPC_TRANSLATE_CALL' EXPORTING it_transport_object = gt_transport_object_all i_langu = g_langu IMPORTING et_mesg = gt_mesg_all.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_bal_log.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = gs_msg_bal.
CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = l_status * P_PROGRAM = ' ' TABLES p_exclude = lt_fcode.
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 UPC_TRANSLATE_BPS or its description.