SAP Reports / Programs

EFG_FORM_MASS SAP ABAP Report - Print Workbench: Mass Processing of Application Forms







EFG_FORM_MASS 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 EFG_FORM_MASS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EFTP - Print Workbench Mass Processing
EFGM - Print Workbench Mass Processing
EFTRADMLANGUS - Print Workbench Mass Processing
EFCC - Print Workbench Mass Processing


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 EFG_FORM_MASS. "Basic submit
SUBMIT EFG_FORM_MASS AND RETURN. "Return to original report after report execution complete
SUBMIT EFG_FORM_MASS 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: R_FKEY = D Application Form
Selection Text: R_FCL = D Form Class
Selection Text: R_CLNT = D Client
Selection Text: P_LINKS = Select Links
Title: Print Workbench: Mass Processing of Application Forms
Text Symbol: T01 = Mass Processing of Application Forms
Text Symbol: H05 = Status
Text Symbol: F26 = Selected Entries ...
Text Symbol: F25 = Download
Text Symbol: F20 = Transport
Text Symbol: F16 = Create Link(s) ...
Text Symbol: F15 = Refresh Display
Text Symbol: F14 = Copy
Text Symbol: F13 = Delete
Text Symbol: F11 = Check
Text Symbol: F10 = Activate
Text Symbol: D02 = Really delete &1 references?
Text Symbol: D01 = Delete References
Text Symbol: C81 = Copy Application Form &1 &2
Text Symbol: C01 = Ref. Client


INCLUDES used within this REPORT EFG_FORM_MASS

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_FORM_ACTIVATE CALL FUNCTION 'EFG_FORM_ACTIVATE' EXPORTING x_formkey = l_str_line-formkey x_client = l_str_line-client ref_log = ref_log x_actual = 'X' IMPORTING y_msg = l_msg EXCEPTIONS not_qualified = 1 not_found = 2 failed = 3 OTHERS = 4.

EFG_FORM_TRANSPORT_WITH_DIALOG CALL FUNCTION 'EFG_FORM_TRANSPORT_WITH_DIALOG' EXPORTING x_tab_formkey = l_tab_formkey EXCEPTIONS not_qualified = 1 cancelled = 2 failed = 3 OTHERS = 4.

EFG_S_FORM_DISPLAY CALL FUNCTION 'EFG_S_FORM_DISPLAY' EXPORTING x_client = x_client x_formkey = x_formkey x_foreign_call = '' EXCEPTIONS not_found = 1 not_authorized = 2 not_qualified = 3 failed = 4 cancelled = 5 OTHERS = 6.

EFG_FORM_GET_STATUS CALL FUNCTION 'EFG_FORM_GET_STATUS' EXPORTING x_client = i_client x_formkey = i_formkey x_flg_no_warnings = 'X' IMPORTING y_strn_status = l_strn_status y_efrm = l_efrm EXCEPTIONS not_qualified = 1 not_found = 2 failed = 3 OTHERS = 4.

EFG_S_FORMCLASS_DISPLAY CALL FUNCTION 'EFG_S_FORMCLASS_DISPLAY' EXPORTING x_formclass = x_formclass x_foreign_call = '' EXCEPTIONS not_qualified = 1 not_authorized = 2 not_found = 3 cancelled = 4 failed = 5 OTHERS = 6.

EFG_DB_TADIR_SELECT CALL FUNCTION 'EFG_DB_TADIR_SELECT' EXPORTING x_pgmid = co_pgmid_r3tr x_obj = x_type x_obj_name = l_name IMPORTING y_tadir = l_tadir EXCEPTIONS not_found = 0 OTHERS = 0.

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = co_pgmid_r3tr wi_e071_object = l_obj wi_e071_obj_name = l_name EXCEPTIONS OTHERS = 18.

EDIT_FORM CALL FUNCTION 'EDIT_FORM' EXPORTING form = x_str_line-efrm-tdform * LANGUAGE = SY-LANGU display = 'X' * COMPONENT = 'HEADER' * IMPORTING * LAST_COMPONENT = EXCEPTIONS unknown_activity = 1 unknown_component = 2 OTHERS = 3.

EFG_ADOBEFORM_DISPLAY CALL FUNCTION 'EFG_ADOBEFORM_DISPLAY' EXPORTING i_adform = x_str_line-efrm-adform i_flg_display = 'X' * I_FLG_REMOTE = * I_FLG_NEW_MODE = EXCEPTIONS not_qualified = 1 not_found = 2 failed = 3 OTHERS = 4.

EFG_FORM_GET_STATUS CALL FUNCTION 'EFG_FORM_GET_STATUS' EXPORTING x_client = l_str_line-client x_formkey = l_str_line-formkey x_actual = 'X' x_flg_no_warnings = 'X' ref_log = ref_log IMPORTING y_strn_status = l_strn_status y_flg_messages = l_flg_messages EXCEPTIONS not_qualified = 1 not_found = 2 failed = 3 OTHERS = 4.

EFG_FORM_DOWNLOAD CALL FUNCTION 'EFG_FORM_DOWNLOAD' EXPORTING x_tab_formkey = l_tab_formkeys ref_log = ref_log IMPORTING y_msg = l_msg EXCEPTIONS not_qualified = 1 failed = 2 cancelled = 3 OTHERS = 4.

EFG_S_FORM_DELETE CALL FUNCTION 'EFG_S_FORM_DELETE' EXPORTING x_formkey = l_str_line-formkey x_suppress_popup = '' x_part_obj = 'X' EXCEPTIONS not_qualified = 1 not_found = 2 not_authorized = 3 foreign_lock = 4 failed = 5 cancelled = 6 OTHERS = 7.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC * EXPORTING textline1 = l_text titel = l_title cancel_display = 'X' IMPORTING answer = l_answer.

EFG_S_FORM_DELETE CALL FUNCTION 'EFG_S_FORM_DELETE' EXPORTING x_formkey = l_str_line-formkey x_suppress_popup = 'X' x_part_obj = '' IMPORTING e_str_msg = l_str_msg EXCEPTIONS not_qualified = 1 not_found = 2 not_authorized = 3 foreign_lock = 4 failed = 5 cancelled = 6 OTHERS = 7.

EFG_FORM_FILL_FULLTYPE CALL FUNCTION 'EFG_FORM_FILL_FULLTYPE' EXPORTING x_formkey = i_str_line-formkey x_client = i_str_line-client IMPORTING y_strn_form_full = l_strn_form_full EXCEPTIONS not_qualified = 1 not_found = 2 failed = 3 OTHERS = 4.

EFG_FORM_INSERT CALL FUNCTION 'EFG_FORM_INSERT' EXPORTING x_strn_form_full = l_strn_form_full x_title = l_title IMPORTING y_msg = l_msg EXCEPTIONS not_qualified = 1 failed = 2 cancelled = 3 OTHERS = 4.

EFG_DB_FORM_CREATE_LINK CALL FUNCTION 'EFG_DB_FORM_CREATE_LINK' EXPORTING x_client_from = sy-mandt x_client_to = l_str_line-client x_formkey = l_str_line-formkey x_flg_overwrite = '' ref_log = ref_log IMPORTING y_msg = l_msg EXCEPTIONS not_qualified = 1 not_found = 2 failed = 3 existing = 4 OTHERS = 5.



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