‎2007 Jul 17 3:16 PM
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
‎2007 Jul 17 3:19 PM
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.
‎2007 Jul 17 3:19 PM
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
‎2007 Jul 17 3:26 PM
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
‎2007 Jul 17 3:40 PM
Hi,
Instead of passing WAERS pass a currency value(CA,US dollars) etc.
Try it.Hopefully it will work.
Thanks,
Sandeep.