2005 Aug 16 12:42 PM
Hi everyone !
I want to get versions of long texts (for material) based on date. I have data logging enabled in the required tables and I can see the versions of long text (for material) using transaction code AUT10. I want a similar feature in my smartform.
I tried debugging standard code, however I find it too complicated. Could some1 help me out with this ?
Thanks .
2005 Aug 16 12:46 PM
Please use the function Module READ_TEXT function to Read long Text. Please pass the Correct parameters to READ_TEXT Function.
You can Also use STXH table. All Header Level Text stores in STXH table.
2005 Aug 16 12:54 PM
hi vipin .
This is not so straight forward. First of all read text would fetch u only the latest long text. The standard program does an "import from database" and not read text inorder to read the old text. It also uses DBTABLOG table inorder to get some time and date stamps.
I am afraid that the solution that you have put forward would not work .
Thanks ne way .