cancel
Showing results for 
Search instead for 
Did you mean: 

UJ_CUSTOM_LOGIC error handling

Former Member
0 Kudos

Hi,

We have to suppress few records and put it in the data manager package logs.

How do we revert with warning in our logs with the list of records rejected.

Thanks for your help,

Devang

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Devang,

What do you mean by "suppress" in context of custom logic badi? May be you are talking about write back badi - in this case it's possible to reject some data send by user using input schedule or script logic...

Vadim

Former Member
0 Kudos

Hi Vadim,

We have a UJ_CUSTOM_LOGIC BADI which is used to copy data from BPC to BW.

Certain accounts or customers records needs to be suppressed as part of validation and should not be copied to BW cube. We need to reflect the suppressed records in data manager package logs for users to reconcile.

The question is how can i return the package status with warning with the list of suppressed records. So user will know about it and can get corrected.

Thanks,

Devang

former_member186338
Active Contributor
0 Kudos

Hi Devang,

Please read here:

My colleague Konstantin have done some research...

Vadim