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_COSTCENTERGROUP_CREATE

Former Member
0 Likes
613

Hi,

Can any one tell me if I can create cost centers using this BAPI. I am creating a hierarchy of nodes using this BAPI but i wanted to create the cost centers too using the same. In the hierarchy values table if i am givign the cost centers and in the hierarchy nodes tab i give the value of the value count as 1 for that particular node where cost center has to be created then it always throws me an error that 'the function is not allowed in the standard hierarchy'.

please advice.

thanks.

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
435

I don think you can use it to create New Cost Centers.. When you do, the function interprets it as though you are trying to change the hierarchy & throws up the error..

Just in case.. you can use BAPI_COSTCENTER_CREATEMULTIPLE to create one or more Cost Centers..

~Suresh