I have a procedure object dependancy to change LOBM_QNDAT and LOBM_HSDAT during batch determination. I am calling function LOBM_OD_CHARA_INPUT_OUTPUT and passing to the input a custom characteristic with a value of >=1. LOBM_QNDAT returns ' >= date ' and LOBM_HSDAT returns 'date'.
How do get the operand >= before the LOBM_HSDAT?
Currently (if it matters)
LOBM_QNDAT does not have an object dependancy.
LOBM_HSDAT has an object dependancy of SL_UTC_COMPUTE containing
FUNCTION SL_UTC_COMPUTE
(LOBM_APO_SL_UTC = $SELF.LOBM_APO_SL_UTC,
LOBM_HSDAT = $SELF.LOBM_HSDAT)
if LOBM_HSDAT specified