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

Project IDoc

Former Member
0 Likes
2,830

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,125

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.

Read only

Former Member
0 Likes
1,125

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

Read only

Former Member
0 Likes
1,125

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