cancel
Showing results for 
Search instead for 
Did you mean: 

LOBM_HSDAT comparison operand

0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

LOBM_HSDAT needed to be added to the batch characteristics BC_STD (023).