Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

getting data

Former Member
0 Likes
320

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..

2 REPLIES 2
Read only

ferry_lianto
Active Contributor
Read only

Former Member
0 Likes
302

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