Hi Sathish,
We done the same report for ACTUAL VS TARGET,
Please use the below table to get Actual cost and Planned cost
SELECT *
FROM cosl INTO TABLE t_cosl
FOR ALL ENTRIES IN t_aufk
WHERE objnr = t_aufk-objnr
AND wrttp IN ('04','01','31')." 04 - Actual 05 - Planned
You please check the domain values WRTTP, you will get better idea on this.
Regards,
Rajesh.