2012 Jan 24 4:00 PM
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?
2012 Jan 24 6:50 PM
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.