cancel
Showing results for 
Search instead for 
Did you mean: 

Text is wiped out when we change sold to party.

Former Member
0 Kudos

Hi All,

Please let me know is there any way to control for not wiping out the data which is maintained against Text ID's when sold to part is changed. Point will be given for the right guidance.

Regards,

Ranjitha

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184555
Active Contributor
0 Kudos

wiping out the data which is maintained against Text ID's

What is the source of that text? Is it determined from the customer master or somewhere else or manually entered?

gomatheeswaran_palaniappa
Active Contributor
0 Kudos

Hi,

This is the standard behavior. By default text will be determined when we change sold to party. Anyhow you can try to influence the behavior using the following user exits.


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.

Regards,

P Gomatheeswaran