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

IDOC :PROJECT01

Former Member
0 Likes
2,713

Hi

I am doing a scenario where I am sending all WBS(Work Breakdown Structures) elements from SAP(IDOC) to 3rd party system(SOAP) -IDOC TO SOAP.First I need to send all WBS elements in the initial load and later if any WBS elements change I need to send them on a daily job(for delta load).I am using the message type PROJECT and basic type PROJECT01.

I have done all the configurations needed in R/3.

For Initial load I can use CJAL tcode to send all WBS elements,but for delta load need to use change pointers so I have done these configurations

PROJ Project structure plan (PSP)

PROJS Standard project definition

BD61 - Active change pointers generally

BD50 - Active change pointers for Message Type

BD52 - Change document items for message type

BD60 - Additional data for message type

Here I need to specify Z-function module that will be used to create IDocs. This is where I need help to find out which FM to use.Foe eg FM : MASTERIDOC_CREATE_SMD_* can be used,but I need to know which FM needs to be used for message type PROJECT.

Schedule program RBDMIDOC to create IDoc from change pointers.

Let me know if you need more info.

I am not sure how to send the data for delta load

Thanks

Hi

I am doing a scenario where I am sending all WBS(Work Breakdown Structures) elements from SAP(IDOC) to 3rd party system(SOAP) -IDOC TO SOAP.First I need to send all WBS elements in the initial load and later if any WBS elements change I need to send them on a daily job(for delta load).I am using the message type PROJECT and basic type PROJECT01.

I have done all the configurations needed in R/3.

For Initial load I can use CJAL tcode to send all WBS elements,but for delta load need to use change pointers so I have done these configurations

PROJ Project structure plan (PSP)

PROJS Standard project definition

BD61 - Active change pointers generally

BD50 - Active change pointers for Message Type

BD52 - Change document items for message type

BD60 - Additional data for message type

Here I need to specify Z-function module that will be used to create IDocs. This is where I need help to find out which FM to use.Foe eg FM : MASTERIDOC_CREATE_SMD_* can be used,but I need to know which FM needs to be used for message type PROJECT.

Schedule program RBDMIDOC to create IDoc from change pointers.

Let me know if you need more info.

I am not sure how to send the data for delta load

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
1,062

Have you Resolved this? I am trying to do change pointers.

I am stuck at exactly the same point that you mentioned.

I can't find an FM to use for the Message Type "PROJECT".

If you have solved this please let me know the steps that you have done.

thanks.