Add Custom Field in Output of Standard Report of ME2N
Author: Vedarth Desai A very common requirement from customer is to modify the outputs of standard reports. Here I have tried to explain how to modify the standard report ME2N output. Requirement Purchase Documents per Document Number: T-code: ME2N is a standard report that retrieves a purchase order details via a document number and other user-defined parameters. Minimum parameters in selection-screen we need to pass are valid Scope of list and Either of remaining fields. Scope of List defines the format in which report will get display. In general, Report output looks like below. Here in this output we need to add one additional column which will display some information as per the requirement. Here let’s add an extra field/column and display ‘Net Order Value Incl. Tax’. There are mainly 2 steps to do the modification. Add desired field in Output structure. Write code to populate the value in th...
Comments
Post a Comment