‎2007 Oct 11 6:55 AM
Hi friends plz help me, its very urgent.
if w_result is true export w_value to memory id.
else.
set memory id to 'blank'.
can any one send me the logic for this plz.
Thanks and regards
Venkat
‎2007 Oct 11 7:00 AM
Hi Reddy,
I am not able to get your query,
1. EXPORT text1 text2 = 'Literal' TO MEMORY ID 'text'.
2 . FREE MEMORY ID 'text'.
If the hint is useful Say thanks by reward .
Regards,
Prabhu Rajesh
‎2007 Oct 11 7:00 AM
Hi Reddy,
I am not able to get your query,
1. EXPORT text1 text2 = 'Literal' TO MEMORY ID 'text'.
2 . FREE MEMORY ID 'text'.
If the hint is useful Say thanks by reward .
Regards,
Prabhu Rajesh
‎2007 Oct 11 7:03 AM
if w_result eq 'T'.
export w_value to MEMORY ID 'value'.
else.
w_value = ' '.
export w_valuet to MEMORY ID 'value'.
endif.
plz reward if ds helps
‎2007 Oct 11 7:03 AM
if w_true = 'X'. " accordingly if not w_true is initial
" depends on the data type of the varialbe w_true
export w_value to memory id. " export here
else.
" nothing to write here
endif.Regards
Gopi