cancel
Showing results for 
Search instead for 
Did you mean: 

Add new field to ALV lists

Former Member
0 Kudos

Hello everybody,

I am trying to add additional fields to standard report list. Being more concrete, I need to add DMS Document Info Record - related fields to PM Orders and PM Notifications Lists.

I have found some SAP Notes related to this, but all of them need these new fields to be included in the standard tables. For example, if we add new fields to AUFK table (using "CI_" includes, CI_AUFK), these new fields need to be added to the RIHAUFK_LIST structure.

Using CI_ includes does not solve our problem because the new fileds we need to add must be dynamically calculated when the report is excuted.

¿Any idea? (BAdI?, User Exit?, ...)

Thanks in advance,

Julio.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi Julio,

what should be done after adding fields to the RIHAUFK_LIST structure. new fields are appearing on the notification list but they are empty.

Former Member
0 Kudos

HI

I believe you should be adding these fields to the CONFIG table as well.Else an inconsistency would be caused and would result in unnecessary dumps.

Please see if this is of some good to your problem.

Regards

Chen

Former Member
0 Kudos

Hi Julio,

For this you need to add your required field in the screen painter of that .

In order to trigger this you need to include your code placing a debugg point.

Thanks,

Sudheer.

Former Member
0 Kudos

Did you ever get this to work? We have the same requirement. Thanks.