cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering Outbound proxy through Output type

Former Member
0 Kudos

I am sending sales order Acknowledgement to a file sytem from SAP. For this I am using a outbound proxy. I have a output type say ZCCS created in SAP . My question is how will the outbound proxy will get triggerred.

what should be the medium type(Print,Mail,External send ...etc) in the output type. & where do I write my outbound proxy code ( I mean should it be a executable program).

Message was edited by: SACHIN KAGLIWAL

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can write the Outbound proxy, in an user-exit, ABAP program etc. You can write methods and classes in subroutines.

regards

Shravan

Former Member
0 Kudos

But its specific to Output type how will it be in case of output types

Former Member
0 Kudos

Lets say you want to send the data whenever you kick off your Print program. just call the proxy method in your ABAP program and it will be kicked off. Or write an ABAP program, use SUBMIT command.

regards

Shravan