cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a new (standard) field to ME5A output

anne_angsmann
Explorer
0 Kudos

Hello,

I am currently trying to add a field to the output of transaction ME5A.

It's a standard field (BISMT from table MARA), and the requirement is to fill this field - which I think I managed by using an enhancement point in report SAPDBBAM, as well as appending the field to structure CI_EBANDB.

But I don't know how to add this field to the output list.

When I search for similar questions, I often read about an ALV output, but in our system, it's still an old-fashioned output format, as you can see in the screenshot:

screenshot.png

I'm supposed to replace the output field "Trackg No." by the new field BISMT, but I keep searching and cannot find the code where this list is created, not to mention that I also need to find an enhancement point which I can use to change the list.

So any help would be highly appreciated!

Thank you very much!

Anne

Accepted Solutions (0)

Answers (1)

Answers (1)

anne_angsmann
Explorer
0 Kudos

Hello,

in case anyone is looking for the solution - my colleague helped me find the correct places:

To change the header output, you can use an enhancement point in include FM06BF04_TOP, replacing 'WRITE: / TEXT-U03' by your own header line.

For the data output, the enhancement point in include FM06BFLI_BAN_ZEILE_003 can be used (at least in my case, where I wanted to edit the 3rd row. There are other includes for the first two rows as well).