2006 Oct 06 8:39 PM
Hello
I am using the SAVE_TEXT for loading long texts for Rate routings at Operation level. The tables STXH etc are updated correctly and if I use the FM READ_TEXT I see the values that were loaded. But I do not see it thru. the transaction CA21. I also tried using COMMIT_TEXT after SAVE_TEXT.
2006 Oct 06 8:45 PM
I've seen this problem before, the problem in that case was that the transaction actually was looking at a flag in the database that indicates that long text exists. If this is the same case, of course you are not updating this flag in the DB, hence the program does not do the READ_TEXT to get the long text. Again, if this is your problem, the fix would be to update this flag in the DB. Yes, direct database updatation to a standard table is not suggested, but a simply flag may not be a big deal.
Regards,
Rich Heilman
I've seen this problem before, the problem in that case was that the transaction actually was looking at a flag in the database that indicates that long text exists. If this is the same case, of course you are not updating this flag in the DB, hence the program does not do the READ_TEXT to get the long text. Again, if this is your problem, the fix would be to update this flag in the DB. Yes, direct database updatation to a standard table is not suggested, but a simply flag may not be a big deal.
Regards,
Rich Heilman
2006 Oct 06 8:45 PM
I've seen this problem before, the problem in that case was that the transaction actually was looking at a flag in the database that indicates that long text exists. If this is the same case, of course you are not updating this flag in the DB, hence the program does not do the READ_TEXT to get the long text. Again, if this is your problem, the fix would be to update this flag in the DB. Yes, direct database updatation to a standard table is not suggested, but a simply flag may not be a big deal.
Regards,
Rich Heilman
2006 Oct 06 8:47 PM
Thanks Rich. I was just going thru. your previous post related to that. I will give it a shot.
2006 Oct 06 9:16 PM
2006 Oct 06 9:22 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |