Question:
In the BPS0 screen,
there seems not to be any sort sequence in the planning functions shown on the screen,
while I would like to have it sorted by technical names ;
That might look picky, but I actually have more than 500 functions, and we lose time each time we need to find a specific one.
any idea ?
Ch
_________________
_
There are only 10 types of people in the world :
those who understand binary and those who don't.
Answer:
Sort functionality is something a decent developer would have thought of ... grumble grumble grumble
It seems that is linked to that tables UPC_PROFILE* E.g. UPC_PROFILE_ME for planning functions.
What I've not been able to determine is whether the order displayed is linked to the sequence number field (PORDER) or the order that the entries were made into the table.
It's a bit odd, because a whereused in SE11 on UPC_PROFILE_ME indicates that nothing is updating it. It's conceivable that a program to order this alphabetically could be written.
Alternatives - use FIND, or create your own profile with the functions you use.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.
Answer:
As far as I know, the FIND is not working on Planning function level.
However, changing the value of PORDER in the table UPC_PROFILE_ME will do the trick (I use all of the functions) ; thanks !!
Ch
_________________
_
There are only 10 types of people in the world :
those who understand binary and those who don't.