cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress target based on source field unavailability - SAP CPI

nidhi_srivastava22
Active Contributor
0 Kudos

Hi Experts,

I am facing one issue where the target is not getting generated/failed(occurrence 0..1) due to unavailability of the source.If the IDDAT is not coming/the value 002 is not matching, still the target is getting generate but will blank value.This need to be suppressed instead of blank value.

But, the DATUM if it is not coming the field is getting suppressed - which is expected.

Please suggest some logic where both source can be handled, as making changes to one is impacting other.

Thanks.

Best Regards,

Nidhi Srivastava

Accepted Solutions (0)

Answers (2)

Answers (2)

VijayKonam
Active Contributor
0 Kudos

I mean you use it as a constant input instead of a value in your comparison.

VijayKonam
Active Contributor
0 Kudos

Use createIf function with "false" input. You would get a suppress.

nidhi_srivastava22
Active Contributor
0 Kudos

Thats a node having values, so we can't use createIf.