cancel
Showing results for 
Search instead for 
Did you mean: 

PROXY to FILE

Former Member
0 Kudos

Hi All,

I am working on client proxy to file scenario.

I want to send data from R/3 to file using client proxy.

when i enter data into screen and execute i am getting this error in R/3 system

<b>SYSTEM EXCEPTION.</b>

why am getting this error?? how to rectify??

thanks in advance,

srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

On another post, you state you must use IDOCs for this but now it seems you are trying to use proxies instead.

When are you getting a system exception ? During the SAP standard transaction, during the proxy call, during the userexit ??

Please provide more detail of your error - it is pretty vague what you have stated here.

Post the error if possible.

Cheers

Colin.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

First of all, proxy objects are standard abap classes with 1 method. Try to run this method directly from abap workbench - test. Fill in the data and execute it. Does it throw any exception?

I suppose, you have created abap proxies in standard way - SPROXY tcode.

Peter