‎2007 Apr 24 8:36 PM
Hi frnds
In VD03 give a customer number and press enter. On GENERAL DATA screen, click on EXTRAS menu then click on TEXTS from the drop down list. We get the texts here how can we read the texts for that customer?. Can any one help me?.
Thanks in advance
‎2007 Apr 24 8:45 PM
‎2007 Apr 24 8:46 PM
The function module is READ_TEXT.
Put a break point in it and call the transaction again.
Through the call stack you will be able to identify who calls is (which program) and the parameters necessary.
In the same way, you will see that, if you create or change a text you use SAVE_TEXT.
DELETE_TEXT is for, well, delete it.
Good luck,
Leonardo De Araujo
‎2007 Apr 24 8:48 PM