Application Development and Automation 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: 
Read only

SMD (Shared master data tool)

Former Member
0 Likes
1,571

Hi All,

Can anybody provide any poiners on SMD that is shared master data tool and how to use change pointers along with it to track changes in material master data.

Regrads,

Rahul

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
978

hi,

Shared Master Data is a component which drives the distribution of any changes in the centralally maintained master data. The SMD component writes a change status in tables BDCP and BDCPS. For EG. whenever you change any data with respect to a material, the changes are logged in two tables namely CDHDR and CDPOS. Now there is a program RBDMIDOC which reads these changes and distributes the same. Change document Object are nothing but the component with which the fields are configured,so that any changes on those fields are recorded. You can find them in Tx. SCDO.

For Material Master the change doc. object is. MATERIAL.

Reward points if you find this useful.

Rgds

4 REPLIES 4
Read only

Former Member
0 Likes
979

hi,

Shared Master Data is a component which drives the distribution of any changes in the centralally maintained master data. The SMD component writes a change status in tables BDCP and BDCPS. For EG. whenever you change any data with respect to a material, the changes are logged in two tables namely CDHDR and CDPOS. Now there is a program RBDMIDOC which reads these changes and distributes the same. Change document Object are nothing but the component with which the fields are configured,so that any changes on those fields are recorded. You can find them in Tx. SCDO.

For Material Master the change doc. object is. MATERIAL.

Reward points if you find this useful.

Rgds

Read only

0 Likes
978

Hi Zapper,

Is this change status writes changes in classification data of material also?

Probably not...what is the way to track these changes also alomg with master data when we are using SMD tool.

Regards,

Rahul

Read only

Former Member
0 Likes
978

Address data to be distributed can not only be sent directly, but also by evaluating change pointers. In this case, the sending process is not triggered by the primary object (application object), but executed by the Shared Master Data (SMD) tool of the ALE layer. The SMD tool evaluates the change pointers (in a periodic job, for example) and calls function modules MASTERIDOC_CREATE_SMD_ADRMAS , MASTERIDOC_CREATE_SMD_ADR2MAS and MASTERIDOC_CREATE_SMD_ADR3MAS for the addresses.

To ensure that Business Address Services generate change pointers when modifications are saved, the indicator for writing change pointers must be set for the master data object in table TSADRV . This is necessary for the customer and vendor master, for example. For bank master data, no change pointers are generated for the addresses since bank addresses are always sent directly.

Read only

Former Member
0 Likes
978

Hi,

As i`d addresssed u earlier, the change doc. object has to be configured for fields and tables for which you want to record changes.

Reward points if helfpul.

Regards