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

Turn off chage pointers locally

Former Member
0 Likes
1,353

Hi,

I am using hr_inoftype_operation and the change pointers are turned on,whenever I am creating a infotype the idocs are getting updated with the changes. Is there a way where I can turnoff the change pointers from my program.

Thanks

vick

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,038

Hi Vick,

I don't think you can do this through program. The best way is do this using transaction BD50.Here you can deactivate change pointer based on message type.

Regards,

Atish

7 REPLIES 7
Read only

Former Member
0 Likes
1,038

You can do that using transaction BD50. Just uncheck the "active" checkbox for your message type.

Read only

Former Member
0 Likes
1,039

Hi Vick,

I don't think you can do this through program. The best way is do this using transaction BD50.Here you can deactivate change pointer based on message type.

Regards,

Atish

Read only

0 Likes
1,038

Is there a paramter or may be over write it in the mem and set it to the orginal when done

Thanks

Vick

Read only

0 Likes
1,038

Hi Vick,

yes there is a checkbox for each message type. You just need to remove it when you want to deactivate and then check it back once your testing done.

Regards,

Atish

Read only

0 Likes
1,038

Vick, I see what you mean. You want to do this via a program. i have never done this but TBDA2 is the table where the data ( with the activate flag) is stored.

Regards

Read only

0 Likes
1,038

Thanks for all your inputs

Vick

Read only

former_member194669
Active Contributor
0 Likes
1,038

Hi,

May be programmatically switch all BDCP entries as "processed" by using fm

CHANGE_POINTERS_STATUS_WRITE.

aRs