cancel
Showing results for 
Search instead for 
Did you mean: 

use of DBlookup API and find particular receiver

Former Member
0 Kudos

Hi all,

The scenario is :

soap req -> XI -> req to external database -> resoponse from db to XI -> BAPI request -> response from BAPI to XI -> send response to SOAP Response

I found that DBlookup API (User defined function to get data from External Database) is very useful to achieve this scenario without BPM

now question is :

There are multiple SAP HR Systems, how can i determine particular HR system based on URL data received from external database? Each SAP HR system uses same BAPI structure.

Also it will be great if anybody share any document or information regarding fetching data from external database.

Regards

Ritesh

Edited by: chintan patel on Apr 4, 2008 6:33 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've to use BPM in this scenarion because eventhough I am getting data from external database I am not able to put condition on that fields. For example In this case I've to find out the particular SAP (receiver) system based on URL field, which is coming from the database. But in XPATH I am not able to fetch this URL. I can fetch only source structure fields. So BPM is the best soulution for this interface.

Thanks all for contributions. Appreciated

Chintan