CKMLMV_PLAN_QS_IMPORT 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 CKMLMV_PLAN_QS_IMPORT 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_TEST = Test run
Selection Text: P_STORE = Save log
Selection Text: P_RUNTYP = Costing run profile
Selection Text: P_RUNDAY = Last Day of Period
Selection Text: P_POPER = Posting period
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_BTCHRQ = Background processing
Selection Text: P_AUTER = Quantity structure date
Selection Text: P_AUFKZ = Quantity structure control
Selection Text: P_APPL = D Application
Title: Import of the Planned Quantity Structure
Text Symbol: 002 = Cancellation
Text Symbol: 001 = Processing options
INCLUDE PLAN_QS_TOP . "
INCLUDE RCKMLMV_PLAN_QS_SCREEN.
INCLUDE CKML_RUN_SELSCREEN_PERIOD_EXT.
INCLUDE CKML_RUN_SELSCREEN_F4_EVENTS.
INCLUDE CKMLMV_PLAN_QS_IMPORTF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CKMLMV_PLAN_QS_IMPORT - Import of the Planned Quantity Structure CKMLMV_PLAN_QS_IMPORT - Import of the Planned Quantity Structure CKMLMV_ORDER_LIST - List of Orders Assigned to Prod. Process or Procurement Alternative CKMLMV_ORDER_LIST - List of Orders Assigned to Prod. Process or Procurement Alternative CKMLMV_MAINTAIN_RULES_MATTOP - CKMLMVMAINTAINRULESMATTOP CKMLMV_MAINTAIN_RULESTOP - CKMLMVMAINTAINRULESTOP