Hi
I need to save a value in memory in a BADI (Abap Objects), for example to save a flag variable; but it sends a sintax error.
For example:
Data: flag(1) type c.
flag = '1' or '0'.
EXPORT flag TO MEMORY ID 'ZTEST'.
Wich is the sintax to set a value in memory in Abap Objects ??
Regards
Frank