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

BCD_BADDATA runtime error in J2I5 Tcode

former_member486356
Participant
0 Likes
490

Hi Friends,

I am facing Abap runtime error BCD_BADDATA in J2I5 tcode for some particular start and end date for register part 2. When I checked the error I found that for the particular month when the value is passing from method CL_ABAP_CONTAINER_UTILITIES->READ_CONTAINER_C its put < in front and back of  the number so while adding those value later it will show dump. But when we take other dates this method doesn't put < sign into the number and no dump occurred.

Could you please help how we can resolve this issue ? Is any OSS notes applicable?

2 REPLIES 2
Read only

SimoneMilesi
Active Contributor
0 Likes
420

Hi Alkma,

i faced a similar problem for another  BDC session and it occurred in my case (i have to search back my old threads indeed) when there was a control between ending/starting date and the values were not coerents.

I explain with an example:

i call a transaction with requires a value range in input (the common Select-options) but due wrong data i process, i put these values

      FROM 'ZZZZZZZZ' to 'AAAAAAA'

Did you check if it's happening something similar? maybe due a field automatically filled and kept in memory id from previous transaction.

Read only

0 Likes
420

Hi Simone,

Its not like that for particular period its taking the value like this for the period after oct 2015 period its running fine without any dump. We haven't changed anything as this a standard transaction i am not able to debug class method CL_ABAP_CONTAINER_UTILITIES->READ_CONTAINER_C to check why for particular period its giving that type of value.