‎2007 Apr 02 8:44 PM
Hello,
I need to get the fields from MV45AFZB to MV45AFZZ. means one of the field is haveing values in mv45afzb which is not there in mv45afzz ...so I need to get the field from mv45afzb to mv45afzz. can I get it by using ASSIGN command with internal table...
Madhu..
‎2007 Apr 02 8:50 PM
Hi,
Please try to use EXPORT TO MEMORY and IMPORT FROM MEMORY statement.
Please check this links for sample codes.
http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3bd1358411d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3bde358411d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3beb358411d1829f0000e829fbfe/content.htm
Regards,
Ferry Lianto
‎2007 Apr 02 8:54 PM
Hi Madhu,
Use statements <b>EXPORT TO MEMORY and IMPORT FROM MEMORY</b> to have values exchange between reports.
Check these links for EXPORT and IMPORT statements
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export01.htm
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/import01.htm
Thanks,
Vinay