cancel
Showing results for 
Search instead for 
Did you mean: 

New fields in rf monitor

Former Member
0 Kudos

Greetings. We have a problem missing some fields in rf monitor. We would need to add some fields from delivery for transfer orders in rf monitor that are made based on delivery. We need it in process to have the connection for customer name,delivey number and a few more possibly. Can you advise on the solution. Is there any standard way to add the fields there. Or we need dev? We really need this bad,as up until now we have needed to doble click to,go to to header,click delivery number,and see the details...but that is waisting too much of out time!

Accepted Solutions (1)

Accepted Solutions (1)

mihailo_sundic
Active Contributor
0 Kudos

Ok, after reviewing the program, there seems to be a couple of includes you need to take a look at.
Assuming, you will copy the main program to Z-one, including all the includes

First, use include (Z)LLRFMONTOP to define your custom data...

Second, include (Z)LLRFMONCL5, you can use its method Constructor to fill the additional data to be shown.

Then use include (Z)LLRFMONCL8 to implement the changes in ALV grid.

You actually don't need to modify the main program at all to achieve this as far as I can see.
But this will require quite a bit of coding work, but shouldn't be very hard to achieve it...

Regards,

Mihailo

Answers (2)

Answers (2)

mihailo_sundic
Active Contributor
0 Kudos

There is no standard way of implementing additional fields in this t-code.
You need a custom development to achieve this.
Let me explore it a bit and get back to you with the solution.

MANIS
Active Contributor
0 Kudos

As far as standard are concern there are no possibility to add the additional fields. You need to developed a zcode of standard SAP program SAPLLRFMON and add the required field in  screen 100

Please check with your development team in terms of overall effort and complexity