cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MBLB New Fields

Byz1
Participant
0 Likes
516

Hi,

How can I add a new column to the MBLB screen?

Accepted Solutions (1)

Accepted Solutions (1)

Dominik_Tylczynski
SAP Champion
SAP Champion

Hello @Byz1 

You need to enhance the RM07MLBB report. Additional fields can be added to the field catalog with the enhancement point ehp605_prepare_fieldcat_01 at the end of the PREPARE_FIELDCAT routine. The fields can be populated with the enhancement point ehp605_read_data_02  at the end of the READ_DATA routine.

Best regards

Dominik Tylczynski

Answers (1)

Answers (1)

jagdeepsingh83
Active Contributor
0 Likes

Before enhancing check also check ME2ON -otherwise, you always have the option to add a field catalog to the standard report or you always have an option to copy the standard to create a custom report with your report with any many fields you like 🙂