SAP Reports / Programs | Cross-Application Components | General Application Functions | Print Workbench(CA-GTF-PWB) SAP CA

REFG_CREATE_TRANSLATION_LISF01 SAP ABAP INCLUDE - Generated automatically. Fills import parameters of test module.







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


INCLUDES used within this REPORT REFG_CREATE_TRANSLATION_LISF01

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:

EFG_DB_EFRM_CLIENT_SELECT CALL FUNCTION 'EFG_DB_EFRM_CLIENT_SELECT' EXPORTING x_client = p_client * X_ACTUAL = * X_LANGU = SY-LANGU x_no_links = 'X' TABLES yt_efrm = yt_efrm EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 99.

EFG_DB_FORM_SELECT CALL FUNCTION 'EFG_DB_FORM_SELECT' EXPORTING x_client = p_client x_formkey = xt_efrm-formkey X_ACTUAL = 'X' IMPORTING y_form = l_form EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4.

EFG_H_GET_TRANSLATION_STATUS CALL FUNCTION 'EFG_H_GET_TRANSLATION_STATUS' EXPORTING x_client = p_client x_obj_type = co_obj_tdform x_name = l_efrm-tdform x_olangu = p_olangu x_tlangu = p_tlangu * x_formkey = IMPORTING y_status = l_str-status EXCEPTIONS not_qualified = 1 input_error = 2 OTHERS = 3.

EFG_H_GET_TRANSLATION_STATUS CALL FUNCTION 'EFG_H_GET_TRANSLATION_STATUS' EXPORTING x_client = p_client x_obj_type = co_obj_text x_name = l_efrmstr-text_name x_olangu = p_olangu x_tlangu = p_tlangu * X_FORMKEY = IMPORTING y_status = l_str-status EXCEPTIONS not_qualified = 1 input_error = 2 OTHERS = 3.

EFG_WORKLIST_POPUP CALL FUNCTION 'EFG_WORKLIST_POPUP' EXPORTING x_wmode = co_create x_date = sy-datum x_identifier = l_id IMPORTING y_date = xy_worklist-header-edate y_identifier = xy_worklist-header-identifier y_descript = xy_worklist-header-descript y_responsible = xy_worklist-header-responsible EXCEPTIONS not_qualified = 1 cancelled = 2 failed = 3 OTHERS = 4.

EFG_DB_WORKLIST_UPDATE CALL FUNCTION 'EFG_DB_WORKLIST_UPDATE' EXPORTING x_worklist = xy_worklist x_upd_mode = co_upd_insert EXCEPTIONS not_qualified = 1 failed = 2 OTHERS = 3.

EFG_S_WORKLIST_MAINTAIN CALL FUNCTION 'EFG_S_WORKLIST_MAINTAIN' EXPORTING x_date = xy_worklist-header-edate x_id = xy_worklist-header-identifier x_wmode = co_change EXCEPTIONS OTHERS = 1.

EFG_H_GET_TRANSLATION_STATUS CALL FUNCTION 'EFG_H_GET_TRANSLATION_STATUS' EXPORTING x_client = p_client x_obj_type = co_obj_tabl x_name = co_tabname_efrmte x_olangu = p_olangu x_tlangu = p_tlangu x_formkey = x_form-efrm-formkey IMPORTING y_status = l_str-status EXCEPTIONS not_qualified = 1 input_error = 2 OTHERS = 3.

EFG_H_GET_TRANSLATION_STATUS CALL FUNCTION 'EFG_H_GET_TRANSLATION_STATUS' EXPORTING x_client = p_client x_obj_type = co_obj_tabl x_name = co_tabname_efrmstrte x_olangu = p_olangu x_tlangu = p_tlangu x_formkey = x_form-efrm-formkey IMPORTING y_status = l_str-status EXCEPTIONS not_qualified = 1 input_error = 2 OTHERS = 3.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING display = ' ' fieldname = 'MANDT' input_value = l_help_info-fldvalue tabname = 'T000' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' IMPORTING select_value = l_client * SELECT_INDEX = EXCEPTIONS OTHERS = 1.

EFG_DB_TADIR_SELECT CALL FUNCTION 'EFG_DB_TADIR_SELECT' EXPORTING x_pgmid = 'R3TR' x_obj = 'EFCL' x_obj_name = l_tadir-obj_name IMPORTING y_tadir = l_tadir EXCEPTIONS not_qualified = 1 not_found = 2 OTHERS = 3.



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