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: 

How to trigger the Change pointers

former_member213475
Participant
0 Kudos

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

Former Member
0 Kudos

Use BD21

3 REPLIES 3

Former Member
0 Kudos

Use BD21

0 Kudos

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.

0 Kudos

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.