Hi gurus,
I'm facing a strange problem that I don`t know how to solve.
I've written a custom program and I have a field symbol. I'm checking the assignation before of using it, to avoid dumps. I'm using the typical sentence IF <FS> IS ASSIGNED and this line of code is causing a dump because the field symbol is not assigned.
How is this possible? This sentence should not dump, I've used it a lot of times in other programs in the same SAP system.
Any ideas?