EFG_FORMCLASS_AS_CODING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Trados = docu -> fi -> fica -> fica...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter EFG_FORMCLASS_AS_CODING 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.
Title: INTERNAL: Create Sample Code for a Form Class Hierarchy
Text Symbol: 601 = No
Text Symbol: 600 = Yes
Text Symbol: 510 = * Loop Over Levels
Text Symbol: 508 = * Data Procurement
Text Symbol: 506 = * Global and Local Tables
Text Symbol: 504 = * Global Work Areas
Text Symbol: 502 = * Data Definitions
Text Symbol: 500 = Sample Code for Form Class
Text Symbol: 450 = Form &1 Created
Text Symbol: 404 = Create Form Routine
Text Symbol: 402 = does not exist. Create?
Text Symbol: 400 = Routine &1
Text Symbol: 300 = Defined Locally
Text Symbol: 104 = Create Library
Text Symbol: 103 = Do you want to create it?
Text Symbol: 102 = &1 does not exist
Text Symbol: 100 = Form Class Library
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EFG_CHECK_INCLUDE_EXISTENCE CALL FUNCTION 'EFG_CHECK_INCLUDE_EXISTENCE' EXPORTING x_name = x_fcl-efcl-lib_prog EXCEPTIONS not_found = 1 not_qualified = 2 OTHERS = 3.
EFG_CHECK_ROUTINE_EXISTENCE CALL FUNCTION 'EFG_CHECK_ROUTINE_EXISTENCE' EXPORTING x_prog = x_fcl-efcl-lib_prog x_routine = g_routine IMPORTING y_position = l_position EXCEPTIONS prog_not_found = 1 routine_not_found = 2 failed = 3 not_qualified = 4 OTHERS = 99.
EFG_EDITOR_PROGRAM CALL FUNCTION 'EFG_EDITOR_PROGRAM' EXPORTING x_name = x_fcl-efcl-lib_prog x_position = l_position x_display = g_display EXCEPTIONS not_qualified = 1 cancelled = 2 not_found = 3 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EFG_FORMCLASS_AS_CODING - INTERNAL: Create Sample Code for a Form Class Hierarchy EFG_FORMCLASS_AS_CODING - INTERNAL: Create Sample Code for a Form Class Hierarchy EFG_EXECUTE_TRANSPORT_METHODS - Print Workbench: Execute Before Export/After Import Methods EFG_EXECUTE_TRANSPORT_METHODS - Print Workbench: Execute Before Export/After Import Methods EFG_EMSG_REPLACE_PRINT - EFGEMSGREPLACEPRINT EFG_DOWNLOAD_SPOOLDATA - Print Workbench: Download of Spool Files