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

Change pointers

Former Member
0 Likes
389

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

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
366

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 .

Read only

Former Member
0 Likes
366

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.