Dear Team,
the requirement is if company code is 'ABCD' and g/l account falls in between 100000 to 199999 then the profit center should be 1111.
Pl let me know how to write this code in GGB1 tcode under
FI accounting -> line item-> step creation
i just written in the below manner but it is not accepting and also am getting syntax error
( BKPF-BUKRS = 'ABCD' AND ( ( BSEG-HKONT >= '100000' ) AND (
BSEG-HKONT <= '199999' ) ) )
Pl correct the code i f i am wrong.
thanks,
hk