SAP Reports / Programs

RVLCASSIGNMENT SAP ABAP Report - Assignment of Vehicles to Sales Documents







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VELOAS - Assign Sales Docs to Vehicles


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


INCLUDES used within this REPORT RVLCASSIGNMENT

INCLUDE RVLCASSIGNMENT_TOP.
INCLUDE RVLCASSIGNMENT_F1.
INCLUDE RVLCASSIGNMENT_F2.
INCLUDE RVLCASSIGNMENT_F3.
INCLUDE RVLCASSIGNMENT_F4.


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:

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.



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