on ‎2025 Mar 21 7:22 AM
Hi,
How can I add a new column to the MBLB screen?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 40 | |
| 21 | |
| 16 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.