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_COSTACTPLN_POSTPRIMCOST return table is empty

harshali_patil
Explorer
0 Likes
728

Hello,

I am using BAPI_COSTACTPLN_POSTPRIMCOST , in case of errors i am getting errors in return table

but in some cases i am getting empty return table. what will be reason ?

please help.

Regards,

Harshali P.

1 REPLY 1
Read only

GK817
Active Contributor
587

Hi Harshali,

if you are getting empty return table, most likely there is no error. Not every BAPI provides success message.

If BAPI is not doing what it is supposed to do after BAPI_TRANSACTION_COMMIT and return table is empty, then check passed data.

Gaurav