Hi,
I have implemented a BADI using UJ Logic and a custom class along with it. The first Line of the Method IF_UJ_CUSTOM_LOGIC~EXECUTE already has some 10000 odd number of records in CT_DATA internal table. I wanted to know based on what condition and criteria this data is getting filled.
I test it through UJKT and BPC foreground too..Is there a program or a method we can use to test the data being fetched into CT_DATA?
Its kind of important for my requirement because the query is behaving very odd, we were using only Time & Version as dimensions before and it was working fine but now for the same input I get all month's and version in the CT_DATA. This is happening after a patch upgrade, now in the selection if I give Time, Version, Entity and Currency it works fine..What exactly could be issue or how do I know how the data is populated into CT_DATA before it comes to the custom BADI.
Thanks & Regards
ARR