cancel
Showing results for 
Search instead for 
Did you mean: 

Database Handling Using SAP BRM

sri_reddy10
Explorer
0 Kudos

Hi All,

We are migrating our project from SAP PI to SAP PO

We have used referential Database tables and the RFC Lookup to retrieve the data from tables.

And these tables were maintained in SAP PI ABAP stack.

As a part of migration,we are planning to use BRM approach.

So,Could you help me how do we handle these database tables using BRM because i know in BRM we would be using decision tables to maintain conditions but how do we maintain those database tables.

Thanks in Advance.

Regards,

Srivalli.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Sri,

You can maintain tables in BRM and access the same using SOAP LOOKUP UDF,Check the below links and discussion

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b07ce666-fdf1-2c10-96b0-be959a344...

this document has step by step procedure on how to build BRM

http://scn.sap.com/people/michal.krawczyk2/blog/2010/04/13/pixi-how-to-call-brm-and-brfplus-from-pi-...

This document on how to call the BRMs

sri_reddy10
Explorer
0 Kudos

Hi Raghuram,

Thanks for your reply.

My doubt is how do we nmaintain the database tables using BRM.

The link which you have provided deals with the decision tables.

Correct me if i am wrong.

Regards,
Srivalli.

former_member186851
Active Contributor
0 Kudos

Hello Sri,

The Decision tables are like DB Tables.

You can maintain value as you do in Database tables and make a call to the tables using soap lookup UDF.

sri_reddy10
Explorer
0 Kudos

Hi Raghuram,

Thanks for your quick reply.

Could you please any link if available on how to use SOAP LookUP UDF related to BRM.

Regards,

Srivalli.

former_member186851
Active Contributor
0 Kudos

Hello Sri,

Refer my below discussion ,It has many links for lookups.

http://scn.sap.com/thread/3812715

Close the thread if your query is addressed.