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 KP46

Former Member
0 Likes
1,624

Hi,

Any BAPI available for KP46 transaction ?

Suresh

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
1,166

Check this sample report - RK_BAPI_POSTPRIMCOST

Read only

0 Likes
1,166

Sorry for the topi re-open.

This report uses BAPI_POSTPRIMCOST. I'm able to update cost center updates on kp07, but not on index at kp46.

Could you explain how to?

Regards

Read only

0 Likes
1,166

Hi,

KP46 is for statistical key figures, so you might want to try BAPI_COSTACTPLN_POSTKEYFIGURE.

Regards, Gabriel

Read only

0 Likes
1,166

Hi Suresh,

you use the standard program RKCCAPLN.

Regards,

Karthik

Read only

0 Likes
1,166

Check BAPI of function group 6026 (Creation note was Note 377142 - Batch input for manual planning transactions)

  • BAPI_COSTACTPLN_CHECKACTINPUT   Activity Input Planning: Check
  • BAPI_COSTACTPLN_CHECKACTOUTPUT    Activity/Price Planning: Check
  • BAPI_COSTACTPLN_CHECKKEYFIGURE    Stat. Key Figure Planning: Check
  • BAPI_COSTACTPLN_CHECKPRIMCOST    Primary Cost Planning: Check
  • BAPI_COSTACTPLN_POSTACTINPUT    Activity Input Planning: Posting
  • BAPI_COSTACTPLN_POSTACTOUTPUT    Activity/Price Planning: Posting
  • BAPI_COSTACTPLN_POSTKEYFIGURE    Stat. Key Figure Planning: Postings
  • BAPI_COSTACTPLN_POSTPRIMCOST    Primary Cost Planning: Postings
  • BAPI_COSTACTPLN_READACTINPUT    Activity Input Planning: Read
  • BAPI_COSTACTPLN_READACTOUTPUT    Activity/Price Planning: Read
  • BAPI_COSTACTPLN_READKEYFIGURE    Statistical Key Figure Planning: Read
  • BAPI_COSTACTPLN_READPRIMCOST    Primary Cost Planning: Read

Regards,

Raymond