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

using the GET event

Former Member
0 Likes
358

Hi guys,

I m using structure IOHEADER for getting the header list for the output report.I don't want all the fields in the structure to be displayed as header columns in the report.I want some 6 fields in the structure to be displayed.

I m using the syntax GET IOHEADER.So i m getting all the fields displayed as columns in the report.Can anyone please help me in this.

Thanks in advacne.

1 REPLY 1
Read only

Former Member
0 Likes
319

hi dinesh,

u can specify the fieldnames which u want in the get statement itself.

get table fields field1 field2.

http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9abd35c111d1829f0000e829fbfe/frameset.htm

Regards...

Arun.

Reward points if useful.