cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the Inbound Proxy

former_member472138
Active Contributor
0 Kudos

Hi Friends,

File to Abap Proxy interface was working fine for the past a month. Don't know what changes have got effected for this ... throwing the short dump like this.

Short text

Syntax error in program "ZWORKCL_WORK_MI_RECEIVER========CP ".

What happened?

Error in the ABAP Application Program

The current ABAP program "%_T00030" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"ZWORKCL_WORK_MI_RECEIVER========CP " in include

"ZWORKCL_WORK_MI_RECEIVER========CM001 " in

line 23:

"Accessing part of a field is not allowed for internal tables, deep str"

"uctures, or references."

" "

" "

________

I was trying to regenerate checking the and activating but still the Class and method is not identifying by the proxy.

When I check the MONI in ECC .. says System error in Queue. If I process it throws the dump.

Dont understand why the class is not identifying.

Thanks very mcuh.

Pothana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You could find out the exact issue by debugging the proxy with the inbound message from Moni

Check this

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Former Member
0 Kudos

Hi ,

I think one of the structure or a deep structure has changed in the ABAP side . check it .

Check also the internal tables .....

Check if you are using any move-corresponding statement because both the structure got mismatch......

Regards,

Jude