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

How to display the column headings in Script

Former Member
0 Kudos
145

Hi Experts,

I am getting the script output like as follows.

000001 aaaaaaa

000002 bbbbbbb

but I want to maintain the column headings for these like

Material description

000001 aaaaaaa

000002 bbbbbbb

Please tell me how to maintain the headings for script ouput.

Thanks & Regards,

Nagaraju C.

3 REPLIES 3
Read only

Former Member
0 Kudos
126

Hi

You can create a header window and maintain Header information their.

Regards

Neha

Read only

Former Member
0 Kudos
126

In the main window,

/E Item Header

HD Material,, Description

/E Item Line

HD &ITAB-MATNR&,, &ITAB-MAKTX&

HD is the paragraph format for which you have to maintain the tabs, margins etc.,

Thanks,

Srinivas

Read only

Former Member
0 Kudos
126

u can do,

1) ULINE

2) write here ur column headings, by adjusting the space back&forth

3) ULINE

thanq