Skip to Content
0
Former Member
May 08, 2008 at 10:51 AM

help

19 Views

DATA: wa_zstatusa4 LIKE zstatusa4.

DATA: f1.

v_flag = '4'.

MOVE v_flag TO zstatusa4-statusa4.

MOVE v_flag TO wa_zstatusa4-statusa4.

EXPORT f1 = f1 TO SHARED BUFFER zstatusa4(st) ID indxkey FROM

wa_zstatusa4.

can any one tell me the mening of the export and one more thing is f1 dont have any value in my code