SAP integration patterns RFC BAPI + outbound IDOC

372 Views Asked by At

I am trying to understand all of the SAP integration patterns (and anti-patterns in that matter).

What I am sure that are the patterns:

  • sync BAPI
  • async BAPI
  • IDOCs (inbound + outbound; or just one direction)

When doing actual integration with SAP, I have noticed also a pattern with BAPI RFC request and an outbound IDOC as a response. Is this also a valid pattern?

I would appreciate if anyone has a documentation source of various integration patterns with SAP.

Thanks.

1

There are 1 best solutions below

0
Shailendu Verma On

SAP integration can be a daunting task. I have been working on several SAP integration assignments. While I have summarized some of my learnings below, you can get started with SAP integration guide over here which details of how to go about executing your assignment.

  • Inadequate understanding of SAP's capability leads to unnecessary customization of SAP infrastructure.
  • Care must be taken so that core SAP functionalities are not affected due to added integration load on the system.
  • Through understanding of SAP versions, supported integration protocols and best practices is essential for designing a proper solution.
  • Intense validation of nature of integration (real time / periodic) is also needed.

Wish you all the best for your assignment.