Application Development 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: 

updating table

Former Member
0 Kudos

The table zmm_dprpo contains refbn and rfpos which was declared and used in X program

i would like to get the price (netpr) of refbn(document no)

for a particular group 6000 (matkl) in Y program

since refbn and ebeln in ekpo are same, i have to get the netpr of refbn from ekpo

but i have to display this price in y program

Could anybody suggest how to do it

1 REPLY 1

Former Member
0 Kudos

Hi,

Why don't you use the IMPORT FROM MEMORY... and EXPORT TO MEMORY.. Statements

Regards