cancel
Showing results for 
Search instead for 
Did you mean: 

Are there proxies avilable for invoice inbound now in ECC 6.0?

Former Member
0 Kudos

I am about to do an implementation with a marketplace that has us recieving service entry sheets, goods reciepts and invoices and posting them into ECC 6.0. Are there proxies now available for these or do I still use the IDOC's available for inbound and the ALEAUD IDOC for response?

If there are proxies, can someone give me the name of the standard content I can pull from the service marketplace. I have been doing this mainly with SRM in past clients and have not dealt with ECC much lately.

thanks!

Chris

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>Are there proxies now available for these or do I still use the IDOC's available for inbound and the ALEAUD IDOC for response?

there are no proxies for those I believe

use IDocs as they support most of the processed you need

for invoices, good postings

you can create proxies on your own and code BAPIs

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Best way is to use standard IDocs. But If you want to go for proxy then you have to create it by writing ABAP code in R3 under SPROXY transaction (your case is Inbound Proxy).

By using std IDocs most of the error handling will be done in std way you don't have to worry about it, secondly development time will be very less in comparison to proxies, so cost to project will be less.

Regards,

Sarvesh