cancel
Showing results for 
Search instead for 
Did you mean: 

Header text in SO

Former Member
0 Kudos

Hello, How can I stop individual from changing text at header level (like pick list text, BOl text ..etc...)

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member839993
Active Participant
0 Kudos

Hi,

For this requirement you have to write a user exit, take help from your abap consultant and ask him to write a user exit wherein user should have only the display option rather than change option. This can be handled by a user exit.

regards,

US

Former Member
0 Kudos

hi,

You can use the below mentioned user exit.

USEREXIT_MOVE_FIELD_TO_TVCOM_H

You can use 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.

USEREXIT_MOVE_FIELD_TO_TVCOM_I

You can use this user exit to influence text determination for item texts. For example, you can include new fields for text determination or fill fields that already exist with a new value

Hope this will help you!!!

Regards,

Krishna O

Former Member
0 Kudos

Is this a global change?

Former Member
0 Kudos

What kind of header text that you want to restrict?

What is the reason you want to stop user from editing the text?