Hi Vadim , Thanks for the response.
We have data in the cube for previous year months, we have some growth percentages for current year months in cube. Now I want to first get the data from the cube in a using UJ_CUSTOM_LOGIC . Thereafter I need to write the data to the cube for months of current year .
There is no sending data through input schedule , so there is no ct_data in the picture .
I want to code the entire thing ( Reading transaction data from cube , doing calculation on those values and then writing the values for current year months in UJ_CUSTOM_LOGIC~EXECUTE). Thereafter I will have to just link code by calling BADI through filter name in a logic script file. Thereafter this logic script file will be linked to a package in DM . In this way we run package ,get value for months of current year .
I am working on BPC 10.0 .