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

MEFGTE01 SAP ABAP INCLUDE - Event Include for SAPMEFGT







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


Text pool values


Title: Event Include for SAPMEFGT


INCLUDES used within this REPORT MEFGTE01

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_GET_PRINT_PARAMETERS CALL FUNCTION 'EFG_GET_PRINT_PARAMETERS' EXPORTING X_PRINTPARAMS = G_PRINTPARAMS X_FORCE_SAPSCRIPT = 'X' X_NO_FORMKEY = 'X' X_ARCHIVE_OBJECT_ID = L_ARC_ID x_no_last_doc = 'X' IMPORTING Y_PRINTPARAMS = G_PRINTPARAMS Y_RECIPIENT = G_RECIPIENT Y_ARCHIVE_INDEX = G_ARCHIVE_INDEX Y_ARCHIVE_PARAMS = G_ARCHIVE_PARAMS EXCEPTIONS CANCELLED = 1 FAILED = 2 INPUT_ERROR = 3 OTHERS = 99 .

EFG_PRINT CALL FUNCTION 'EFG_PRINT' EXPORTING X_ARCHIVE_INDEX = G_ARCHIVE_INDEX X_ARCHIVE_PARAMS = G_ARCHIVE_PARAMS X_PRINTPARAMS = G_PRINTPARAMS X_DIALOG = SPACE X_RECIPIENT = G_RECIPIENT IMPORTING Y_ITCPP = G_ITCPP TABLES XT_RANGES = RANGES XT_RANGES1 = RANGES1 XT_RANGES2 = RANGES2 XT_RANGES3 = RANGES3 XT_RANGES4 = RANGES4 XT_RANGES5 = RANGES5 XT_RANGES6 = RANGES6 XT_RANGES7 = RANGES7 XT_RANGES8 = RANGES8 XT_RANGES9 = RANGES9 EXCEPTIONS NOT_QUALIFIED = 1 FORMCLASS_NOT_FOUND = 2 FORM_NOT_FOUND = 3 INTERNAL_ERROR = 4 FORMCLASS_INVALID = 5 PRINT_FAILED = 6 FORM_INVALID = 7 FUNC_INVALID = 8 CANCELLED = 9 NOT_AUTHORIZED = 10 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 MEFGTE01 or its description.