SAP Reports / Programs | Goods Receipt Process | Industry Solution Automotive | Goods Receipt Process(IS-A-GR) SAP IS

BORGR_RVADULLI SAP ABAP Report - Print program: Unloading list







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

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.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = tnapr-fonam archive_index = toa_dara archive_params = arc_params language = nast-spras options = sitcpo device = fdevic dialog = ' ' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'FOOTER' EXCEPTIONS OTHERS = 1.

END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS OTHERS = 1.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = tnapr-fonam language = nast-spras EXCEPTIONS OTHERS = 1.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'PROTECT' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'VENDOR' * function = 'SET' * type = 'TOP' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'GROUP' * function = 'SET' * type = 'TOP' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'HEADER' EXCEPTIONS OTHERS = 1.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'PROTECT' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_WITHOUT_PACKING' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE_PACKING' EXCEPTIONS OTHERS = 1.

WRITE_FORM





CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE_PACKING_NEXT' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE_CHARGE' EXCEPTIONS OTHERS = 1.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'ENDPROTECT' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'FOOTER' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_END' EXCEPTIONS OTHERS = 1.

END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS OTHERS = 1.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS OTHERS = 1.

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