‎2008 May 19 2:22 PM
Hi ,
I have a Material Master Interface which needs to be sent to another system through Webmethods. This has been done through Change Pointers. I am quite new to this concept.
My requirment is in the Plant Segment where I have something called Manufacturing Code field.
Scenario 1 :
I have a Material with one Plant, this material data is transferred using BD10. When I do it for the first time, my manufacturing Code should be 001. When I again sent it without doing any changes, this should become 002.
Scenario 2 :
For the same Material, I assign another plant to it. I again sent this material using BD10. This time, for the new plant the Manuf. code should be 001 and for the previous material it should be 002. Again if I send this material without any changes, for both the plants the manuf code should be 002.
Right now for both the scenarios am getting 002. Is there anything which I need to do in the change pointers inorder to achieve this.
Thanks
GK
‎2008 May 19 2:28 PM
hi,
in bd52 transaction define the fields which u want to send to other system.thn do changes in ur material and send again using bd10.now the field which has changes for the same material will be transported .
‎2008 May 19 2:35 PM
Hi,
I think there is coding in user-exit which is setting the value for Manufacturing Code. Now its not checking when material is extended. So i think you have to make some changes where this value is set.