The new requirement which MIGHT be easily solved by the trick mentioned in the topic needs to be verified.
Besides the dirty kind of realization the consultant said, that he allows us to use dirty assigns.
So I started, inside a BADI method, and got two dirty assigns to work properly.
One is assigning an object which has no references to GUI objects and the other assigns only a data table. Both reside in the same, other program.
Now I want to get a fieldsymbol to be assigned from one of the same program's ALV grids.
SY-SUBRC
returns 0
, but the fieldsymbol later on points to INITIAL
. I can imagine, that this is, in terms of security, not allowed.
Anyway I just ask in here to get the confirmation or correction for my assumption.