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: 

Sending all MATMAS segments from change pointers

Former Member
0 Kudos
615

We have a problem; customer needs to have ALL fields of the MATMAS Idoc even if only ONE of the fields defined by change pointer activation has changed. Standard behavior is to send only the changed data.

I'm currently thinking of creating a program that looks at all change pointers for MATMAS over a certain period, then calling the sending program that would send the MATMAS IDoc in full.

Does anybody else have any better suggestions?

1 REPLY 1

mithun_shetty4
Contributor
0 Kudos
178

Create a Program to Check CDHDR and CDPOS for Object Material for the certain Time interval and based on the Materials found in CDPOS Submit the standard report for TCode BD10 .

Schedule this according to your need.