‎2007 Sep 06 11:56 AM
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.
‎2007 Sep 06 12:06 PM
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.