Trick
Trick

Reputation: 3859

SAP integration patterns RFC BAPI + outbound IDOC

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:

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.

Upvotes: -1

Views: 425

Answers (1)

Shailendu Verma
Shailendu Verma

Reputation: 1

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.

Upvotes: -1

Related Questions