SAP Reports / Programs | Vehicle Management System | Industry Solution Automotive | Vehicle Management System(IS-A-VMS) SAP IS

RVLCASSIGNMENT_F2 SAP ABAP INCLUDE - Include RVLCASSIGNMENT_APPL







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


Text pool values


Title: Include RVLCASSIGNMENT_APPL


INCLUDES used within this REPORT RVLCASSIGNMENT_F2

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:

VELO02_GET_SEARCHCRIT_ASSIGNMT CALL FUNCTION 'VELO02_GET_SEARCHCRIT_ASSIGNMT' EXPORTING sprof_assgnmt_iv = sprofile_iv * sprof_vehicle_iv = searchmodel_is = searchmodel_ls IMPORTING incomplete_ev = incomplete_lv vlcsearchcrit_et = vlcsearchcrit_lt confinfo_et = confinfo_lt TABLES loctn_et = loctn_lt EXCEPTIONS control_error = 1 search_prof_load_error = 2 location_error = 3 gross_price_error = 4 history_error = 5 * OTHERS = 6 .

VELO03_FILL_ERROR_TABLE CALL FUNCTION 'VELO03_FILL_ERROR_TABLE' EXPORTING msgid_iv = sy-msgid msgty_iv = sy-msgty msgno_iv = sy-msgno msgv1_iv = sy-msgv1 msgv2_iv = sy-msgv2 msgv3_iv = sy-msgv3 msgv4_iv = sy-msgv4 TABLES vlch_mssg_ct = vlch_mssg_help_lt.

VELO27_SEARCH_VEHI_SINGLE_SDOC CALL FUNCTION 'VELO27_SEARCH_VEHI_SINGLE_SDOC' EXPORTING sdoc_displalv_is = sdoc_vlcdisplalv_ls IMPORTING vehi_assgnmt_vehicle_et = vehi_assgnmt_vehicle_lt TABLES loctn_it = loctn_lt CHANGING vlcsearchcrit_ct = vlcsearchcrit_lt confinfo_ct = confinfo_lt EXCEPTIONS orgdata_error = 1 vehicle_search_error = 2 error_reading_config = 3 badi_error = 4 * OTHERS = 5 .

VELO03_FILL_ERROR_TABLE CALL FUNCTION 'VELO03_FILL_ERROR_TABLE' EXPORTING msgid_iv = 'VELO' msgty_iv = 'E' msgno_iv = 407 msgv1_iv = msgv1_lv TABLES vlch_mssg_ct = vlch_mssg_help_lt.

VELO03_FILL_ERROR_TABLE CALL FUNCTION 'VELO03_FILL_ERROR_TABLE' EXPORTING msgid_iv = 'VELO' msgty_iv = 'E' msgno_iv = 406 msgv1_iv = msgv1_lv TABLES vlch_mssg_ct = vlch_mssg_help_lt.

VELO03_FILL_ERROR_TABLE CALL FUNCTION 'VELO03_FILL_ERROR_TABLE' EXPORTING msgid_iv = 'VELO' msgty_iv = 'I' msgno_iv = 416 msgv1_iv = msgv1_lv msgv2_iv = msgv2_lv TABLES vlch_mssg_ct = vlch_mssg_ct.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = programm_name_lv * I_INTERNAL_TABNAME = i_structure_name = 'VLCDISPLALV_SD' i_client_never_display = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = fieldcat_sdoc_lt EXCEPTIONS inconsistent_interface = 1 program_error = 2 * OTHERS = 3 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = programm_name_lv i_callback_pf_status_set = 'ALV_CALLBACK_PF_STATUS_SET' i_callback_user_command = 'ALV_CALLBACK_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' i_grid_title = text-003 * I_GRID_SETTINGS = is_layout = layout_ls it_fieldcat = fieldcat_sdoc_lt * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = xflag_gc i_save = xflag_gc * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = sdoc_vlcdisplalv_it EXCEPTIONS program_error = 1 * OTHERS = 2 .



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