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

Problem in RFC when using deep structure in the changing parameter (table type) ?

Former Member
837

Hi Experts !

I am building an RFC in which I am using deep structure in the changing parameters .

When I do the syntax check the RFC isnot gicing any error but when  I activate the RFC

it shows that  it is getting compiled and keeps on showing the waiting cursor.

The same happens when I execute the program , it again starts compiling and the waiting cursor

starts appearing.

I am unable to understand whats going wrong .

I have checked also that if the deep structure is removed then the RFC is working fine.

The deep structure contains the nested tables.

I have checked the link on sdn for rfc saying that deep structures can be used in changing parameter of the RFC.

http://help.sap.com/saphelp_nw04/helpdata/en/b8/8e1b228add6c4d8509adff5eab2167/content.htm

But the same is not happening in the RFC I am creating.

I would  highly appreciate the help.

Thanks 🙂

1 ACCEPTED SOLUTION
Read only

Former Member
404

Hi Everyone !

The problem has got resolved.

It was the problem with the structure I had used in the one of the table types which has length greater than 38832 because of which it was unable to activate the RFC and getting closed strangely.

I found the solution when I executed TCODE ST22 and saw error : SYSTEM_CORE_DUMPED.

🙂

1 REPLY 1
Read only

Former Member
405

Hi Everyone !

The problem has got resolved.

It was the problem with the structure I had used in the one of the table types which has length greater than 38832 because of which it was unable to activate the RFC and getting closed strangely.

I found the solution when I executed TCODE ST22 and saw error : SYSTEM_CORE_DUMPED.

🙂