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

How to trigger the Change pointers

former_member213475
Participant
0 Likes
760

Hi,

In my requirement, I need to add some fields from WLK1 table in message type 'ZITEMINFO'using BD52 Transaction.

I have added the fields in that transaction. But how to trigger the change pointer.

Please help me how to proceed. I am very new to this concept.

Thanks

Regards,

Saran.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
700

Use BD21

3 REPLIES 3
Read only

Former Member
0 Likes
701

Use BD21

Read only

0 Likes
700

Hi Sooraj,

I tried with BD21. But for this message type 'ZITEMINFO', I am getting the below error.

Message type 'ZITEMINFO' cannot be sent with change pointers.

Regards

Saran.

Read only

0 Likes
700

Hi saran,

Have you written any code to read the change pointer data and send the IDOC?

If no, the code has to be written(in an FM) and the name of the FM has to be mapped to your message type in BD60(i guess!! dont remember it).

The t-code BD21 just executes the FM/routine that has been mapped against the message type entered in the selection screen.

Hope this helps

Let me know if you need any more information.