‎2009 May 06 12:18 PM
Hello,
I wanted to send changes done in the project (related to network order or WBS) as an IDoc. Is there any IDoc and standard process to distribute Project data (similar to Material master or sales order)?
Thanks in advance.
regards
nishant
Edited by: nishant patel on May 6, 2009 1:18 PM
‎2009 May 06 1:08 PM
Hello
use Change pointers ..it will creates the idoc with only changed data.
These 3 trasactions to activate change pointers globally,and for message types and for data ..
BD61
BD62
BD51
then execute BD21 (RBDMIDOC ) to create the idoc.
‎2009 May 06 1:15 PM
Hi Nishant,
by activating the change Pointer of the fields what you want ..
the data is sent when ever the data is changed for the fields activated change pointers..
or.
you need to write custom program that will check the CHDIR or CDPOS table,s for the fields ..
that data is changed if the data is changed trigger the idoc using custom program..
Regards,
Prabhudas
‎2009 May 07 2:25 PM
Hi Nishant,
For Projects you can use PROJECT Message type, transaction for creating the IDOC is CJAL.
For Networks I did develop my own Custom IDOC.
As per as change pointers are concerned RBDMIDOC is program for creating IDOC for changes but for that you need to activate the change documents first thru SPRO (Under Project System)
And then use Shared Master Data to create change pointers from Change documents.
[This|http://help.sap.com/saphelp_45b/helpdata/en/78/2178da51ce11d189570000e829fbbd/content.htm]
would be helpful.
Regards
Shital