Application Development and Automation 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: 
Read only

overlapping

Former Member
0 Likes
444

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

3 REPLIES 3
Read only

Former Member
0 Likes
425

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

Read only

Former Member
0 Likes
425

Hi ,

Please put your code....so that it would be easy to suggest what may be wrong in your case.

Revert back,

Regards

Naveen

Read only

Former Member
0 Likes
425

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