2015 Nov 19 10:12 PM
Hello Friend,
Need your opinions on using *’s in action matrices, I am building a matrices and find few actions
which are needed at almost 70% of the places in matrices.
Want to know if you suggest to go ahead with using * or **** at places in action matrices. Please share you experience on using * while
building matrices, also if you faced any performance issue. I am not sure when we make an entry with * how much it affect system performance while calculating all possible actions for an vehicle at given condition.
I am building something like below.
Action | Old | Action | New |
MF01 | * | SMOD | * |
MF01 | AB** | CMOD | * |
Appreciate your help in advance.
Thanks
Ritesh
2015 Nov 23 5:14 AM
Hi Ritesh,
More specific is always much better. So I will suggest avoid *'s .
Regards
Ganesh
2015 Nov 23 5:14 AM
Hi Ritesh,
More specific is always much better. So I will suggest avoid *'s .
Regards
Ganesh
2015 Nov 23 6:45 AM
Hi Ritesh,
This matrix is used for determination purpose as to which action to be run at which status or in other words i would say it is called as allowed action / possible action for a certain status of the vehicle.
In my view this should not create any performance issues at action processing, however at action determination at VELO screen this cloud possibly impact.
Regards,
Sachin Balmiki
2015 Nov 23 5:32 PM
Thanks for reply , its really very difficult to be very specific in cases when my action is generic enough to cover possibility of updating minor information on vehicle record. If a update is ir-relevant of vehicle status either I need to make entry in matrices at all possible combination and in attempt to be more specific I may end up extending matrices.
Want to know what SAP recommended as best practice in such cases ? Have you guys encountered any issue while using * in matrices?
Thanks
Ritesh
2015 Nov 23 9:06 PM
Thanks for reply , you correctly pointed out my question is related to "get possible" in VELO.
It will be great of you can share whats your experience with using * in matrices and if you know what SAP recommend here as best practice on create a lengthy matrices covering all possibility or use * at few places to cover generic possibilities.
Thanks
Ritesh
2015 Nov 24 5:44 AM
Hi Ritesh,
Yes , we always get such actions but I keep very specific entries in action matrix to avoid misuse or do addition programming checks. If you can list which actions exactly you want to make generic then may be we can help you to segregate either into more specific or generic
Regards
Ganesh
2015 Nov 24 10:41 AM
Hi Ritesh,
Following is according to SAP technical documentation on Creating your own actions on the old & new vehicle status.
"You can also work with asterisks as wildcard characters and thus describe an entire cross-section of vehicle statuses. This is useful, for example, if you want to express in the action matrix that an action can not only be executed at one particular point in the process but also at a point within the entire cross-section of the process chain. For example, you can enter MM1* for MM10 to MM19, MM* for MM10 to MM99 or M*, *.
Vehicle status can be kept as only asterisks " * ", however I would suggest you atleast minimum put in one alphabet digit & then asterisks.. for example M* , T* , Y* , Z*.. etc...
Regards,
Sachin Balmiki