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

RBDMIDOC segment missing

Former Member
0 Likes
1,073

Hello,

I am sending the idocs( matmas) and i need to send all fields for a material when the material has changed, but when i run the bd21 for matmas idoc, i have segment missings,(it doesn´t happens with bd10) does anybody know how can i resolve it?

Thanks in advance

Best regards

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
781

When using change pointers then only the fields (and segments) relevant to changes will be included. This is by design. There should be no need to send the fields that have not changed (kind of defeats the purpose of change tracking). If for some reason you want to force that then I believe you'd have to implement a user exit.

BD10 simply sends the whole material data.