‎2009 Apr 20 10:06 AM
Is there any user-exit for table CDHDR/CDPOS that i can update value into them?
Could anyone tell me?
‎2009 Apr 20 10:20 AM
Hi Jimmy,
You can use: CHANGE_POINTERS_CREATE.
Hope this will help you.
Regards,
Rajeev.
‎2009 Apr 20 10:34 AM
hi ,
go through the link it will help you.
[http://help.sap.com/saphelp_erp2005vp/helpdata/EN/12/83e03c19758e71e10000000a114084/content.htm]
‎2009 Apr 20 10:42 AM
I want to update value into cdpos while changedocument update.
In my concept about user-exit , i can find a user-exit function module that i can update value by it.
Could you tell me the detal step?Thanks.
‎2009 Apr 20 11:14 AM
Hi Jimy,
I dont think u will have specific USer exit for this.
IF the 'Changedocument' check box is checked in the dataelement of the field the.Whenever the value changes in that fiels the CDHDR and CDPOS will automaticaaly updated.
Please let me know u r requirement.
Thanks
‎2009 Apr 24 9:26 AM
Hi tarangini ,
I put a empooyeeID in one parameter ID and want to keep it in change history log.
If there is a user exit for update change log , i can put the parameter ID in CHHDR and CDPOS.
In change history query for relative transaction , it can query the value in it.
So if you can tell me the user-exit about system update change log .
It can meet my request.
Thanks.