Hello FI Experts,
I am an ABAPer.
My requirement is to write a Subst routine(OBBH) using call point 3 which
checks for a given range of co codes (BUKRS) and reason codes(BSEG-RSTGR) NOT equal to ' ' (space) at <b>document item level.</b>
But i am unable to create a formula in pre requisite which checks for a range of co codes(BUKRS) and also Reason codes(BSEG-BUKRS as it is throwing an error.
My pre requisite formula should be like :
BKPF-BUKRS >=1000 AND BKPF-BUKRS <= 2000 AND BSEG-RSTGR <> ' '.
when i use the formula builder its not allowing me to write a space for
BSEG-RSTGR <> ' '. It only enables the commentary button
How can i acheive this? Please help.
Thanks
Dany