SAP Reports / Programs

BORGR_RVADULLI_PDF SAP ABAP Report - Print program: Unloading list







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


Text pool values


Title: Print program: Unloading list


INCLUDES used within this REPORT BORGR_RVADULLI_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:

SUSR_USER_PARAMETERS_GET CALL FUNCTION 'SUSR_USER_PARAMETERS_GET' EXPORTING user_name = nast-tdreceiver TABLES user_parameters = lt_user_parameters EXCEPTIONS OTHERS = 1.

SD_DELIVERY_VIEW CALL FUNCTION 'SD_DELIVERY_VIEW' EXPORTING comwa = svbco3 IMPORTING vbpla_wa = svbpla TABLES vbdkl_tab = tvbdkl vbdpl_tab = tvbdpl vbplk_tab = tvbplk vbplp_tab = tvbplp vbpls_tab = tvbpls EXCEPTIONS OTHERS = 1.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = adr_selection IMPORTING address_value = adr_result EXCEPTIONS address_not_exist = 1 parameter_error = 2 version_not_exist = 3 internal_error = 4.

ADDR_MEMORY_CLEAR CALL FUNCTION 'ADDR_MEMORY_CLEAR' EXCEPTIONS unsaved_data_exist = 1 internal_error = 2.

PARTNER_CONVERSION_INT_TO_EXT * call function 'PARTNER_CONVERSION_INT_TO_EXT' * exporting * partner_function_receiver = sxpuma-parve * partner_number_receiver = sxpuma-parne * partner_function_to_convert = 'SP' * partner_number_to_convert = sxpuma-parnr * importing * external_partner_number = sxpuma-parex * exceptions * others = 1.

VIEW_VBADR CALL FUNCTION 'VIEW_VBADR' EXPORTING input = vbpa IMPORTING adresse = vbadr.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = tnapr-sform IMPORTING e_funcname = lv_fm_name.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = ls_outputparams 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 = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4 .

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = syst-msgid msg_nr = syst-msgno msg_ty = syst-msgty msg_v1 = syst-msgv1 msg_v2 = syst-msgv2 msg_v3 = syst-msgv3 msg_v4 = syst-msgv4 EXCEPTIONS OTHERS = 1.



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