INV_TOP_STOCK_VALUES_46C 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 INV_TOP_STOCK_VALUES_46C 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_POPER = D Period
Selection Text: P_SAVE = D Save extract
Selection Text: P_USER = D User
Selection Text: R_BKLAS = D Valuation class
Selection Text: R_BUKRS = D Company code
Selection Text: P_PERS = Use personalized data
Selection Text: P_BDATJ = D Year
Selection Text: P_MAXSEL = D Maximum number of hits
Selection Text: R_BWTAR = D Valuation type
Selection Text: R_PSPNR = D WBS element
Selection Text: R_SPART = D Division
Selection Text: R_STATUS = D Period status
Selection Text: R_VBELN = D Sales document
Selection Text: R_WERKS = D Plant
Selection Text: R_PRCTR = D Profit center
Selection Text: R_MATKL = D Material group
Selection Text: R_MATNR = D Material
Selection Text: R_MLAST = D Price determination: control
Selection Text: R_MTART = D Material type
Selection Text: R_POSNR = D Item (SD)
Title: Materials with Highest Inventory Value
Text Symbol: 002 = Extract
Text Symbol: 001 = Period
INCLUDE INV_TOP_STOCK_VALUES_46C_TOP.
INCLUDE INV_TOP_STOCK_VALUES_46C_PARA.
No SAP DATABASE tables are accessed within this REPORT code!
INVACCPERS_TOP_STOCK_GET_PERS CALL FUNCTION 'INVACCPERS_TOP_STOCK_GET_PERS' EXPORTING i_user = p_user IMPORTING e_bdatj = p_bdatj e_poper = p_poper TABLES r_matnr = r_matnr r_bukrs = r_bukrs r_werks = r_werks r_bwtar = r_bwtar r_vbeln = r_vbeln r_posnr = r_posnr r_pspnr = r_pspnr r_mtart = r_mtart r_bklas = r_bklas r_matkl = r_matkl r_spart = r_spart r_prctr = r_prctr r_mlast = r_mlast r_status = r_status.
T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 bukrs = t_t001k-bukrs IMPORTING wt001 = t001 EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
CKMS_PERIOD_READ_WITH_ITAB CALL FUNCTION 'CKMS_PERIOD_READ_WITH_ITAB' EXPORTING * I_REFRESH_BUFFER = * I_READ_ONLY_BUFFER = ' ' * I_USE_BUFFER = 'X' * I_BUILD_SMBEW = i_bdatj_1 = p_bdatj i_poper_1 = p_poper * I_BDATJ_2 = * I_POPER_2 = * I_BDATJ_3 = * I_POPER_3 = * I_BETWEEN_1_AND_2 = * I_UNTPER = '000' * I_CALL_BY_REPORTING = ' ' * I_NO_CHK_PERIODS_COMPLETE = ' ' TABLES t_kalnr = lt_kalnr t_ckmlpp = lt_ckmlpp t_ckmlcr = lt_ckmlcr * T_MISS_CKMLPP = * T_MISS_CKMLCR = EXCEPTIONS no_data_found = 1 input_data_inconsistent = 2 buffer_inconsistent = 3 OTHERS = 4.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = ls_mtcom IMPORTING matdaten = ls_mbew * RETURN = * MATPER = * TABLES * SEQMAT01 = EXCEPTIONS OTHERS = 1.
CM_EXTRACT_HYPER_SAVE CALL FUNCTION 'CM_EXTRACT_HYPER_SAVE' EXPORTING i_report = l_repid i_variant = sy-slset i_user = p_user i_strucname = 'CKINVACC_TOP_STOCK_VALUE5_WAO' i_cut_off = g_cut_off i_tcode = 'INV_DISPLAY_MAT' i_okcode = 'ONLI' i_click_field = 'MATNR' i_link_field = 'HL_FNAME' TABLES it_table = t_out5 it_field_map = t_field_map.
CM_EXTRACT_HYPER_SAVE CALL FUNCTION 'CM_EXTRACT_HYPER_SAVE' EXPORTING i_report = l_repid i_variant = sy-slset i_user = p_user i_strucname = 'CKINVACC_TOP_STOCK_VALUE2_WAO' i_cut_off = g_cut_off i_tcode = 'INV_DISPLAY_MAT' i_okcode = 'ONLI' i_click_field = 'MATNR' i_link_field = 'HL_FNAME' TABLES it_table = t_out2 it_field_map = t_field_map.
CM_EXTRACT_HYPER_SAVE CALL FUNCTION 'CM_EXTRACT_HYPER_SAVE' EXPORTING i_report = l_repid i_variant = sy-slset i_user = p_user i_strucname = 'CKINVACC_TOP_STOCK_VALUE3_WAO' i_cut_off = g_cut_off i_tcode = 'INV_DISPLAY_MAT' i_okcode = 'ONLI' i_click_field = 'MATNR' i_link_field = 'HL_FNAME' TABLES it_table = t_out3 it_field_map = t_field_map.
CM_EXTRACT_HYPER_SAVE CALL FUNCTION 'CM_EXTRACT_HYPER_SAVE' EXPORTING i_report = l_repid i_variant = sy-slset i_user = p_user i_strucname = 'CKINVACC_TOP_STOCK_VALUE4_WAO' i_cut_off = g_cut_off i_tcode = 'INV_DISPLAY_MAT' i_okcode = 'ONLI' i_click_field = 'MATNR' i_link_field = 'HL_FNAME' TABLES it_table = t_out4 it_field_map = t_field_map.
CM_EXTRACT_HYPER_SAVE CALL FUNCTION 'CM_EXTRACT_HYPER_SAVE' EXPORTING i_report = l_repid i_variant = sy-slset i_user = p_user i_strucname = 'CKINVACC_TOP_STOCK_VALUE_WAO' i_cut_off = g_cut_off i_tcode = 'INV_DISPLAY_MAT' i_okcode = 'ONLI' i_click_field = 'MATNR' i_link_field = 'HL_FNAME' TABLES it_table = t_out it_field_map = t_field_map.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'CKINVACC_TOP_STOCK_VALUE5_WAO' * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = ls_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = '' i_save = 'A' is_variant = ls_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 = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = t_out5 * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
INV_TOP_STOCK_VALUES_46C - Materials with Highest Inventory Value INV_TOP_STOCK_VALUES_46C - Materials with Highest Inventory Value INV_TOP_STOCK_VALUES - Materials with Highest Inventory Value INV_TOP_STOCK_VALUES - Materials with Highest Inventory Value INV_TOP_STOCKVAL_WAO - MiniApp: Materials with Highest Inventory INV_TOP_STOCKVAL_WAO - MiniApp: Materials with Highest Inventory