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

MEFG_FORM_PRINTOUTF01 SAP ABAP INCLUDE - PRIVATE: FORM Routines for Report SAPMEFG_FORM_PRINTOUT







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


Text pool values


Title: PRIVATE: FORM Routines for Report SAPMEFG_FORM_PRINTOUT


INCLUDES used within this REPORT MEFG_FORM_PRINTOUTF01

FORM PRINT_EXIT_INCLUDE USING X_EXIT_BIBL LIKE EFRM-EXIT_BIBL .
FORM PRINT_TOP_INCLUDE USING X_USER_TOP LIKE EFRM-USER_TOP .


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 x_gennam = x_form-efrm-gennam x_gensap = x_form-efrm-gensap IMPORTING y_ernam = x_form-efrm-ernam y_aenam = x_form-efrm-aenam y_gennam = x_form-efrm-gennam 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 = TABLES 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 = TABLES 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 MEFG_FORM_PRINTOUTF01 or its description.