cancel
Showing results for 
Search instead for 
Did you mean: 

reg.script

Former Member
0 Kudos

Hi Experts,

I Have one doubt in Scripts that is '' I modified one form ZLVSTALISTE (Pick order ) t.code is Lt 31. my problem is i want to put in the header '' put a way '' for every page. what code i have to write to print '' put a way''.

Thanks & regards,

Narasimha Rao.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

create one standard text using SO10 tcode and within this you should write '' put a way '' with whatever format u want...now you can use it in each page for to print.

Reward if useful.

Dara.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Just define a new window ( Say NEWWIN)by giving the appropriate margins, so that contents of the window ( i.e. Put Away ) appear exactly where you want it to be.Within a window define a element e.g.:

/E HDG

aa 'Put Away'

Where aa is the paragraph.

In the program USe:

CALL FUNCTION 'WRITE_FORM'

EXPORTING

element = 'HDG'

window = 'NEWIN'.

I hope this helps,

Regards

Raju Chitale