Dear all,
I have a requirement where I need to get Acct assignment field from ZCUST_SAL while loading data to DSO in start routine.
when I try to write select statement by making key comparision ,I have a field from DSO [ZSOLD] which needs to be compared with ZCUST_SAL.
But here I am facing a issue ,ZSOLD is of length 11,where as my ZCUST_SAL is of length 10.in select statement it is giving error saying length mismatch.
from ZSOLD I need only end 10 letters to be compared with ZCUST_SAL.
how to full fill this requirement in start routine.please advice
Thank you