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

EFG_TEMPL_GENPROG_ADOBE SAP ABAP INCLUDE - EFGTEMPLGENPROGADOBE







EFG_TEMPL_GENPROG_ADOBE 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 EFG_TEMPL_GENPROG_ADOBE 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_TEMPL_GENPROG_ADOBE. "Basic submit
SUBMIT EFG_TEMPL_GENPROG_ADOBE AND RETURN. "Return to original report after report execution complete
SUBMIT EFG_TEMPL_GENPROG_ADOBE 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 EFG_TEMPL_GENPROG_ADOBE

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_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 I_PDF_ASSEMBLY = x_pdf_assembly i_pdfchangesrestricted = x_pdfchangesrestricted 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.

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.

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 x_senddate = c-itcpo-tdsenddate x_sendtime = c-itcpo-tdsendtime EXCEPTIONS NOT_QUALIFIED = 1 FAILED = 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 EFG_TEMPL_GENPROG_ADOBE or its description.