‎2010 Feb 01 7:31 AM
HI all,
i want to get the data for a partcular material ,the total stock and its value as it is getting displayed in MC.9
can anyone tell me any function module or any way to transport the data what MC.9 is giving into my program
thanls in advance
‎2010 Feb 01 8:43 AM
Hi,
CKMS_PERIOD_READ_WITH_ITAB
use this with the proper input.
thanks
gaurav
‎2010 Feb 01 8:57 AM
can you tell me how to inut the data correctly to get the total value and stok of the mtaerial
i just have to enter date from date to, material and plant.
‎2010 Feb 01 12:16 PM
hi,
I_REFRESH_BUFFER
I_READ_ONLY_BUFFER
I_USE_BUFFER X
I_BUILD_SMBEW
I_BDATJ_1 2009 "FISCAL YEAR
I_POPER_1 006 " FISCAL MONTH
I_BDATJ_2
I_POPER_2 000
I_BDATJ_3
I_POPER_3 000
I_BETWEEN_1_AND_2
I_UNTPER 000
I_CALL_BY_REPORTING
I_NO_CHK_PERIODS_COMPLETE
IN tables
t_kalnr ---> pass field kalnr from table ckmlhd for the input material and plant.
thanks
‎2010 Feb 02 5:42 AM
bro its not giving any output.
is there any other way to find
i debugged MC.9 but it is not a list they are just prinitng the vairbales and makin g the design
if they wud have made alist i wud have transported it into my program.
‎2010 Feb 02 5:48 AM
Hi,
In mc.9 you will get the non moving materials.Best way to get those material is go to MB5B,copy to ZMB5B.
There do some alteration you will get those material.
Regards,
Bathri
‎2010 Feb 02 6:14 AM
Got an easier way to solve my problem bro.
ust read teh program and i think i can make out how it is taking value of the material.
thanks a lot for your help