RVADSPAT_V7WE 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 RVADSPAT_V7WE 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.
Title: Shipping order (VDA 4922) - GI-specific for shipment
INCLUDE RVADTABL.
INCLUDE RVADOPFO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'PAGE_BOTTOM' type = 'BOTTOM' EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'PAGE_TOP' type = 'TOP' EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'PAGE_BOTTOM' function = 'DELETE' type = 'BOTTOM' EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_SUM' type = 'BOTTOM' 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.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVADSPAT_V7WE - Shipping order (VDA 4922) - GI-specific for shipment RVADSPAT_V7WE - Shipping order (VDA 4922) - GI-specific for shipment RVADSPAT - Shipping Order (VDA 4922) RVADSPAT - Shipping Order (VDA 4922) RVADSK01 - Print Program for Collective Picking Lists RVADSK01 - Print Program for Collective Picking Lists