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

cost

Former Member
0 Likes
712

Hi

Iam using this FM PM_WORKORDER_COSTS_LIST to get work order cost

here there is no importing parameter to get that value

i have table that iam passing.

How to get this value .

Any inputs will be appreciated.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
670

Hi,

Just declare an internal table of the type which is there in the tables parameter of the FM.

Then call the FM and in tables parameter pass the internal table.

All the values from the tables parameter will come to the internal table.

Hope it was useful.

Thanks,

Sandeep.

Read only

Former Member
0 Likes
670

Hi KRK,

YOu can get the costs in the tables parameter only.

when you pass an empty table, you will get a filled table after executing the FM.

regards,

Ravi

Read only

Former Member
0 Likes
670

Hi Guys

Iam passing WAERS in exporting and X at all currencies

in table iam passing aufnr..

iam getting message when iam testing

'No conversion currency from to EUR exists on 17.07.2007"

Thanks

Read only

Former Member
0 Likes
670

Hi,

Instead of passing WAERS pass a currency value(CA,US dollars) etc.

Try it.Hopefully it will work.

Thanks,

Sandeep.