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

IDOC - Change Pointer

Former Member
0 Likes
444

Hello Experts,

When we configure the change pointer for message type (for ex MATAMS), we can send the relevant delta.

The question is: the IDOC is being sent to the all partners that have the relevant message type but if we want to active the

Change pointer to a specific partner only, is it possible? (Ex :Partner type :LS,PARTNER: "TEST")

Thank you,

Boaz

3 REPLIES 3
Read only

Manohar2u
Active Contributor
0 Likes
400

You can try setting of filters in BD64 - EVEN if your filters are same for all partners then ONLY option I think is to create reduced message type and assign this in partner profile level

Read only

Former Member
0 Likes
400

If you want to send an IDOC conditionally use IDOC filtering in Distribution model (BD64).

Read only

Former Member
0 Likes
400

Hi,

Write a custom program to get the list of materials which have changed by taking the logic from the RBDMIDOC program and then pass the list of materials and partner details to the program RBDSEMAT.

That would solve your problems, as you cann't control with the change pointers program RBDMIDOC program to restrict the partners.

Even i have used the same solution in my earlier project.

Thanks,

Mahesh.