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

EFG_FORM_PRINTOUT SAP ABAP Report - Internal: Print Entire Content of Application Form







EFG_FORM_PRINTOUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program prints the complete content of an application form as a list...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_FORM_PRINTOUT 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_FORM_PRINTOUT. "Basic submit
SUBMIT EFG_FORM_PRINTOUT AND RETURN. "Return to original report after report execution complete
SUBMIT EFG_FORM_PRINTOUT 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: Print Entire Content of Application Form
Text Symbol: G05 = User:
Text Symbol: H01 = Form Level
Text Symbol: H02 = Text:
Text Symbol: H03 = Description :
Text Symbol: H04 = 1:1 Level
Text Symbol: H05 = SAPscript Parameter:
Text Symbol: H07 = User Exit:
Text Symbol: H10 = (Active)
Text Symbol: H12 = (Inactive)
Text Symbol: H15 = Table/Structure:
Text Symbol: H20 = Before:
Text Symbol: H22 = During:
Text Symbol: H24 = After:
Text Symbol: T00 = Text &1 language &2 was not found
Text Symbol: T02 = Text &1 Language &2:
Text Symbol: T10 = Text Contents:
Text Symbol: U01 = Attribs:
Text Symbol: U03 = Management Data:
Text Symbol: U05 = Hierarchy:
Text Symbol: UE1 = User Exit Include:
Text Symbol: UT1 = User Top Include:
Text Symbol: G04 = Client:
Text Symbol: A01 = Application Form:
Text Symbol: A03 = Form Class:
Text Symbol: A05 = Description:
Text Symbol: A07 = SAPscript Form:
Text Symbol: A09 = User Exit Include
Text Symbol: A11 = User Top Include
Text Symbol: A13 = Function Group
Text Symbol: A15 = Function Module
Text Symbol: A17 = Languages:
Text Symbol: E00 = Not Specified
Text Symbol: E01 = Does Not Exist
Text Symbol: E02 = Empt
Text Symbol: E12 = Original System
Text Symbol: E14 = Created:
Text Symbol: E16 = User:





Text Symbol: E20 = Changed:
Text Symbol: E22 = User:
Text Symbol: E30 = Generated:
Text Symbol: E32 = User:
Text Symbol: G01 = Date:
Text Symbol: G02 = Time:
Text Symbol: G03 = System:


INCLUDES used within this REPORT EFG_FORM_PRINTOUT

INCLUDE EFG_GEN.
INCLUDE EFG_MSGX.


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_GET_USER_FOR_SCREEN CALL FUNCTION 'EFG_GET_USER_FOR_SCREEN' EXPORTING x_ernam = x_form-efrm-ernam x_ersap = x_form-efrm-ersap x_aenam = x_form-efrm-aenam x_aesap = x_form-efrm-aesap IMPORTING y_ernam = x_form-efrm-ernam y_aenam = x_form-efrm-aenam EXCEPTIONS OTHERS = 1.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = l_efrmstr-client id = co_text_id language = l_efrmlan-tdspras name = l_efrmstr-text_name object = co_text_object * ARCHIVE_HANDLE = 0 IMPORTING header = l_thead TABLES lines = lt_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

EFG_CHECK_INCLUDE_EXISTENCE CALL FUNCTION 'EFG_CHECK_INCLUDE_EXISTENCE' EXPORTING x_name = x_exit_bibl IMPORTING * Y_EXISTS = * Y_TRDIR = yt_source = lt_source[] EXCEPTIONS not_found = 1 not_qualified = 2 OTHERS = 99.

EFG_CHECK_INCLUDE_EXISTENCE CALL FUNCTION 'EFG_CHECK_INCLUDE_EXISTENCE' EXPORTING x_name = x_user_top IMPORTING * Y_EXISTS = * Y_TRDIR = yt_source = lt_source[] EXCEPTIONS not_found = 1 not_qualified = 2 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_FORM_PRINTOUT or its description.