cancel
Showing results for 
Search instead for 
Did you mean: 

Automate CJ40 (Workflow or any other alternative)

rahul06578
Explorer
0 Kudos
487

Hi experts,

I have a requirement on CJ40 (Cost Planning), wherein i am bit confused on achieving the requirement.

User wants to send approval/reject mail along with cj40 screen data to concerned person (approver), after his approval cj40 data will get saved. I looked for workflow and badi/exit but didn't find concrete solution.

Any help would be appreciated on how to achieve this. If i am missing something please let me know.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Gowtham
Contributor
0 Kudos

Hi Rahul ,

You can build Custom application in Module pool / Webdynpro / Fiori depends on your business call , from there depends on approval process push the data to the BAPI.

Thanks

Gowtham
Contributor
0 Kudos

Hi,

Once you save Cost plan CJ40 it will get updated in respective tables, if your requirement is to update these tables after certain approval process you can build one custom application for this process once its approved please use the following BAPIs for pushing the data into CJ40.

For Primary Cost Posting : BAPI_PDTRANSCO_POSTPRIMCOST

For Activity Input Posting : BAPI_PDTRANSCO_POSTACTINPUT

For Reading the same: BAPI_COSTACTPLN_READPRIMCOST & BAPI_COSTACTPLN_READACTINPUT

Thanks.

rahul06578
Explorer
0 Kudos

hi Gowtham,

By custom application do you mean workflow?

Thanks.