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

Function or bapi to read actual costs

SimoneMilesi
Active Contributor
0 Likes
1,748

Hi Gurus,

i created a report that read via BAPI BAPI_COSTACTPLN_READPRIMCOST Planned cost in input version and copy to destination version.

Now i've to enanch this report to read ACTUAL costs and still copy to planned version.

There is any bapi or function to do this? I would like to keep the structure of my report like the actual one, changed the less possible and avoiding reading COSS/COSP table directly.

BR

Hi Gurus,

i created a report that read via BAPI BAPI_COSTACTPLN_READPRIMCOST Planned cost in input version and copy to destination version.

Now i've to enanch this report to read ACTUAL costs and still copy to planned version.

There is any bapi or function to do this? I would like to keep the structure of my report like the actual one, changed the less possible and avoiding reading COSS/COSP table directly.

BR

2 REPLIES 2
Read only

Former Member
0 Likes
1,187

Hi,

Try with BAPI_COSTACTPLN_POSTPRIMCOST.

Thanks,

Anubhav

Read only

0 Likes
1,187

i used it... for WRITING Planned cost.