2006 Oct 24 1:03 PM
Hi all,
i am writting a report on consignment stock.i am taking material from MKOL table where as i am taking consignment price from MKOP(konpr) table if TCURM-konsi = ''.
that means if tcurm-konsi is initial then it will extract the pricing data from MKOP.
i checked the TCURM table in which konsi field is 'X'.that means tcurm-konsi is not initial.so it will not go for MKOP data.
IN the mean while , i checked MKOP table but there is no records present at all.it is fully empty.
Now, if not TCURM-konsi is initial.
then from which tables, i will get the related pricing data for consignment.
so, from which table i have to take the consignment price & per unit price as well.
any idea will be highly appreaciated.
it is very urgent.plz advice me on this.
Thanks & regards
pabitra
2006 Oct 24 1:10 PM
Check the other thread and close one of the threads.
YOu have to use the FM ME_READ_INFORECORD to get the price in the parameter: expreissim
Check the code of program RM07MKBS:
especially line number: 656-666
Regards,
ravi
2006 Oct 24 1:10 PM
Check the other thread and close one of the threads.
YOu have to use the FM ME_READ_INFORECORD to get the price in the parameter: expreissim
Check the code of program RM07MKBS:
especially line number: 656-666
Regards,
ravi
2006 Oct 24 3:12 PM
Hi ravi kanth,
Thank u very much.i have already used that FM ME_READ_INFORECORD to get the price.but the price is comming wrongly.The price for all the materials are same.i am getting same price for every material but in MB54, the price is different.
can u plz provide some code for the condition
if tcurm-konsi = 'x'.
i am really confused. i have already followed the steps ,what the program RM07MKBS is doing. but getting the same price for every material.plz suggest.
it is very very urgent.
Regards
pabitra