Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Long text versions

Former Member
0 Kudos

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 .

2 REPLIES 2

Former Member
0 Kudos

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.

0 Kudos

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 .