Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding MC.9

Former Member
0 Likes
1,041

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

6 REPLIES 6
Read only

former_member329859
Participant
0 Likes
900

Hi,

CKMS_PERIOD_READ_WITH_ITAB

use this with the proper input.

thanks

gaurav

Read only

0 Likes
900

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.

Read only

0 Likes
900

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

Read only

0 Likes
900

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.

Read only

Former Member
0 Likes
900

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

Read only

0 Likes
900

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