Hi freinds,
I have one requirement.,. i need to change the Vendor Master details through XK02.. but after that i want to send this details.. to another client throgh IDOCS..
my problem is if i change any Vendor Master details.. after that.. i need to go for BD14 and by giving that vendor number and execute this screen..
<b>but i dont want to use this tcode-BD14 for everytime..</b> so, plz suggest me for this, what , i need to do for this automatically triggering the idoc
Thanks
babu
Hi,
Try to use change pointers method..
check the below thread..
http://help.sap.com/saphelp_nw04/helpdata/en/dd/233d582dee11d2b422006094b9476a/content.htm
http://www.angeli.biz/www5/cookbooks/workflow/workflow_30/docu.htm
Will Change pointer (IDOC) will trigger for certain field
Vendor master - Change documents
reward if helpful.
Regards,
nagaraj
hi
to replicate master data u have to work with changepointers
SALE ( to define and assign logical systemms)
SM59( to creaate rfc)
BD64 ( to create distribution model view here u have to choose message type as CREMAS (for vendor data) identify sender and reciever systems
after that u have to distribute modelview )
BD82 (generate partner profiles automatically)
BD50(choose message types)
BD52(specify fields for change pointers to be written)
BD61(activate changepointers globally)
WE21(create port)
WE20(generate partner profiles manually)
RBDMIDOC(to evaluate changepointers)
shedule above program in background
hope above solution would resolve u r problem
reward if u find use ful
regards
Nagesh.Paruchuri
Add a comment