‎2016 Feb 10 9:16 AM
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?
‎2016 Feb 10 9:40 AM
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.
‎2016 Feb 11 5:18 AM
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.