2015 Mar 03 10:25 AM
I need to add field " EQKTU , PERNR, VNAMC, NCHMC" to report IH08.
This report is having many enhancements, please suggest me in which Include should I write the required code and how to append the field to ALV field catalog.
also EQKTU field is having line items characteristic and i need to display corresponding line items as columns in ALV
Thanks in advance!
2015 Mar 03 10:40 AM
Hi Hitesh,
The final table points to structure RIHEQUI_LIST. Add the new fields in the structure RIHEQUI_LIST using append strucuture concept.
IH08 is a report program, using implicit enhancement concept, fill the field catalog also fill the values to the field to the final internal table.
Regards
Rajkumar Narasimman