R193 – The ESQL format is not formatted correctly (WMB)

The ESQL format is not formatted correctly (WMB)

a TAB to indent the depth for each condition or statement

For example CREATE FUNCTION CONSTANT_FUNCTION() RETURNS CHARACTER
BEGIN
<TAB>IF (EXISTS(OutputRoot.HTTPRequestHeader.”Base Unit of measure”.value[]) THEN
<TAB><TAB>SET REF_SellingContent.(XMLNSC.Attribute)channel=’Tradepoint’;
<TAB>END IF;

<TAB>RETURN ‘TradeReply’;
END;