SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Forms Processing(BC-SRV-FP) SAP BC

FP_TRANSLATION_HELP SAP ABAP Report - Upload/Download Form Layout







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


Text pool values


Selection Text: P_DOWN = Download Layout
Selection Text: P_FORM = Form Name
Selection Text: P_LANGU = Form Language
Selection Text: P_PATH = File Path
Selection Text: P_UP = Upload Layout
Title: Upload/Download Form Layout
Text Symbol: 000 = Form Selection
Text Symbol: 001 = Select an Activity
Text Symbol: 002 = Select the Language and Storage Location
Text Symbol: 003 = Form does not exist
Text Symbol: 004 = Only processing of active form objects is permitted
Text Symbol: 005 = An error occurred when downloading
Text Symbol: 006 = No form layout exists in the desired language
Text Symbol: 007 = Uploading of the form layout in the original language is not permitted
Text Symbol: 008 = Empty file
Text Symbol: 009 = An error occurred when uploading
Text Symbol: 010 = Form layout was successfully uploaded
Text Symbol: 011 = File Path:


INCLUDES used within this REPORT FP_TRANSLATION_HELP

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:

FP_READ_XDP CALL FUNCTION 'FP_READ_XDP' EXPORTING i_name = p_form i_language = p_langu IMPORTING e_xdp = gv_layout_data EXCEPTIONS read_error = 1 OTHERS = 2.

FP_CHECK_S2Y CALL FUNCTION 'FP_CHECK_S2Y' EXPORTING i_s2y = gv_layout_data EXCEPTIONS wrong_s2y_file = 1 OTHERS = 2.

FP_WRITE_XDP CALL FUNCTION 'FP_WRITE_XDP' EXPORTING i_name = p_form i_language = p_langu i_xdp = gv_layout_data EXCEPTIONS update_error = 1 OTHERS = 2.

(CALL FUNCTION CONCATENATE '(CALL FUNCTION ''FP_WRITE_XDP'')' text-009 INTO gv_value SEPARATED BY space.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log_header.

BAL_GLB_MSG_DEFAULTS_GET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_GET' IMPORTING e_s_msg_defaults = ls_param.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = ls_param.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = p_msgty i_text = lv_freetxt.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_save_all = 'X'.



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