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 extra fields in QM15 field catlog

Former Member
0 Likes
1,442

Hi Friends,

As of my requirement i have to add two extra field like customer and customer name in standard QM15 report...

so i want to know how to add this two fields in this standard  fieldcatlog...

Please suggest me to look on this issue..

Thanks...

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
935

The output is shown via OBJECT_TAB. You can append your custom field in RQMQMFE structure.

The output is being displayed via FORM call_listviewer_f14 in include MIOLXF14. You can create an implcit enhancement at beginning of subroutine to fill the customer and customer name in object_tab internal table.

You can modify ALV output by implementing customer exit inside function module IREP1_CHANGE_SETTINGS_ALV . The exit inside function module can be used to change layout/fieldcatalog etc.

Nabheet

Hi Friends,

As of my requirement i have to add two extra field like customer and customer name in standard QM15 report...

so i want to know how to add this two fields in this standard  fieldcatlog...

Please suggest me to look on this issue..

Thanks...

2 REPLIES 2
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
936

The output is shown via OBJECT_TAB. You can append your custom field in RQMQMFE structure.

The output is being displayed via FORM call_listviewer_f14 in include MIOLXF14. You can create an implcit enhancement at beginning of subroutine to fill the customer and customer name in object_tab internal table.

You can modify ALV output by implementing customer exit inside function module IREP1_CHANGE_SETTINGS_ALV . The exit inside function module can be used to change layout/fieldcatalog etc.

Nabheet

Read only

0 Likes
935

Thank you Nabheet for your instant Reply..

I will do the same and let u know...

Thanks...

Palani