SAP Reports / Programs

RPCZVFD2_PDF SAP ABAP Report - Print Report Delivery Note/Label SP Reporting







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


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


Text pool values


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


INCLUDES used within this REPORT RPCZVFD2_PDF

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:

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.



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