‎2008 Jan 21 10:56 PM
Hi ,
There is a text for orders and i have to display that .The text is being retieved from a fn module read_text
where they are tid and tname i passed tid = matk
tobject = aufk from the information i got from the header elemnts.
but for all the orderes the text from the second line is overlapping vth a another text.could any body suggest
‎2008 Jan 22 2:58 AM
Hi Sukruthi,
Take the header data into internal table and write the loop at internal table and call the "read_text" inside that loop, so that u can get the text for each order and clear the TLINE table before endloop and update this text into another internal table.
Please let me know if anything requires, and correct me if i am wrong.
Regards,
Raja Reddy
‎2008 Jan 22 3:45 AM
Hi ,
Please put your code....so that it would be easy to suggest what may be wrong in your case.
Revert back,
Regards
Naveen
‎2008 Jan 22 4:14 AM
Hi Sukruti,
Might be that you are getting the header information using Importring statement. So instead use tables statement in READ_TEXT function module,
Then loop the Internal table and print it .
Thanks,
Nageswar