Application Development 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: 

Change Pointers,Idoc

Former Member
0 Kudos

Hi

I am doing a scenario where I am sending all WBS 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 changes of updated I need to send them on a daily job.I am using the message type PROJECT and basic type PROJECT01.How can I trigger the IDOC?I have heard of change pointers and message control,not sure how to use them.Can I use it for my scenario,if so how?

I can manually send WBS by tcode: CJAL.I guess I can use this for initial load,not sure how to do delta load,I guess I need to use change pointers.Can you guys help me with this?

Thanks

Points will be awarded

5 REPLIES 5

Former Member
0 Kudos

HI,

Please go through the following links for change pointers.

[http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm]

[http://abapprogramming.blogspot.com/2008/01/ale-change-pointers.html]

Reward points if helpful.

Thanks and Regards.

0 Kudos

Hi,

While configuring BD60- Additional data for message types,can any one tell me which function module to use for message type PROJECT.

Any feedback appreciated guys

Thanks

Points will be awarded.

0 Kudos

hi ,

Use the Function Module 'BAPI_IDOC_INPUT1' for Project mesg type and Project01 basic type.

Reward points if helpful.

Thanks and Rewards.

Former Member
0 Kudos

Done

0 Kudos

Did you find the solution for this?