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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PDF_DYNAMIC - User-Exit-Include für AnwFormular FI_CA_GENERIC_SAMPLE_PDF PDF_DEMO_EVENT_RECEIVER - PDFDEMOEVENTRECEIVER PDD_CREATE_MASTERDATA - Program PDD_CREATE_MASTERDATA PDD_CREATE_MASTERDATA - Program PDD_CREATE_MASTERDATA PDC_PI_DELETE_EVENTS_TOP - PDCPIDELETEEVENTSTOP PDC_PI_DELETE_EVENTS_S01 - PDCPIDELETEEVENTSS01