Question:
Hi,
I am working on informatica. I need to send around 3.5GB of SAP data to informarica to Informatica or other system.
I am getting a short dump when I am running my program which reads data and transfers to other system.
Please suggest me the right way to do this using internal tables or without internal tables.
But dont ask mw to move Hard disk or CD Drive...
Thanks
Bala
Answer:
Sorry, my mind reading skills are suppressed at the moment. Would you mind awfully sharing with us the nature of the short dump?
Thanks old bean.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.
Answer:
M@t you know the error: Append a value to an internal table, append the internal table to another internal table, repeat.
When the ABAP runs out of memory you get the dump.
_________________
MattG
Search SAPfans.
tWICE tULY iDIOT
Answer:
Oh come on. That only happened to me once, and it was a nested table...
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.
Answer:
Yes, and we both (all) lernt about another pitfall of ABAP. Now we know the bugbear of nested tables, and memory usage.
_________________
MattG
Search SAPfans.
tWICE tULY iDIOT
Answer:
Hi, the error i got is....
Error analysis
The current ABAP/4 program was meant to sort a dataset (internal table
or extract). For reasons of capacity, this was not possible due to
insufficient main storage space. Therefore, the
external sort was called and resulted in the following error:
the following error:
SAP runtime system internal error.
Thanks
Bala
Answer:
aha.
You've run out of memory.
Ask your basis people for more, or split your data into smaller units before sending.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.
Answer:
You still did not give details of the ABAP dump.
Do this - Run TCode ST22. Find the dump and cut and paste the details here so we can see what the problem is
Answer:
I think he already gave enough information. His dataset is too big for his system to cope with.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.
Answer:
You still did not give details of the ABAP dump.
Do this - Run TCode ST22. Find the dump and cut and paste the details here so we can see what the problem is
Don't post the short dump!
Please read the basic rules!
_________________
The Doc
Magna Grand Docot of the Tuly Idiot Order
2007 Basic Rules
Answer:
so, you are trying to put 3.5GB in an internal table?
in a year or two, this file will be 5.0GB ?
3.5GB for once process.. forget about it...
_________________
SapFans Moderator
NetWeaver ‘04–SAP Web AS for ORACLE certified
Search: /forums/search.php
SAP Notes: http://service.sap.com/notes
SAP Help: http://help.sap.com
Basic Rules: /forums/viewtopic.php?t=222759
Answer:
so, you are trying to put 3.5GB in an internal table?
in a year or two, this file will be 5.0GB ?
3.5GB for once process.. forget about it...
I agree with you!
_________________
novice of sap