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

IEFMUU01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT IEFMUU01

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_READ_TEXT CALL FUNCTION 'EFG_READ_TEXT' EXPORTING X_TDNAME = L_TDNAME X_TDSPRAS = L_TDSPRAS X_CLIENT = '$CLIENT$' IMPORTING Y_THEAD = L_THEAD TABLES YT_LINES = LT_LINES EXCEPTIONS NOT_QUALIFIED = 1 FAILED = 2 NOT_FOUND = 3 OTHERS = 99.

WRITE_FORM_LINES CALL FUNCTION 'WRITE_FORM_LINES' EXPORTING FUNCTION = X_FUNCTION HEADER = L_THEAD TYPE = X_TYPE WINDOW = X_WINDOW TABLES LINES = LT_LINES EXCEPTIONS FUNCTION = 1 TYPE = 2 UNOPENED = 3 UNSTARTED = 4 WINDOW = 5 OTHERS = 6.

EFG_GET_ADFORM_PARAMS CALL FUNCTION 'EFG_GET_ADFORM_PARAMS' EXPORTING I_ITCPO = c-itcpo I_SPONUMIV = x_sponumiv I_DEVICE = x_device i_xfp = x_xfp IMPORTING E_OUTPUTPARAMS = c-pdf_output_options.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = c-pdf_output_options EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.

EFG_GET_SMARTFORM_PARAMS CALL FUNCTION 'EFG_GET_SMARTFORM_PARAMS' EXPORTING X_ITCPO = c-itcpo X_DEVICE = x_device X_LANGU = c-langu X_XSF = c-xsf X_STARTPAGE = c-startpage X_GET_XSF = x_get_xsf x_sponumiv = x_sponumiv IMPORTING Y_CONTROL_PARAMETERS = c-sf_control_parameters Y_OUTPUT_OPTIONS = c-sf_output_options.

SSF_OPEN CALL FUNCTION 'SSF_OPEN' EXPORTING ARCHIVE_PARAMETERS = c-archive_params USER_SETTINGS = '' MAIL_SENDER = c-sender MAIL_RECIPIENT = c-recipient * MAIL_APPL_OBJ = OUTPUT_OPTIONS = c-sf_output_options CONTROL_PARAMETERS = c-sf_control_parameters * IMPORTING * JOB_OUTPUT_OPTIONS = EXCEPTIONS FORMATTING_ERROR = 1 INTERNAL_ERROR = 2 SEND_ERROR = 3 USER_CANCELED = 4 OTHERS = 5.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING ARCHIVE_INDEX = C-ARCHIVE_INDEX ARCHIVE_PARAMS = C-ARCHIVE_PARAMS DEVICE = X_DEVICE DIALOG = C-DIALOG OPTIONS = C-ITCPO RAW_DATA_INTERFACE = C-RDI MAIL_RECIPIENT = C-RECIPIENT mail_sender = c-sender SPONUMIV = x_sponumiv IMPORTING RESULT = Y_ITCPP EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 OTHERS = 6.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING ARCHIVE_INDEX = C-ARCHIVE_INDEX FORM = C-SAP_FORM LANGUAGE = C-LANGU STARTPAGE = C-STARTPAGE PROGRAM = '$PROGNAME$' * IMPORTING * LANGUAGE = L_LANGU EXCEPTIONS FORM = 1 FORMAT = 2 UNENDED = 3 UNOPENED = 4 UNUSED = 5 OTHERS = 6.

END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS UNOPENED = 1 BAD_PAGEFORMAT_FOR_PRINT = 2 SPOOL_ERROR = 3 CODEPAGE = 4 others = 5.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' IMPORTING E_RESULT = y_pdf_result-STR_RESULT_job EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4.

SSF_CLOSE CALL FUNCTION 'SSF_CLOSE' IMPORTING JOB_OUTPUT_INFO = y_sf_result EXCEPTIONS FORMATTING_ERROR = 1 INTERNAL_ERROR = 2 SEND_ERROR = 3 OTHERS = 4.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = Y_ITCPP RDI_RESULT = Y_RDI_RESULT TABLES OTFDATA = YT_OTF EXCEPTIONS UNOPENED = 1 OTHERS = 2.

EFG_GET_ADDRESS_STRING CALL FUNCTION 'EFG_GET_ADDRESS_STRING' EXPORTING X_RECIPIENT = X_RECIPIENT IMPORTING Y_STRING = Y_REC_STRING Y_SNDART = Y_CTYPE EXCEPTIONS OTHERS = 1.

FP_FUNCTION_MODULE_NAME call function 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = c-adform IMPORTING E_INTERFACE_TYPE = l_iftype e_funcname = ls_func.

FP_GET_LAST_ADS_ERRSTR call function 'FP_GET_LAST_ADS_ERRSTR' IMPORTING e_adserrstr = l_error_string.

FP_GET_LAST_ADS_TRACE CALL FUNCTION 'FP_GET_LAST_ADS_TRACE' IMPORTING E_ADSTRACE = l_trace_string.

EFG_SEND CALL FUNCTION 'EFG_SEND' EXPORTING x_recipient = x_recipient x_sender = x_sender x_tabn_docs = l_tabn_docs X_ARCHIVE_INDEX = c-archive_index X_ARCHIVE_PARAMS = c-archive_params x_title = c-itcpo-tdtitle x_armod = c-itcpo-tdarmod EXCEPTIONS NOT_QUALIFIED = 1 FAILED = 2 OTHERS = 3.

SSF_FUNCTION_MODULE_NAME call function 'SSF_FUNCTION_MODULE_NAME' exporting formname = c-smartform importing fm_name = l_func exceptions no_form = 1 no_function_module = 2 others = 3.



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