RPCZVFD2_PDF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to print delivery notes and labels...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCZVFD2_PDF 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.
Selection Text: ZULNR = D .
Selection Text: YCARR = D .
Selection Text: VERSN = D .
Selection Text: TELFAREC = D .
Selection Text: TELFA = D .
Selection Text: STRNRREC = D .
Selection Text: STRNR = D .
Selection Text: SO_KNTNR = D .
Selection Text: PLZORREC = D .
Selection Text: PLZOR = D .
Selection Text: NAMEAREC = D .
Selection Text: NAMEA = D .
Selection Text: MCARR = D .
Selection Text: LFDNR = D .
Selection Text: ERSTD = D .
Selection Text: DTNAM = D .
Selection Text: DTBEZ = D .
Selection Text: BEZREC = D .
Selection Text: BEZAB = D .
Selection Text: ANZMS = D .
Selection Text: SO_ANZMS = No. of Notification Recs AKA
Selection Text: FORMLIEF = Form Name for Delivery Note
Selection Text: FORMETIK = Form Name for Label
Title: Print Report Delivery Note/Label SP Reporting
Text Symbol: T02 = Label
Text Symbol: T01 = Dlvry Note
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'CURRENT' "YMO1053370 no_dialog = abap_true report = sy-repid importing out_parameters = g_out_params valid = g_valid * valid_for_spool_creation = g_valid_for_spool exceptions others = 4. "#EC *
H99B_GET_LFORM_PROPERTIES call function 'H99B_GET_LFORM_PROPERTIES' exporting i_molga = '01' i_fogroup = c_fogroup_zv i_folname = formlief * I_FOVARIANT = i_fotype = c_fotype_pdf i_date = g_date importing e_forname = g_fopnam_lief * E_FOTYPE = exceptions logical_group_not_found = 1 type_name_not_maintained = 2 others = 3.
HR_99S_GET_LFORM_PROPERTIES call function 'HR_99S_GET_LFORM_PROPERTIES' exporting i_folname = formlief * I_FOVARIANT = * I_DATE = SY-DATUM i_fotype = c_fotype_pdf importing e_fopname = g_fopnam_lief * E_FOTYPE = * E_FOGROUP = exceptions type_name_not_maintained = 1 form_name_not_found = 2 others = 3.
FP_FUNCTION_MODULE_NAME call function 'FP_FUNCTION_MODULE_NAME' exporting i_name = g_fopnam_lief importing e_funcname = g_funcname_lief.
FP_JOB_OPEN call function 'FP_JOB_OPEN' changing ie_outputparams = g_sfpoutputparams 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 = g_jobout_lief exceptions usage_error = 1 system_error = 2 internal_error = 3 others = 4.
H99B_GET_LFORM_PROPERTIES call function 'H99B_GET_LFORM_PROPERTIES' exporting i_molga = '01' i_fogroup = c_fogroup_zv i_folname = formetik * I_FOVARIANT = i_fotype = c_fotype_pdf i_date = g_date importing e_forname = g_fopnam_etik * E_FOTYPE = exceptions logical_group_not_found = 1 type_name_not_maintained = 2 others = 3.
HR_99S_GET_LFORM_PROPERTIES call function 'HR_99S_GET_LFORM_PROPERTIES' exporting i_folname = formetik * I_FOVARIANT = * I_DATE = SY-DATUM i_fotype = c_fotype_pdf importing e_fopname = g_fopnam_etik * E_FOTYPE = * E_FOGROUP = exceptions type_name_not_maintained = 1 form_name_not_found = 2 others = 3.
FP_FUNCTION_MODULE_NAME call function 'FP_FUNCTION_MODULE_NAME' exporting i_name = g_fopnam_etik importing e_funcname = g_funcname_etik.
FP_JOB_OPEN call function 'FP_JOB_OPEN' changing ie_outputparams = g_sfpoutputparams 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 = g_jobout_etik exceptions usage_error = 1 system_error = 2 internal_error = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCZVFD2_PDF - Print Report Delivery Note/Label SP Reporting RPCZVFD2_PDF - Print Report Delivery Note/Label SP Reporting RPCZVDTSD2 - Transfer Contributions (SP Reporting) RPCZVDTSD2 - Transfer Contributions (SP Reporting) RPCZVDTAD2 - Determine Contributions (SP Reporting) RPCZVDTAD2 - Determine Contributions (SP Reporting)