cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with RFC Call(Passing ABAP Internal Table) - Dump in R/3

Former Member
0 Kudos

Hi,

We are using SAP Java code and calling an RFC from the SAP R/3 system.

The export parameter of the RFC is a table type and it exports an internal table.

There is a dump in the R/3 end whenever this RFC is called from SAP Java.

The error says : Memory Issues , the following internal table cannot be extended and it provided the dump in ST22 in R/3.

Can anyone let me know what can be the issue.!!

Best Regards

Sid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

i hope the problem is due to huge data into an internal table from his selection query.

it exceeding the memory and showing dump on memory issues. ask your ABAP team to check the code and pass all the required key fields to that select query.

Hope it helps!!

Rgds,

Pavan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Ask your abap resource to debug the application using external break point.

Regards

Ayyapparaj