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

Adding fields in transaction IH08

Former Member
0 Likes
1,206

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!

1 REPLY 1
Read only

rajkumarnarasimman
Active Contributor
0 Likes
808

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