SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

PDF_DYNAMIC SAP ABAP INCLUDE - User-Exit-Include für AnwFormular FI_CA_GENERIC_SAMPLE_PDF







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

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:

FKK_CORRM_GET CALL FUNCTION 'FKK_CORRM_GET' EXPORTING iv_notif_id = lv_notif_id IMPORTING es_header = ls_header et_address = lt_address et_form_data = lt_form_data ev_form_name = lv_form_name et_ui_attributes = lt_ui_attributes es_general_data = ls_general_data et_scenariofld = lt_scenariofld EXCEPTIONS no_result_found = 1 no_customizing_found = 2 incorrect_isr_config = 3 incorrect_bp = 4 incorrect_address = 5 OTHERS = 6.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS OTHERS = 11.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0787' i_applk = lv_applk TABLES t_fbstab = lt_fbstab.

FKK_SAMPLE_0787 IF 1 = 2. CALL FUNCTION 'FKK_SAMPLE_0787'. ENDIF.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lv_form_name IMPORTING e_funcname = lv_funcname EXCEPTIONS OTHERS = 11.

SWO_QUERY_FUNCTION_PARAMETERS CALL FUNCTION 'SWO_QUERY_FUNCTION_PARAMETERS' EXPORTING functionmodule = lv_funcname TABLES function_parameters = lt_parameter EXCEPTIONS OTHERS = 11.



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