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

Change pointer - Change Document - IDOC

Former Member
0 Likes
978

Hi,

I have to capture changes occurring to master data (customers' table )and to distribute them via the IDOC interface (customers' IDOC) .

My steps:

1. SCDO - create change document object and bind customers' table, generate update function

2. WE31 - develop customers segments with same customers' table structure

3. WE30 - develop new IDOC type

4. WE81 - create new message type

5. WE82 - assign message type to IDOC type

6. SW01 - build business object for supertype IDOCAPPL

7. BD105 - supported object determonation

8. BD104 - assign message type to business object

9. BD52 - define change-relevant fields

10 .????

It does not work. I didn't find one help for my purpose.

Have any idea how to do it?

Thank you very much.

Best regards, Natalia.

6 REPLIES 6
Read only

rainer_hbenthal
Active Contributor
0 Likes
744

Did you mark your message type in BD50, so that changes are recorded?

Read only

0 Likes
744

Hi,

Yes I mark my message type in BD50 and in BD64 (Distr.model)

May be I do extra operations?

Thank you, Natalia.

Read only

0 Likes
744

Release your change pointers using BD21 creating idocs. What does BD21 say? Do you have change pointers?

Read only

0 Likes
744

Hi,

I receive DUMP on incorrect parameter with CALL FUNCTION.

( programm. RBDMIDOX, no.87)

In BD60 I create my own function.

Natalia.

Read only

0 Likes
744

Seems you have a bug in your funtion. You have to debug it.

Read only

0 Likes
744

Hi,

If there any tool to generate the function that reads change pointers?

Thank you, Natalia.