SAP Reports / Programs

CKML_RUN_DISPLAY_MATERIALS SAP ABAP Report - Display Material List







CKML_RUN_DISPLAY_MATERIALS 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 CKML_RUN_DISPLAY_MATERIALS 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

CKMLMAT - Display Material List


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 CKML_RUN_DISPLAY_MATERIALS. "Basic submit
SUBMIT CKML_RUN_DISPLAY_MATERIALS AND RETURN. "Return to original report after report execution complete
SUBMIT CKML_RUN_DISPLAY_MATERIALS 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: R_VBELN = D Sales Document
Selection Text: R_SPART = D Division
Selection Text: R_PSPNR = D WBS Element
Selection Text: R_POSNR = D Item (SD)
Selection Text: R_MTART = D Material Type
Selection Text: R_MATNR = D Material
Selection Text: R_MATKL = D Material Group
Selection Text: R_KALST = D Costing Level
Selection Text: R_HRKFT = D Origin Group
Selection Text: R_CYCLE = D Cycle No. in Run
Selection Text: R_BWTAR = D Valuation Type
Selection Text: R_BKLAS = D Valuation Class
Selection Text: P_WERKS = D Plant
Selection Text: P_POPER = D Posting Period
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_BUKRS = D Company Code
Selection Text: P_ABSCHL = Closing Entry
Title: Display Material List
Text Symbol: 022 = Revaluation of Consumption
Text Symbol: 021 = WIP Revaluation
Text Symbol: 020 = Period/Year
Text Symbol: 019 = Plant
Text Symbol: 018 = Company Code
Text Symbol: 017 = Time
Text Symbol: 016 = Current Date
Text Symbol: 015 = User
Text Symbol: 014 = Display Material List
Text Symbol: 013 = Materials with Receipts from Multilevel Processes
Text Symbol: 012 = Materials Without Goods Movements
Text Symbol: 011 = Materials with Goods Movements
Text Symbol: 010 = Materials Processed Successfully
Text Symbol: 009 = Materials Still Open
Text Symbol: 008 = Materials with Errors
Text Symbol: 007 = All Materials
Text Symbol: 006 = Filter
Text Symbol: 005 = Closing Entry
Text Symbol: 004 = Multilevel Price Determination
Text Symbol: 003 = Single-Level Price Determination





Text Symbol: 002 = Overview
Text Symbol: 001 = View


INCLUDES used within this REPORT CKML_RUN_DISPLAY_MATERIALS

INCLUDE MATERIALS_TOP.
INCLUDE MATERIALS_SELECTION_SCREEN.


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:

CKM8_F4_BWTAR call function 'CKM8_F4_BWTAR' exporting I_FNAM_MATNR = 'R_MATNR-LOW' I_FNAM_BWKEY = i_bwkey I_FNAM_VBELN = 'R_VBELN-LOW' I_FNAM_POSNR = 'R_POSNR-LOW' I_FNAM_PSPNR = 'R_PSPNR-LOW' i_retfield = 'BWTAR' i_dynpprog = h_repid i_dynpnr = '1000' i_dynprofield = 'R_BWTAR-LOW'.

CKML_RUN_ALV_GRID_DISP_ML_DATA call function 'CKML_RUN_ALV_GRID_DISP_ML_DATA' exporting * i_parent = g_custom_container * i_ucomm = 'NO_PAGE' it_ckmlmv011 = gt_ckmlmv011 it_valareas = gt_valareas it_listheader = gt_listheader i_filterarea = g_view i_select = g_matselid i_grid_title = ' ' is_run_period = gs_runperiod i_batch = 'X'.



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