cancel
Showing results for 
Search instead for 
Did you mean: 

proxy to file

Former Member
0 Kudos

hi expert

m doing proxy to file scenario. can u please help me out how to handle error in proxy.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

I think below link ill be useful to u in debugging proxy...

how to debug proxy ....

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d49...

hope this helpful...

Answers (4)

Answers (4)

Former Member
0 Kudos

this wil be helpful http://help.sap.com/saphelp_nw04/helpdata/en/25/a45c3cff8ca92be10000000a114084/content.htm

for fault msg type

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1

former_member614185
Contributor
0 Kudos

Hi,

check out this blog,

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Former Member
0 Kudos

HI

In order to catch the exception

1.shud create the proxy on the interface that contains the fault msg type (fault msg type u need to craete in IR using the fault data type)

2. u need to code in report that

triggers the proxy,

<i>CALL METHOD XXXt->execute_asynchronous</i>

using

raise exception type (msg type u created in IR for fault)

Message was edited by:

Pratibha

Former Member
0 Kudos

did u check this for the help on scenario

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy