cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need to know SAP recommended for IDOC interface is HTTPS adapter or IDOC adapter

ankitaIS
Explorer
0 Likes
466

Hi Team, 

 

Are there any sap best practice suggested, when BTP IS needed to connect with S4 Hana for IDOC connection. 

Do we need to use the IDOC adapter or HTTPs adapter to get IDOC from S4 Hana. We need to know about below details. 

      • What features will be missing if we are to use HTTPS rather IDOC adapter
      • Compatibility and EOIO?
      • Justification from SAP, why they recommended this approach

Regards

Ankita S

 

Accepted Solutions (0)

Answers (1)

Answers (1)

MateuszPiotrowski
Active Participant

Hi @ankitaIS The IDoc Adapter is the SAP-recommended best practice as it provides the most comprehensive, supportable, and maintainable solution with minimal custom development. Pls check SAP documentation for all features build-in that are not available out of the box when using plain / generic HTTP adapter.

For example, you have available many SAP standard headers which are often very useful like SAPMessageID, SAPIdocType or SAPIDocTransferId, SapIDocDbId:
- SAPMessageID you can use for Exactly Once processing in IDoc Receiver adapter
- SAPIdocType for distribution/routing of idocs using single IDoc sender dispatcher iflow (single RFC and port maintained in backend for all IDoc interfaces)
- SapIDocDbId for checking IDoc number created in backend after Request-Reply step.

You also have QoS EOIO supported - although needs JMS adapter with exclusive access type, because IDoc adapter itself does not persist messages. 

Hope this helps

Mateusz

ankitaIS
Explorer
0 Likes
Thanks a lot for the details.