SALV_VERI005 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 SALV_VERI005 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.
Selection Text: P_EXGRP5 = MESSAGE
Selection Text: P_EXGRP6 = ALERT/WARNING/HINT
Selection Text: P_EXGRP7 = FAILURE/INCOMPLETE/CHECKED
Selection Text: P_EXPAND = Expand Tree
Selection Text: P_EXPDNC = EXPAND_NC
Selection Text: P_EXPD_I = Replace Expanded Node Icon
Selection Text: P_EXT = Data from External File
Selection Text: P_F1 = F1
Selection Text: P_F4 = F4
Selection Text: P_FCTSEL = FUNCTION SELECTED
Selection Text: P_FIND = Search
Selection Text: P_FLAVOR = DROP GET FLAVOR
Selection Text: P_HDR_CL = HEADER_CLICK
Selection Text: P_HEAD_R = HEADER_CONTEXT_MENU_REQUEST
Selection Text: P_HELP = Help
Selection Text: P_INACTI = INACTIVE
Selection Text: P_INCHDR = Including Header
Selection Text: P_INHERI = INHERITED
Selection Text: P_INSERT = INSERT
Selection Text: P_INTENS = INTENSIFIED
Selection Text: P_ITEM_R = ITEM_CONTEXT_MENU_REQUEST
Selection Text: P_ITM_IC = Display Icon for PLANETYPE
Selection Text: P_EXGRP4 = TREND
Selection Text: P_DBLC_N = NODE_DOUBLE_CLICK
Selection Text: P_DEFAUL = DEFAULT
Selection Text: P_DELETE = DELETE
Selection Text: P_DFLT_R = DEFAULT_CONTEXT_MENU_REQUEST
Selection Text: P_DISA_I = Disable Selection on PAYMENTSU
Selection Text: P_DISA_N = Disable Selection on Node
Selection Text: P_DRAG = DRAG
Selection Text: P_DRAG_M = DRAG MULTIPLE
Selection Text: P_DROP = DROP
Selection Text: P_DROPCL = DROPDOWN CLICKED
Selection Text: P_DROP_C = DROP_COMPLETE
Selection Text: P_DROP_M = DROP COMPLETE MULTIPLE
Selection Text: P_DYNAM = Dynamic Dropdown Menu
Selection Text: P_D_FILE = File Name
Selection Text: P_EMPHAS = EMPHASIZED
INCLUDE VERIFY_SELECTION.
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'ALV_T_T2' changing ct_fieldcat = gt_fieldcatalog.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'BCALV_VERIFY_DATATYPES' dynumb = sy-dynnr translate_to_upper = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' tables dynpfields = lt_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.
LVC_VARIANT_SAVE_LOAD call function 'LVC_VARIANT_SAVE_LOAD' exporting i_save_load = 'F' i_tabname = '1' changing cs_variant = ls_variant ct_fieldcat = lt_fcat[].
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 SALV_VERI005 or its description.