Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding master and transactional data

Former Member
0 Kudos

Hi Experts,

All of the ERP's use some of other kind of Master Data or Reference Data for any operation. For e.g., Product Master, Customer Master, Company Master, Location Master can be termed as master data. One Master might be requiring one or more tables. For e.g., Product Master might be maintained by 1 table or might be maitained using two or more tables depending upon the implementation (By saying Product Master I meant on information about the Product which will be used as reference by the organization).

As far as my knowledge, please correct me if i'm wrong, all this master data is maintained in the same physical Database where your Transactional Data is kept. If also the physical database is not the same, still the ERP or Mainframe particularly controls the Database.

Now, my question is,

Is it possible for the ERP to pull reference data from some other system without affecting the Transactional operations ?

i.e., What I mean is if I keep the Master table in some seperate database to which ERP can connect then is it possible to tell ERP that "Boss your reference data is not in this database but in other database. Please use the master data from that database"

Please respond with whatever I/Ps u have.

Appropriate points will be rewarded.

1 ACCEPTED SOLUTION

ritesh_dugad2
Active Participant
0 Kudos

SAP has a system of clients and one client can genarally connect to one database. So I think it will not be possible to have master data on one database and transaction data on another. Why you would want to do this anyway?

2 REPLIES 2

ritesh_dugad2
Active Participant
0 Kudos

SAP has a system of clients and one client can genarally connect to one database. So I think it will not be possible to have master data on one database and transaction data on another. Why you would want to do this anyway?

0 Kudos

Hi,

Thanks for your quick reply,

I want to keep transactional and master data seperate and hence thot of using this alternative.