Dears,
We have an issue with the new version of SAP BPC 7.5.3 .
Background : We have an input schedule that send data via evsen formula using default logic to BADI to do some calculation.
We are using default logic that call the BADI as follow :
*START_BADI Name_of_Badi
QUERY=ON
WRITE=ON
*END_BADI
Logic in the BADI
loopat ct_data assigning<fs_data>.
“ logic to read specific field in the ct_data.
endloop.
With version BPC 7.508 :
when we send data from the input schedule using the default logic ( sample call of the BADI) the only changed data in the input schedule is captured in the ct_data of the BADI .
With version BPC7.53 :
when send data from the input schedule using the default logic ( sample call of the BADI) all sent data with some duplications is captured in the ct_data of the BADI.
Thanks
Mohamed Faouzi