Skip to Content
0
Former Member
Apr 24, 2009 at 11:40 AM

sap.dictionary.boolean to xsd:Boolean ??

187 Views

Hi,

I have created a attribute in WebDynpro of type boolean.

Also,have created a xclusive gateway in BPM project (it has 2 options : Reject n Accept) .

to make Reject option enable, I am following below given steps :

Exclusive Gateway Properties - >condition Evaluation ->Rules & Functions->sap.com/bpem/glx/built-in/boolean->not(attribute of type boolean created in WebDynpro previously)

I get Parsing error as Expected "xsd:Boolean " Found "sap.dictionary.boolean"...

Is their any steps for conversion which I am missing out ?