|
MRS (Multi Resource Scheduling) -
Enhancements in MRS
|
|
Written by MRS Expert
|
|
Thursday, 14 May 2009 09:02 |
|
Lot of customers wonder if they can change the sequence of the resources in Planning board. The standard planning board by default sorts the resources based on their name. However, if you wish to change the sort sequence, then you can do so. There is no customizng option to do that, but a BADI is available that can be used to change the sorting sequence.
Implement the BAdi: /MRSS/SGU_SORT_RESOURCES_SEQU (Enhancement spot: /MRSS/SGU_ES_SORT_RESOURCES).This BAdi provides a method SORT_RESOURCE_SEQUENCE that will import a list of resource and its data. You can then change the sequence and export the resources back with new sort order. In this method all the necessary information like: Resource Guid, Name, Org unit information is available. Based on these details, customers can decide their sort sequence.
|
|
Last Updated ( Thursday, 14 May 2009 09:02 )
|