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

BAPI for Transaction CJ40

Former Member
0 Likes
4,193

Hi,

Is there any BAPI/Function Module for the transaction code CJ40.

If any one know about that please let me know. Other wise please suggest me how and where to search for the same.

Thanks

Hema

1 ACCEPTED SOLUTION
Read only

reedtzj
Active Participant
2,558

Hi all,

Long time ago but this questions deserves a correct answer:

  • For Primary Costs in transaction CJ40 FM BAPI_PDTRANSCO_POSTPRIMCOST can be used. Look att the documentation (although not that easy to understand maybe). I have successfully used this FM in the past.
  • For Activity Input in transaction CJ40 FM  BAPI_PDTRANSCO_POSTACTINPUT can be used. Look att the documentation (although not that easy to understand maybe). I have successfully used this FM in the past.

This is for cost planning on a WBS, internal orders, business process and so on. Again - read the FM documentation.

No code to share. Customer specific.

There is also a SAP Note https://service.sap.com/sap/support/notes/625613 but I should advise to use the "real" BAPIs above.

Happy coding!

//Johan

Hi,

Is there any BAPI/Function Module for the transaction code CJ40.

If any one know about that please let me know. Other wise please suggest me how and where to search for the same.

Thanks

Hema

4 REPLIES 4
Read only

Former Member
0 Likes
2,558

Hi Hema,

Please check this user exit

<b>SAPLBPFC - Active availability control</b>.

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
2,558

Hi Hema,

As per OOS Note 625613,

try Function Module "KBPP_EXTERN_UPDATE_CO".

Sterling

Read only

former_member181966
Active Contributor
0 Likes
2,558

Also try

K_PROJECT_VARIANT_CHANGE

Thanks

Saquib khan

Read only

reedtzj
Active Participant
2,559

Hi all,

Long time ago but this questions deserves a correct answer:

  • For Primary Costs in transaction CJ40 FM BAPI_PDTRANSCO_POSTPRIMCOST can be used. Look att the documentation (although not that easy to understand maybe). I have successfully used this FM in the past.
  • For Activity Input in transaction CJ40 FM  BAPI_PDTRANSCO_POSTACTINPUT can be used. Look att the documentation (although not that easy to understand maybe). I have successfully used this FM in the past.

This is for cost planning on a WBS, internal orders, business process and so on. Again - read the FM documentation.

No code to share. Customer specific.

There is also a SAP Note https://service.sap.com/sap/support/notes/625613 but I should advise to use the "real" BAPIs above.

Happy coding!

//Johan