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: 

How to add field via Enhancement in sap standard report sm20 (SAPMSM20)

bilal_zafar
Explorer
0 Kudos

I have a requirement to display the tcode description along with tcode field(column) in the output (alv grid) of the report SM20.
The report already contain the tcode field (column) , so just want to add an additional column in the output to show the description of tcode along with the tcode.
TSTCT is the table and TTEXT is the field for tcode description.
How can i achieve this using enhancement .

I have searched and found that in the include rsau_class_auditlist_impl.
there is a method i.e METHOD write_list_about_auditlog.

in that method go_sal_rf->get_result_tab( EXPORTING id_reset = abap_false

CHANGING et_out_ext = mt_outtab_l ).

the itab is filled by this method (get_result_tab).
so according to me i have to the enhancement in this method .
please guide me how will i do the enhancement so that it will display 1 column in the output.

0 REPLIES 0