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

User exit for changedocument ?

Former Member
0 Likes
1,080

Is there any user-exit for table CDHDR/CDPOS that i can update value into them?

Could anyone tell me?

5 REPLIES 5
Read only

Former Member
0 Likes
916

Hi Jimmy,

You can use: CHANGE_POINTERS_CREATE.

Hope this will help you.

Regards,

Rajeev.

Read only

Former Member
0 Likes
916

hi ,

go through the link it will help you.

[http://help.sap.com/saphelp_erp2005vp/helpdata/EN/12/83e03c19758e71e10000000a114084/content.htm]

Read only

0 Likes
916

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.

Read only

tarangini_katta
Active Contributor
0 Likes
916

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

Read only

0 Likes
916

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.