cancel
Showing results for 
Search instead for 
Did you mean: 

Alignment issue in Header text if it is more than one page

Former Member
0 Kudos

Hi,

I'm using the following code in script main window to print header text.

INCLUDE &THEAD-TDNAME& OBJECT &THEAD-TDOBJECT& ID 'S03' LANGUAGE &EKKO

it is printing ## after each line and also its printing only one paragraph .

I have to print as same as in PO header.Pls help me

Thanks

Suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Suresh

you need to call a subroutine in your script where in the subroutine u have to call the function module READ_TEXT to read the header text.

Regards

Zarina

Former Member
0 Kudos

basically its inputted as text id and text line

and i'm using save_text fn module to save it after creating PO.

Its storing correctly in PO header text..

While print preview its not showing correctly means its merging all paragraph into one..