When you change the material, SAP deletes all the texts and re-determines the material sales text. I think the text re-determined is based on config – not really important for what I was doing. Anyway SAP deletes the texts and re-determines almost immediately making it impossible to capture the previous text in a user exit.
Solution:
I ended up having to do a mod right before SAP deletes the texts (in FV45TF0P_POSTEXT_LOESCHEN_EINZ). Basically I only let SAP delete the texts I want re-determined (i.e. id = ‘0001’).
No comments:
Post a Comment