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

Process order change pointers - not getting logged

akimol
Explorer
0 Likes
762

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.

2 REPLIES 2
Read only

Former Member
0 Likes
555

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

Read only

0 Likes
555

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.