Hi there,
I am getting a file with company code in it. That file gives the company code as for ex, 1 which is 0001. I have to use this value as company code while creating an IDOC. The IDoc is giving an error if I pass the value directly as 1. Instead I have to unpack it to have proper results.
Now the issue is, while unpacking the company code value if there are any char values in it so my unpack statement gives dump.
Is there any I can find out the weather the coming value has some chars in it. So that I can put a condition before unpacking it.
Help will be appreciated.
Thanks,
Ganesh V Khumse