Skip to Content
0
Nov 07, 2005 at 05:21 PM

Sintax EXPORT TO MEMORY in AbapObjects ?

50 Views

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