2005 Oct 17 6:49 PM
Hi,
Please consider the following scenario:
I am entering long text for a text field and save it.
If I exit/cancel the screen,changes done to Long Text will be lost.
Upon saving it will save the Long Text.
Now upon saving , based on some condition i want changes done to Long Text should be lost.
Please let me know whether it is feasible, if yes how to achieve this. Any suggestions/advice will be highly appreciated.
Regards,
Akash Modi
Hi,
Please consider the following scenario:
I am entering long text for a text field and save it.
If I exit/cancel the screen,changes done to Long Text will be lost.
Upon saving it will save the Long Text.
Now upon saving , based on some condition i want changes done to Long Text should be lost.
Please let me know whether it is feasible, if yes how to achieve this. Any suggestions/advice will be highly appreciated.
Regards,
Akash Modi
2005 Oct 17 7:15 PM
I'm not sure I understand. Do you want the changes to be backed out after they've been saved? Or do you not want them to be saved under certain circumstances after the save button is pressed?
Rob
2005 Oct 17 7:57 PM
2005 Oct 17 8:13 PM
Hi Akash,
Please give the following details.
Where or which transaction(standard or custom) are you entering these long texts?
Are these conditions part of the transaction data?
Srinivas
2005 Oct 17 9:39 PM
Hi all,
I am entering Long texts for operations in standard SAP Transaction IW32.(Work Order Change)
On click of SAVE, user exit will be called, where we will check certain conditions for each operation.If condition doesn't satisfy, i have to rollback the changes done to Long Text for that operation, keeping the other changes done to Order intact.
Please let me know if any more clarification is required.
Akash
2005 Oct 17 10:09 PM
I think you have to read the existing texts when you enter the program (a different exit). When the save button is pressed, you should be able to replace the changed text with the original text, based on your conditions, in your exit.
Rob
2005 Oct 17 10:17 PM
EXIT_SAPLCOIH_009 is the user exit.
I need some way to read the changed Long Text, and replace it with original one. I guess, changed Long Text are stored in Buffer/Memory before committed to Database on SAVE.Operations are listed in Table Control, so multiple Long Texts, stored in Buffer/Memory.
2005 Oct 18 2:27 PM
Why do you need to read the changed text? You just save it or replace and save it.
Rob
2005 Oct 17 10:01 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |