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

EFG_FORMCLASS_AS_CODING SAP ABAP Report - INTERNAL: Create Sample Code for a Form Class Hierarchy







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


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


Text pool values


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


INCLUDES used within this REPORT EFG_FORMCLASS_AS_CODING

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_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.



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