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

Problems with EXPORT TO MEMORY / IMPORT FROM MEMORY

pilarviadoviuel
Explorer
0 Likes
774

Hello.

we've just made a SAP OS/DB migration of our 46C system from UNIX/Oracle to Windows/SQL.

Our FI consultant has realized a processs failed.

The ABAP program that files (it is a Z program) is using EXPORT TO MEMORY and IMPORT TO MEMORY.

It seems the import is failing because the export to memory fails also.

Of course we have changed memory parameters ..do you know what memory parameters are involved?

Thanks very much for your help.

4 REPLIES 4
Read only

Clemenss
Active Contributor
0 Likes
672

Hi Pilar,

Check the profile (parameter "rdisp/PG_MAXFS", see Installation Guidelines).

Regards,

Clemens

Read only

Former Member
0 Likes
672

Hi,

did you use the same id??? It must be excact the same definition beetween import and export id

Read only

0 Likes
672

Yes, of course, the id is the same for export and import.

The program has not been changed, and before the OS/DB migration is was working fine!

Read only

0 Likes
672

It seems the import is failing because the export to memory fails also.

Can you explain?

Did you check the extended debugger facilities like memory areas?

What is the structure/amount of data for ex- and import, same name, same data object?

Just reveal what you are really doing, post a few code lines.

Or not.

Regards,

Clemens