Application Development 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: 

KA01 upload thru BAPI_COSTELEM_CREATEMULTIPLE

Former Member
0 Kudos

Hi All,

I am using BAPI_COSTELEM_CREATEMULTIPLE to upload KA01 (for the cost element that i have already created in FS00)

The values i am entering are:

CO Area

Cost Element

Valid From

Valid to

Name

Description

Celem Category

I dont understand where the problem lies...but the return table is blank and the data is not uploaded. I saw in debugging but couldnt understand what to do..

Thanks in advance,

Regards,

Shraddha

2 REPLIES 2

Former Member
0 Kudos

The return table might not contain the succes message. Also after calling a BAPI we should call BAPI_TRANSACTION_COMMIT.

Former Member
0 Kudos

Answered