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: 

export to memory" (bukrs) in one user exit and import to memory in other.

Former Member
0 Kudos

I have to "export to memory" (bukrs) in one user exit and import to memory in other.

Does anyone has an example

1 REPLY 1

JozsefSzikszai
Active Contributor
0 Kudos

in one user exit:

EXPORT field TO MEMORY ID 'Z_BUKRS'.

in another user exit:

IMPORT field FROM MEMORY ID 'Z_BUKRS'.

what is the problem?