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

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







EFG_FORMCLASS_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_FORMCLASS_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

EFCM - Print Workbench Form Class Processg


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_FORMCLASS_MASS. "Basic submit
SUBMIT EFG_FORMCLASS_MASS AND RETURN. "Return to original report after report execution complete
SUBMIT EFG_FORMCLASS_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_FCL = D Form Class
Selection Text: R_DEVC = D Package
Selection Text: P_TMP = Select $TMP
Title: Print Workbench: Mass Processing of Application Forms
Text Symbol: T40 = Package Check
Text Symbol: T01 = Form Class Overview
Text Symbol: P02 = Package Check OK
Text Symbol: P01 = Package Inconsistency Exists
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: C11 = Status of Form Class
Text Symbol: C10 = Smart Forms Enabled
Text Symbol: C01 = Ref. Client


INCLUDES used within this REPORT EFG_FORMCLASS_MASS

INCLUDE EFG_MSGX.
INCLUDE EFG_GEN.


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_FORMCLASS_SELECT CALL FUNCTION 'EFG_DB_FORMCLASS_SELECT' EXPORTING x_formclass = i_formclass
IMPORTING y_fclass = l_fcl EXCEPTIONS not_qualified = 1 not_found = 2 OTHERS = 3.

EFG_FORMCLASS_GET_STATUS CALL FUNCTION 'EFG_FORMCLASS_GET_STATUS' EXPORTING x_formclass = i_formclass x_flg_smartforms = 'X' IMPORTING y_str_status = e_str_line-_str_status EXCEPTIONS not_qualified = 1 not_found = 2 OTHERS = 3.

EFG_S_FORMCLASS_DISPLAY CALL FUNCTION 'EFG_S_FORMCLASS_DISPLAY' EXPORTING x_formclass = x_formclass x_foreign_call = '' * IMPORTING * Y_EXIT_TYPE = 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 wi_read_only = 'X' EXCEPTIONS OTHERS = 18.

EFG_FORMCLASS_GET_STATUS CALL FUNCTION 'EFG_FORMCLASS_GET_STATUS' EXPORTING x_formclass = l_str_line-formclass x_flg_smartforms = 'X' ref_log = ref_log IMPORTING y_str_status = l_str_status EXCEPTIONS not_qualified = 1 not_found = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_WARNING' info = text-p01 add_stdinf = '' IMPORTING RESULT = e_icontext EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_GREEN' info = text-p02 add_stdinf = '' IMPORTING RESULT = e_icontext EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

EFG_DB_FORMCLASS_SELECT CALL FUNCTION 'EFG_DB_FORMCLASS_SELECT' EXPORTING x_formclass = i_formclass IMPORTING y_fclass = l_fcl 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 EFG_FORMCLASS_MASS or its description.