‎2006 Jul 05 2:47 PM
Dear all..
I have created a small report for storing additional invoice text into a z-table. These invoice text could have the lenght of 2560 character and are needed for EDI transmission.
Directly after saving - I can view them. After some hours I am always getting empty fields wenn I try to view the data. ... for me it looks like that the table entries are buffered but nor really stored into database. Does a commit work solves this problem ?
Thanks in advance
Jürgen
‎2006 Jul 05 2:49 PM
‎2006 Jul 05 2:49 PM
‎2006 Jul 05 2:50 PM
Its mandatory to have the COMMIT WORK so that the data is saved to the database.
Regards,
Ravi
Note : Please mark all the helpful answers
‎2006 Jul 05 2:50 PM
‎2006 Jul 05 2:52 PM
hi,
you say :
...
Directly after saving - I can view them.
...
how? with se16 or program?
-> try to work with offset
A.
‎2006 Jul 05 5:06 PM
It may be that the actual database updates are failing. You can use transactoins SM13 and SM14 to see if there are problems with the V1 or V2 updates.
Rob
‎2006 Jul 05 5:09 PM
How are storing 2560 character long texts in a Z table? Why not create a standard text and use SAVE_TEXT instead of creating a separate Z table for that.