‎2006 Oct 19 5:54 AM
hI
I AM USING THE FOLLOWING STATEMENT BUT THE VALUES ARE NOT COMING IN THE TABLE ACTOR_TAB1
SUBMIT ZDISPLAY3 WITH P_MFRNR = P_MFRNR
WITH P_GFELD = P_GFELD AND RETURN
.
IMPORT ACTOR_TAB1 = ACTOR_TAB1 FROM MEMORY ID 'KAKAL_INS'.
IN REPORT ZDISPLAY3 I AM USING THE FOLLOWING STATEMENT
EXPORT ACTOR_TAB = ACTOR_TAB TO MEMORY ID 'KAKAL_INS'.
IN INTERNAL TABLE ACTOR_TAB1 VALUE IS NOT COMING CAN ANY BODY TELLY WHY VALUE IS NOT GETTING POPULATED
‎2006 Oct 19 6:09 AM
Hi,
IMPORT ACTOR_TAB FROM MEMORY ID 'KAKAL_INS'.
EXPORT ACTOR_TAB TO MEMORY ID 'KAKAL_INS'.
‎2006 Oct 19 6:24 AM
Hi Srinivas
Apart from the advice given by Jayanti, please make sure that the <b>structures of internal tables are same</b> in both programs.
Kind Regards
Eswar
‎2006 Oct 19 6:59 AM
Hi !
Try to give the exported tabel and the imported tabele the same structure AND the same NAME !!
Just for fun... I'vd had some bad effects like you have...
Regards
Rainer
Some points would be nice if that helped.
‎2006 Oct 19 7:28 AM
Hi kota,
1. When u use memory id, make sure of the
following points.
a) The memory id is SAME as the variable name
b) Memory id should be in CAPITAL
c) When u want to import,
the variable name should be same as original one,
and should be declared in the same fashion only.
regards,
amit m.