cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Duplicate Records in DM Log

Former Member
0 Likes
195

Dear Experts,

We have implemented BADI for some calculation.

If we are changing the input values and executing the BADI again , we are getting warning showing some records are rejected and it is due to duplicate records.

We checked further, and found that it are those records which actually are written using the badi which was executed earlier.

We have properly scoped the dimension in the script logic.

We are using BPC 10.1 NW standard version.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

In your BADI you can sum up the duplicate records before the write back.

or you can write back twice, so the duplicate won't appear in the same write back.

Andy

Former Member
0 Likes

Thank you Experts...issue got resolved through ABAP coding...It was not allowing to overwrite the data as the BI terminologies were not cleared to the ABAPer...Later when explained , he cleared the tables and overwritten the records..

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Sorry,

But if you are talking about custom logic badi - then it's useless to ask generic questions. Please ask a qualified ABAP developer to debug badi execution and find the issue.

Vadim