Addition of new field to RE80 Information system

We are trying to run the following sequence:



TCode : RE80 > Select Information System > Master Data > Select BE > Give search parameters > Execute.


Once done the report is flashed in the chosen layout. In the layout we are trying to add a field which will supply the Short Description of the ‘ward’ in which the BE lies. However we are not finding any such field which will populate this value. There is one filed which just supplies the ‘ward code’, but not the short description that has been mapped against the ward code.

My question is, will it be a possibility that this filed can also be added to the layout (or to any other layout)? I have alreay tried all the options possible under “Choose layout” and “Change layout” under Settings.

You can add additional fields to this report by using a BAdI.

BAdI : BADI_REIS_LIST provides a solution to extend RE-FX reporting with the fields you want to be displayed. (with a little bit program code)

You can find further information in the online documentation of the BAdI and use the example implementation as a template for your own implementation.

TCODE: SE18
BAdI: REIS_LIST

Online documentation link: Click here

Under BC – ABAP Workbench: Tools > New Concepts > Business Add-Ins

No comments:

Post a Comment