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

Getting Error when inserting Tax Type using BAPI_RE_CN_CHANGE

Former Member
0 Likes
1,344

Hi All,

I am trying to insert Withholding Tax Item details using      bapi_re_cn_change

However, I am facing issue when I try to insert same tax type for different validity periods.

Like:

I am getting error i.e.

please help me on the same.

6 REPLIES 6
Read only

Former Member
0 Likes
1,263

Is there a long text for this message?

Rob

Read only

0 Likes
1,263

this is the message came from BAPI, there is no long text

Read only

0 Likes
1,263

You can use the message ID and number to look at messages and see if there is a long text. Of course, the BAPI would not return that.

Rob

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,263

Are you able to input twice the same code with standard transactions ?

There is no long text (self explanatory box checked) and I don't identify any Customizing to convert Error message into Warning. Try execute a where-used search on the error message in SE91 transaction.


Regards,

Raymond

Read only

0 Likes
1,263

yes.. when i did the same with standard transaction RECN. it was successful i.e. add same tax code with different validity periods

Read only

0 Likes
1,263

Seems you use CHANGE_INDICATOR = 'I' so inserting two new codes, but is there already a term in database so trigger an overlap error?

Regards,

Raymond