cancel
Showing results for 
Search instead for 
Did you mean: 

how to restrict header text changes in sales order level

Former Member
0 Kudos

Dear Experts,

how to restrict header text changes in sales order level change mode

thanks

Accepted Solutions (1)

Accepted Solutions (1)

sarthak_mohantysd
Active Contributor
0 Kudos

Hello Chandu,

how to restrict header text changes in sales order level change mode

In order to restrict changes to Sales Order Header Text, the appropriate User Exit would be USEREXIT_MOVE_FIELD_TO_TVCOM_H. With the help of ABAPer, you can include the simple logic on the basis of Header Text type such that whenever any changes are incurred on the Sales Order header text, updates would be prevented.

Please try out this approach and let us know your latest observation on this issue.

Regards,

Sarthak

Former Member
0 Kudos

thx

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use this USEREXIT_MOVE_FIELD_TO_TVCOM_H

This user exit to influence text determination for header texts. For example, you can include new fields for text determination or fill fields that already exist with a new value. To acheive this kindly take the help of abaper to modify the user exit

Hope this will help you.

Regards,

Krishna O