cancel
Showing results for 
Search instead for 
Did you mean: 

How about Rule Engine in XI ?

Former Member
0 Kudos

Hi All,

we have requirement for implemention rule engine where we will define some rule through web page and use the rule either in XI for transferring the rule with the data so that during proxy call we can use the rule while posting or data inserting into SAP Z table .

what should our approach?

we have source as legacy system and target as SAP system..

we are thinking of a approach where we will develop a web page . in web page we can define different rule . these rule can be stored in SAP Z tables. In XI flow in proxy call we can read the rule from tables and implement the logic in abap code.

How will we update Z tables through web application?

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

For sending data from the Web application, u may use the HTTP sender adapter. This data after passing through XI could post the data directly to SAP database using JDBC receiver or through some Idoc

Regards,

Prateek

Former Member
0 Kudos

any suggestion?