cancel
Showing results for 
Search instead for 
Did you mean: 

custom logic badi executed in default.lgf

0 Kudos

Hi Gurus of BPC 10 NW!

I need help. I wrote custom BADI which append some rows to ct_data and updated cube. All works well. All of sudden today my input form dosn't work (my cube not updated not add new rows). I started debugging my BADI, it works well it append some calculated data to ct_data but my cube did not updated.

My script in default.lgf:

*START_BADI CALC_MONTER

QUERY = ON

WRITE = ON

*END_BADI

with best regards Amirkhan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Amirkhan,

Unfortunately you provided very little info about the issue. You have to attach screenshots of send data by input form, also tests if you comment the badi call in default.lgf, full script code of default.lgf, etc...

Vadim

0 Kudos

Thanks Vadim for quick reply.

When I was preparing screenshots of my BADI code and ct_data values I find that one of MEASURE haven't values in new added rows so no new data added to cube. It is my mistake