Application Development 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: 

consignment price (very very urgent)

former_member190312
Active Participant
0 Kudos
188

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

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos
93

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

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos
94

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

0 Kudos
93

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