Quantcast
Viewing all articles
Browse latest Browse all 2801

Re: # value and IF ELSE in Bex

yes, that record gets excluded.

 

ok , if you have a scenario like this

 

Date1           Date2

01/01/2016 - #

 

then write a routine in transformation to convert # to some constant date like 31/12/9999 or some other as per your requirement.

 

example:

 

if <source_fields>-date2 = '#'.

result = '31.12.9999'.


Viewing all articles
Browse latest Browse all 2801

Trending Articles