‎2009 Jul 09 7:52 PM
Hi,
I have defined change pointers for Process order for one custom message type in BD52 (and BD50 as well.). I have included AFKO, AFPO and AUFK tables (e.g. fields like KEY, GAMNG).
But no change pointers are getting logged when ever I create or change a process order through COR1/2.
Am I missing something?.. (and yes Change pointer are active 'Globally'.)
Thanks.
‎2009 Jul 10 8:56 AM
hi,
generally change pointers (table: BDCP) are saved during change document creation (table CDHDR),
but due to performance reasons this funcionality was switched off...
see oss note 390635...
I think, if you want - you must write own code in which change pointers will be created,
look at these function modules, should be helpful:
ORDER_WRITE_DOCUMENT
CHANGEDOCUMENT_CLOSE
CHANGE_POINTERS_CREATE_LONG
regards, darek
‎2010 Oct 19 12:29 PM
Hi,
I have a similar requirement. I need to send idocs whenever a process order is changed. Could you please tell me the steps followed by you to get this done.
Currently we are getting an error saying that message type LOIPRO cannot be sent with change pointers. It says that only master data can used.
Please help.