cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to IDOC(OnPremise) scenarios solution approach ?TPM or IFLOW??

Pavithra_Rajkumar
Discoverer
0 Kudos
145

Hi Folks,

 

I need your support to find a good solution approach for the IDOC to IDOC scenarios .

We have many IDOC scenarios, where the IDOC from one ERP (On Premise) system is sent to another ERP system(On Premise)

Since these are IDOC transaction it is possible to implement in TPM.

But I would like to know whether this is recommended by SAP .

Whether TPM or Normal IFLOW is the right solution approach for the IDOC to IDOC scenarios when we are moving to BTP -IS?

Sandra_Rossi
Active Contributor
0 Kudos
Please don't post to Questions about SAP Websites (issue with community Website, etc.) if it's a question about SAP software. Instead, ask in Technology Q&A: https://community.sap.com/t5/technology-q-a/qa-p/technology-questions. Hopefully someone will fix it for you.
View Entire Topic
gowrinath_gundu
Participant

Hello Narayan,

Add a add button to the toolbar of your table, and in the press event of add button call below method

OTable.addItem()

And also in success function of read method, copy the odata into json model and bind this model to view

Hope it works!

Regards,

Gowrinath

uppu_narayan
Active Participant
0 Kudos

I will try on this one for sure.. thanks