2022 Dec 21 6:40 AM
Hi, I would like to see where is the save_text of these texts? Info record PO, Materisl PO text. Which program can I see where the texts were saved? I know it is saved on STXH/STXL table.
2022 Dec 21 6:44 AM
Use transaction ST05 to make a trace on the ME21n transaction (don't forget to change a text and press SAVE).
Search for tables STXH STXL, in ST05 you could see the line of code corresponding to the SQL statement (UPDATE or INSERT). And you could set a break point to stop at the next call of the ME21n
2022 Dec 21 7:47 AM
There is also an option in ST05 to trace the call stack of programs doing every SQL operation, which can help understanding the context in which the program is called (normal, RFC, update task, HTTP, etc.)
In order to make the break point work, people must also activate their "update debug" option (in the debug settings after /H), because the SQL operation is usually done inside an update task.
2022 Dec 21 1:38 PM
Also double-click the text area to display text in full page mode,
(*) Purchasing > Purchase Order > Texts for Purchase Orders > Define Copying Rules for Item/header Texts
Look at the fixed indicator which has three characteristics with the following meanings:
For the last 2 cases you will not detect a save_text in your tests.