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

extract vendor master changes /creation

Former Member
0 Likes
1,241

Hello All,

My requirement is to capture if a new vendor is created or if changes made to the Vendor master and put them in a flat file and send it to the application server .So that the 3rd party system can update these changes in their system to keep both the system in sync . They dont want it to be a idoc ( using change pointer concept ) .

I would like to know the efficient of solivng this problem . If i write a report , how to approach fetching hte datas ?

Thanks,

Riya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,121

Hi

If you want to send it in mass, then write a program which will select the list of vendors updated based on the changed date and run the report in background. If there are entries then only send the data to applicaton server else not required.

Regards

Shiva

8 REPLIES 8
Read only

Former Member
0 Likes
1,122

Hi

If you want to send it in mass, then write a program which will select the list of vendors updated based on the changed date and run the report in background. If there are entries then only send the data to applicaton server else not required.

Regards

Shiva

Read only

Former Member
0 Likes
1,121

Let me mak it more clear ,

I have to send the values of the changed field in case of changes and in case of new vendor creation i have to send the values of all the fields along with the field name in the flat file . so that their 3rd party system can update the same changes in their vendor master records as well.

Please help me

Read only

0 Likes
1,121

Hi

If the vendor is created today then send all the details else

You can check the CDHDR and CDPOS table for the changes related to particular vendor.

It will impact the performance.

Regards

Shiva

Read only

0 Likes
1,121

It will become a performance issue of reading CDHDR & CDPOS table.

so i just wantto know if there is an alternate way to do it.

Pls suggest me a solution!

Read only

0 Likes
1,121

Can please some one give some valuable inputs to solve this....

Read only

0 Likes
1,121

Hi,

Alternative solution will be send all the data including the changed for the day also. The third party also can copy the same and change.

Regards

Shiva

Read only

0 Likes
1,121

is it possible for you to use ALE Master Data distribution via a model?

Read only

Former Member
0 Likes
1,121

Any valuable inputs will be greatly appreciate! badly in need of help.

Edited by: RiyaPreet on Dec 15, 2009 4:23 AM