RVLCASSIGNMENT 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 RVLCASSIGNMENT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VELOAS - Assign Sales Docs to Vehicles
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: ACTIO_GP = D Action
Selection Text: SPROF_GP = D SearchProfileVeh.Search
Selection Text: TRVOG_GP = D Transaction group
Title: Assignment of Vehicles to Sales Documents
Text Symbol: 001 = Find Sales Documents
Text Symbol: 002 = Execute Action for Sales Documents
Text Symbol: 003 = Sales Documents
Text Symbol: 004 = Sales Document
Text Symbol: 005 = Vehicle
Text Symbol: 006 = Action was performed
Text Symbol: 007 = Unable to perform action
Text Symbol: 008 = No Sales Documents Searched For
Text Symbol: 009 = Sales Document Items Found
Text Symbol: 010 = Sales Document Item Found
INCLUDE RVLCASSIGNMENT_TOP.
INCLUDE RVLCASSIGNMENT_F1.
INCLUDE RVLCASSIGNMENT_F2.
INCLUDE RVLCASSIGNMENT_F3.
INCLUDE RVLCASSIGNMENT_F4.
No SAP DATABASE tables are accessed within this REPORT code!
VELO27_CHECK_ASSIGNMENTS * CALL FUNCTION 'VELO27_CHECK_ASSIGNMENTS' * EXPORTING * with_tight_sdocs_iv = noflag_gc * CHANGING ** VEHI_VLCDISPLALV_CT = * sdoc_vlcdisplalv_ct = sdoc_vlcdisplalv_gt * EXCEPTIONS * error_occured = 1 ** OTHERS = 2 * .
VELO04_READ_CVLC03 CALL FUNCTION 'VELO04_READ_CVLC03' EXPORTING action_iv = actio_gp IMPORTING action_es = action_gs EXCEPTIONS action_not_defined = 1 * OTHERS = 2 .
VELO03_CHECK_AUTHORITY CALL FUNCTION 'VELO03_CHECK_AUTHORITY' EXPORTING action_iv = actio_gp EXCEPTIONS no_authority = 1 * OTHERS = 2 .
VELO09_SET_SELECTED_ACTION CALL FUNCTION 'VELO09_SET_SELECTED_ACTION' EXPORTING selected_action_iv = action_gv.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVLCASSIGNMENT - Assignment of Vehicles to Sales Documents RVLCASSIGNMENT - Assignment of Vehicles to Sales Documents RVKVBUP2 - Correction Program VBFA: Delete Incorrect Delivery Flow Records RVKVBUP2 - Correction Program VBFA: Delete Incorrect Delivery Flow Records RVKVBFA2 - Correction Program VBFA: Delete Incorrect Delivery Flow Records RVKVBFA2 - Correction Program VBFA: Delete Incorrect Delivery Flow Records