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: 

Problems with EXPORT TO MEMORY / IMPORT FROM MEMORY

pilarviadoviuel
Explorer
0 Kudos

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

Clemenss
Active Contributor
0 Kudos

Hi Pilar,

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

Regards,

Clemens

Former Member
0 Kudos

Hi,

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

0 Kudos

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!

0 Kudos

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