Application Development 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: 

Adding new columns to QM14 transaction list output

former_member565026
Participant
0 Kudos

Hi,

I need to add 4 new columns to  RQMELL30 (Standard report) output, i have tried to find enahancemnt options  to add the new fields

in filed catalogue , but there are no options , if any body have idea how to add new fileds to the output , please suggest is it possible or not

Thamks& Regards

Srini

3 REPLIES 3

Former Member
0 Kudos

Hi Srinivas,

If you enhance RQMELL30 and show implicit enhancement options (through menu Edit->Enhancement Operations->Show), you can see that OBJECT_TAB structure can be updated.

You should be able to adapt the OBJECT_TAB used to define the ALV layout.

regards,

Ashvin

0 Kudos

Hi Ashvin,

Can you please elaborate your comments, how to adapt the OBJECT_TAB?

Thanks

Daniel

Former Member
0 Kudos

Hi,

1. Create a z structure with your custom fields and append that structure to standard structure 'RQMQMFE'.

2. Create an implementation for this BADI - BADI_EAM_SINGLELEVEL_LIST.

3. In the method - FILL_ADD_FIELDS, pass values to your custom fields using field symbol of structure 'RQMQMFE'.

No need to add those fields in fieldcatalog.