Suggestions for forum improvements

Wishlist (in sequence of appearence):
<ol>
<li> [Distinction between answeredsolved closedunsolved functionality|Suggestions for forum improvements]
<li> [Enhance SCN search|Re: How to close a question which is not answered]
<li> [Friends-And-Foes functionality|Re: "Kill List" suggestion;
<li> [Metrics for quality measure|Re: How to close a question which is not answered]
<li> [and information on the direction of the forums|Re: How to close a question which is not answered - and other improvements...]
<li> [FAQ collection forum|Re: How to close a question which is not answered]
<li> [An open, overall SDN suggestions site|Re: How to close a question which is not answered]
<li> [More abuse categories|Re: How to close a question which is not answered - and other improvements...]
<li> [Personal status of the person posting|Re: Suggestions for forum improvements]
<li> [Improvement of formatting issues|Formatting issues in SDN postings (character limit and code tags)]
<li> [Stricter moderation|Re: Suggestions for forum improvements]
<ul style="list-style:circle!important;">
<li> [Penalising whoever answers basic questions|Re: Suggestions for forum improvements]
<li> [Cutting points/guestifying responders|Re: Suggestions for forum improvements]
</ul>
<li> [Visibility of number of people following a thread|Re: Suggestions for forum improvements]
<li> [Invention of u2018honour badgesu2019|Re: Suggestions for forum improvements]
<li> [Substitution of the points-system by:|Recognize the contributor;
<ul style="list-style:circle!important;">
<li>[Introduction of a secondary point-system|http://forums.sdn.sap.com/post!Re: Suggestions for forum improvements]
<li>[Designing a u2018recognition and votingu2019 system|http://forums.sdn.sap.com/post!Re: Suggestions for forum improvements]
<li>[Considering the honeypot system|http://forums.sdn.sap.com/post!/community [original link is broken] 9111575#9111575]
<li>[Inventing an event driven honouring|http://forums.sdn.sap.com/post!/community [original link is broken]9135164#9135164]
</ul>
<li>[Bring transparency to the moderator-elevation and maintenance process|How to become a Moderator in SDN Forums;
</ol>

Hi Marilyn,
Thanks a lot for the reply, it's good to see that even the not-so-polite rant postings are taken serious and get attention. I think that most of us truly appreciate the platform SAP is providing, but we're a bit tired with some of the application features/limitations. So I hope nobody takes offense when we're venting a bit...
Waiting for more input here.
I neither understand the <em>more input</em> (for what and by whom) nor the <em>here</em> (this thread or this forum). The missing functionality for dealing with unanswered questions seems obvious enough. At least that should be one topic that everybody agrees on. I suspect that the same applies to the rather poor <em>search capabilities</em>. Though as we can see in the forums, lots of people apparently seem to prefer to quickly shoot some questions instead of wasting their time with any research...
Continue to convince us please.
Is that a polite way of saying <em>keep on whining</em>? If yes, then no problem, I think we all need to do that from time to time...
If the feedback from the community is truly important, I'd say that there should be a public system for posting bugs/feature requests on which people could vote. This should be prominently placed in the forums and would allow easier feedback. The voting feature could be used to possibly limit the bugs/requested features to look at (e.g. top ten list) and then be classified by SAP based on implementation effort (with the usual disclaimer that no feature might ever be implemented just because it's wanted). Needless to say that it should be easy to search for already existing requests, but in general I'd assume that fairly soon there would be more voting (on top requests) than posting new ones...
To channel requests and avoid too many silly postings in this bug/feature tool one could imagine using earned <em>forum points</em> possibly as a currency for putting a value to the requests (i.e. I could vote to say if feature A gets implemented I'd pay it with N forum points, which are deducted from my account once the feature is present). I'm not sure if that is a good idea, but at least it might ensure that people who truly care about the platform enter their comments. At least it seems that often systems, which implement some artificial monetary system and try to optimize on cost, yield very good results...
Cheers, harald

Similar Messages

  • Suggestion for forum improvement

    Recently, when I tried to execute some code at home which I had posted in this forum at work I noticed that it did not work and trying to find out, what happened I saw that two code lines like
    field1||' &lt; '||field2,
    field3||', '||field4||'('||field5||')',were shortened to a single line
    field1||' < ', '||field4||'('||field5||')',and some days later I had an example where several line of code disappeared after a &lt; sign and I noticed that also other user of the forum posted code that was somehow "broken" because they used characters like &lt; and &gt;. I think this happens because the forum software tries to find html tags in the code, but in my opinion this it not always a good idea. If I copy and paste some code from my "real world" here, it is annoying to check, whether there occurs a problem because of the html interpretation of some characters in this code.
    A possible solution for this could be, that there is a setting in the user profile like "I want to use html tags in my postings" and in my opinion this should be switched off as a default for new users of the forum. And if this setting is not checked any code in a posting will be shown exactly as it was pasted into the box.
    What do you think about my idea?

    I don't know what was disabled in the past but I still can use things like &lt;font color="red"&gt;<font color="red">red</font>&lt;/font&gt; here in the forum and that's what I mean.
    And maybe you misunderstood my intention. I don't want more html as there is today. I want less, at least for unexperienced users. If users want they can switch it on immediately but than they should know what they do and be aware of the side effects.
    I personally would prefer to keep html off totally. I don't need the possibility to use <font color="red">red code</font> but I would like to copy and paste my SQL and PLS/SQL code without checking if there are any characters in my code which get interpreted as html code and destroy the functionality of the code.

  • Any suggestions for CHEAP improvements to dequeue performance?

    We have a case where we have to call the SO change BAPI twice in rapid succession on the same SO.  It would be nice if we could avoid this, but we can't, so let's assume that redesigning the code is not an answer to the problem.
    In our dev instance, dequeues are very quick, and as a result, we almost never get "self-contention" on the second BAPI call. 
    That is, the second BAPI call almost never returns an error saying that the SO is in use by the same user. 
    But in our first-level QA instance, we were almost always getting this kind of "self-contention" error until we actually put the second BAPI call in a DO loop that executes up to 20 times with a 2 second wait inbetween each iteration.  (Note that before taking this extreme measure, we tried calling the "VBAKKE" dequeue function twice (explicit and wildcard) with a 2 second wait, but this didn't help.)
    What is causing the difference between dequeue performance in our dev and QA instances, and is there anything CHEAP that can be done to improve performance in our QA instance?
    Inquiring minds want to know, so thanks for whatever time you can afford to spend thinking about this matter.
    djh

    Hi Krish L -
    Thanks for taking the time to respond.
    Before we went to the "VBAKKE" dequeue in explicit and wildcard mode, we tried a simple dequeue all that didn't work.
    Also, before we put the second call in the DO loop with the wait two seconds, we changed the explicit commit between the two BAPI calls to a commit and wait, and also put a hard wait up to 2 seconds AFTER this commit and wait.
    So you can see that our enqueue server must be really suffering, because the only thing that's worked so far is the do loop around the second bapi call, with the 2 sec wait inbetween each iteration.
    That's why I'm asking for help from the Basis side, because it's clearly a problem of overload on the enqueue server contention for the lock table at the Oracle level.
    Do you (or anyone else) know if the lock table can be parallelized at the Oracle level?
    Best
    djh

  • Suggestions for sharing improvements

    1. The reply-to for emails sent when a document is shared should default to the account holder's email. Currently it is set to [email protected] which is inconvenient for the person who receives the email and want to reply.
    2. The Cloud service should integrate an address book that could be synched with the users personal address book.

    Great idea, DWcourse. I have added this on your behalf to the Ideas tab, so other folks can vote on it too. The development team loves to hear what is important to you, so please keep the ideas and feedback coming.
    Thanks very much for posting!

  • Where can suggestions for app improvements be placed?

    Recently, the comfortable display of in-app info (such as current temperature in weather apps) has been introduced. Unfortunately, sub-zero temperatures are displayed in a red dot just as if they were positive. Understand that introducing a "minus" may cause a space problem but how about displaying blue instead of red dots for such sub-zero temps?

    For 3rd party apps, contact the app developer.

  • Suggestion for forum - ability to delete message

    You should be able to delete a message that you posted.  I don't see an option.

    You can click on the "Report Inappropriate Content" link and ask for a Moderator to remove the post.
    Also if you are using IE9 to post on the community, please turn on the compatibility mode. It will prevent the duplicate posts or blank posts.

  • Emergency Numbers - suggestion for iPhone engineers

    I can't find a forum to make suggestions for iPhone improvements - this seems the best choice - hopefully Apple engineers browse this too.
    When the iPhone is locked and password protection is on (required by some companies who allow corporate mail to be received on the iPhone), no one can get to the Contacts list on the phone. I would strongly suggest that Apple has an icon for an "Emergency" phone number that can be dialled without having to enter a password.
    I believe that emergency personnel look for an "ICE" (In Case of Emergency) phone number to call if the bearer of the phone is incapacitated. If the phone is locked this can't be done.
    Hence, it makes sense to have an ICON that allows an emergency phone number to be on the screen where the user types in the password. In case of an emergency, someone can move the slider to the right and unlock the phone. However, since they don't know the password, they can tap this new Emergency Icon to call some number.
    If the iPhone is lost and falls into the hands of someone honest, then this is also a way for that person to contact the Emergency Number to return the iPhone to its rightful owner.

    You can call "any" number - true.
    However, if there is an accident what an emergency personnel needs to do is to call a person like a spouse or a parent. These numbers are in the Contacts list, but the contact list is not visible until you enter a passcode.
    So what I am suggesting is that Apple allows an "Call in case of Emergency" button that can be programmed by the user to contain a phone number. Now, this number can be called without having to enter a passcode.
    Thanks for the link ..

  • Suggestion for Apple or Third-party software company?

    My first question is, where should I post the following suggestion for an improvement in FCP or for the creation of a third party software – suggested sites, blogs, etc.?
    Next, my recommendation, and then my explanation of the reason why (including my personal semi-disaster):
    Recommendation: That someone create a “Project Management” software for FCP (essentially a file management program that runs in the background) that organizes and tracks all of the files created during editing/post production – including the log/capture or log/transfer of the original footage, the audio files, stills, effects, etc, AND all of the files created by the program -- Live Type, Motion, Soundtrack Pro, and Color (especially color). The reason for this is that FCP has an incredibly complicated filing system that results in shots, files, documents, etc., being distributed all over the place – and not all known to the filmmaker or identified in the documentation. And, that condition can lead to disaster – see below.
    Explanation: I just finished my first HD project using Studio 2, including sound track pro and color. After completing what I though was the absolute final version, I burned a one-off DVD and ran it by several filmmaker and non-film maker friends. They all spotted a small sound problem with one cut, so I went back to tweak it – and discovered that ALL of the footage had gone offline. I had nothing, nada, zilch. I had saved earlier sequences (rough cut, polished cut, etc.) and all the original footage appeared, but I had taken the final version into color for some corrections and adjustments, and ALL of those shots/files were missing.
    After burning what I believed to be the final cut, I had cleaned up my hard disk, moving stuff to my backup hard disk, to my RAID array, and to the trash. So, after the initial shock and complete panic, several hours of searching all of these drives, led me to the file that contained the files that contained the color corrections – in my trash, which fortunately had not been emptied. I have no idea where the files were before or how they got into the trash – obviously they were not added to the scratch disk with all of the original footage.
    Part of the difficulty of finding the shots was the discovery that color creates a file folder, that holds a set of file folders, each of which holds only one shot. In order to reconnect, I had to move the parent folder to the desktop, and then move all of the shots, one at a time. into a single folder, and then point reconnect to that folder. Problem solved.
    However, now I face that question of archiving the project, moving all of the files off my hard drive so I can use the space for my next film, and I am terrified that I will leave something out, and not be able to recover the project in the future. Having a project management software that organizes and coordinates all of that would be a lifesaver – and well worth the purchase price.
    Anyone who would like to explore this idea, please feel free to contact me – [email protected].

    You've just learned a hard lesson. Put your current energy into your education, not finding a way to wallow in ignorance.
    There already is a hardware device that will do what you want. It's called a "manual". In particular, the sections that relate to "where the program stores media". Pay very close attention to those sections and set up your computer so that all the scratch and storage pointers are aimed where you want. It's very simple to have them all go to one drive.
    Then, when it's time to archive the project because you are starting a new project, just purchase another hard drive for the new project. They are absurdly inexpensive these days.
    Remove the drive with your project to be archived from your computer (since you now know how to keep all the files organized, they will be all together) - and plug in a new disk for the next project.
    If you want a backup, use carbon copy cloner to simply duplicate the drive (or simply just copy the relevant folders- you'll know which ones) to another drive (or get a RAID 1 device)
    good luck,
    x

  • Suggestion for Macbook Pro

    The DVD slot on MacBook Pro's should be relocated to the left side, as most users are right handed. When disks are automatically ejected, they sometimes hit the users right wrist and can cause a re-insertion. Just a suggestion for design improvement.

    It could be a problem if people are using the outdated method of dragging discs to the Trash, which puts your wrist down by the slot. But there is not a problem if you use the much faster method of pressing the Eject key or Command-E. Even clicking the little eject icon in the Finder sidebar has less of a chance of putting your wrist there, because a problem with dragging to the Trash is that you are guaranteed to be pulling your wrist down to the lower right corner by the drive slot.
    Another possible cause of the problem is that people may be using un-ergonomic laptop technique, letting their wrists fall to the keyboard. You are supposed to hold your hands above the keyboard so that you don't have a bend at your wrist, which can cause carpal tunnel. Since my hands are above the keyboard, there is no chance that an ejecting disk will hit them. I think that's why no ejecting disk has ever hit my wrist.

  • How to make suggestion for improvements in LR

    How do I make suggestions for new features or improvements in LR?
    The stacking function, IMO, needs to be improved.  The time between shots does not take into account the length of exposure.  For example if my exposure is 5 seconds the stacking exposure will not add the two exposures together in the time setting < 4 seconds.
    Ideally I would like to see an HDR stacking function, looks at time between exposures (taking into account the length of exposure) and changes in exposure.
    ideally there would be similar options for pans and focus stacking.
    Thanks
    Rich

    Submit a feature request or bug report
    Go to the above site.

  • Suggestion for a needed Walkman app improvement

    Dear Sirs,
    Although I’ll sadly have to part from my Sony Z1 (for other issues reported on this forum and to Sony Xperia Care, namely the touchscreen issue), I would still like to leave a suggestion for the most underachieving app (imho) from a Sony Smartphone.
    With the long tradition on audio excellence and the Walkman brand, I would suspect that it would be a strong point on a Sony Smartphone. Strangely enough, the Walkman app made me buy a third party app (PowerAmp) to get some basic functionality like I had on my old iPhone 3GS.
    One of the most serious faults of the Walkman app is the lack of volume normalization between audio tracks. Although Sony does provide a workaround (which is nothing more than a dynamic range compressor), it doesn’t make any sense (imho) with today’s technology.
    Replaygain (for instance) is a free (but very effective) way of normalizing volumes without degrading the sound quality. Many apps like PowerAmp have it, and even iTunes has a proprietary version of it built in on every device for many years now.
    As I said before, this can be done with third-party apps and third-party media management software (like JRiver or the free Foobar), but by doing so, the user loses the integration provided by a unique manufacturer (Sony Media Go -> Sony Walkman).
    I’m really just trying to help, as it gets harder to understand why Sony lacks on such elementary things audio-wise, when the same company has Walkmans supporting the highest definition audio formats available today.
    I tend to relate Sony with high quality digital audio products, so it seems strange that this particular app is so rudimentary on these levels. The Walkman app is eye-candy, but it should also be “hear-candy”, which it isn’t.

    You need to pass this on to the Sony delvelopers site as this is a user support forum
    Contact details for Sony support http://developer.sonymobile.com/about/how-do-i-get-in-contact
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Suggestion for Improving Number

    Hello Oracle Java community,
    I've recently encountered some difficulties using the abstract class java.lang.Number, and have a suggestion for improvement.
    I'm writing a class that computes statistical information on a list of numbers - it would be nice to not couple this class to Integer, Double, BigDecimal, or any other wrapper by using generics. I saw that there is a nice superclass that all Number objects inherit from.
    I came up with:
    public class Statistics<T extends Number> {
    private List<T> data;
    // statistical data that i wish to find and store, such as median, mean, standard dev, etc
    public synchronized void setData(List<T> data) {
    this.data = data;
    if (this.data != null && !this.data.isEmpty()) calculateStatistics();
    private void calculateStatistics() {
    // Welcome to instanceof and casting hell...
    h4. It would be nice to have richer functionality from the Number class, say to do mathematical operations with them or compare them.
    h4. After all, in the real world it is possible to do so.
    h4. Real numbers are much like BigDecimal. Why not take the idea of BigDecimal, and make that the parent of Integer, BigInteger, Double, Short, Byte, Float (I'm probably forgetting a few)? All of those are limited forms of real numbers. It would make comparison between Number datatypes easy, would probably remove all of that duplicated arithmetic code between all of the children of Number, and also allow Numbers to be used in powerful generic ways. The parent/replacement of BigDecimal could even be named RealNumber, which stays true to its math domain.
    As a side note, I'm solving this problem by taking an initial step to convert the List<whatever type of Number that the user enters> into a List<BigDecimal> by getting the toString() value of each element when cast as a Number.
    private List<BigDecimal> convertData(List<T> data) {
    ArrayList<BigDecimal> converted = new ArrayList<BigDecimal>();
    for (T element : data) {
    converted.add(new BigDecimal(((Number) element).toString()));
    return converted;
    Criticism is always welcome.
    Thanks for your time and thoughts.
    -James Genac

    How compareTo() came into existence is from Comparable interface. As I understand, Comparable came into existence since Collections API has sorting functions - which needs to be run with a matching Comparable object that knows how to determine which element is larger than the other (not limited to objects representing numbers, you might sort a list of Persons). Hence, compareTo() is not solely meant for the comparison of numbers. Existence of the method in BigDecimal is just one case.
    Subclasses can override the equals() method, but that cannot be implemented in a cleaner manner and leads to a very poor design. For example, you might want to compare an Integer and a Float. So the Integer class's equals() method need to have some if-else structure to determine the other type and then compare. Same holds true for the Float class's equals() method as well. Ultimately, Everything becomes a mess. All subclasses of RealNumber needs to know about all other subclasses of RealNumber. And you will not be able to introduce new subtypes and expect the equals() method to work correctly.
    To avoid this, you need to depend on a single representation form for all types of numbers. If that's the case, you might just live with something like BigDecimal and not use Byte, Float, Integer,... (which we kind of do in some cases - for example to represent monetary amounts). So we can live without Byte, Float, Integer,...
    Then we need some utility classes that would contain some number type specific functions to work with primitives. So we will also have Byte, Float, Integer... unrelated to BigDecimal.
    Clearly, the wrapper types are there not because of the need to represent real world number types, but because of the need to represent computer domain number types. Hence, they have been organized not according to relationships found in real world number types. Many of us find this way of modelling sufficient and have an understanding about the limitations. But if you need to model the real world number relationships for some special reason, you might write some new classes. Then again there will be real world aspects that you will not be able to model easily. So you will model some aspects and neglect the other.

  • Suggestions for new features & improvements to LCCS/ICS service

    Firstly Hello, I am James from Influxis. if you got a suggestion for a possible improvements or new features to LCCS/ICS feel free to add your suggestions below and we look into it.
    Thanks,
    James

    Hi James,
    With the offering from Adobe, it was possible to have a free account with $15/month of service offered.
    It was really useful to developp applications, or to make demos applications for clients, and then paying when the application takes off only.
    Does Influxis plan to offer something similar?

  • Suggestion for new Forum - Software Quality Assurance & Testing

    Hi - I'm active in ASUG and a SIG Chair for Software Quality Assurance SIG.  I'm new to SDN and looked around a bit for where topics related to Software QA, Testing, Test tools & methodologies, etc. would be posted and discussed.  I haven't found any relevant forums.  A couple postings on SAP TAO (test tool) landed in the Solution Manager forum... looks like they were searching for a relevant home too.
    We have good content and discussions on these topics on asug.com and I'd like to facilitate bringing some of these topics to the larger SDN community.  I started a blog, we sponsor webinars, etc.  What would you think of having a forum on SDN called Software Quality Assurance & Testing?  Or are there other suggestions for where I would start discussing this?  Maybe the forum's out there already but I just can't find it?
    Thanks!

    Count me in!
    Currently the security aspects of good software development don't have a real home either, and are distributed over SCN in a rather thin and adhoc fasion by a few folks.
    I am sure that such a forum would attract a lot of new attention to SCN on the customer side, as it is important for them.
    It would also be irrefutable that the SCN Rules of Engagement are applied strictly to such a forum
    Cheers and good idea!
    Julius

  • Any suggestions for improving my efficiency?

    These are the two methods I've come up with to use what I have for making movies. One is for DVDs. The other is for making QuickTime MOV files for CDs. This is the process I have to use because we don't yet have our digital video camera that is firewire compatible with Final Cut.
    For DVDs that will play in DVD players or media software on your computer:
    1. I take the Video_TS folder and run it through DVD Imager (free, macupdate.com) which converts it into an IMG file.
    2. I use the Apple Disk Utility (part of OS X) and burn the IMG file to a DVD.
    Simple enough.
    Making our recorded footage editable in Final Cut and then exporting as a QuickTime movie is a little more complicated. There may be a simpler way to do all this (like get a fire-wire FC-compatible camera I can capture footage from) but this is the process I finally got to work:
    1. In the Video_TS folder are two VOB files. The larger one is the one that actually has your video on it. I use MPEG Streamclip (free, squared5.com) to remove the timebreaks (otherwise all you get is the poster frame) and convert it to a Quicktime MOV file. For settings, I just use Apple Video, 720x480 NTSC, and 30 fps. You need to buy the Apple Quicktime MPEG-2 Playback Component ($20, apple.com) for this free software to work.
    2. Import the MOV file into Final Cut (I use Express which is $300 from apple.com) and do your editing and other yumminess. You'll need to render it first.
    3. Export as an MOV file ... there's no .mov extension and the Info says it's a Final Cut Express Movie file, not a QT MOV which makes me nervous so I I open it in QuickTime Pro ($30, apple.com) and export it using the Movie to Quicktime Movie setting.
    4. Then I burn my Quicktime movies to a CD.
    Any suggestions for improving my efficiency?

    "For DVDs that will play in DVD players..."
    If what you want is just to make copies of a DVD you burned yourself (eg using iDVD or your DVD camcorder) there is a simpler way: just create an image of the DVD on your desktop using Disk Utility, and then burn it using Disk Utility.
    You need to go into the process of copying the VIDEO_TS folder only if you want to make changes to it. For example you might need myDVDEdit, a very powerful free editor of the DVD structure (to change the menu button behaviour, or so). Or maybe if the image is of a different size, from a small DVD to a large one.
    Piero

Maybe you are looking for

  • Threat detection in ASA 5505

    Hi Everyone, i am seeing this log in ASA May 23 2014 22:03:40: %ASA-4-733100: [ Scanning] drop rate-1 exceeded. Current burst rate is 26 per second, max configured rate is 10; Current average rate is 3 per second, max configured rate is 5; Cumulative

  • WDTV live won't see Macbook over network

    The WDTV tech people basically threw their hands up, saying apple doesn't know how to design computers and I've exhausted all the AV discussion groups. Has anyone else successfully networked a WDTV to OS X (10.5.8)? I can see the WDTV, but it doesn't

  • Sp43882 error message after upgrade to windows 7

    hello, i've just upgraded to windows 7 32 bit and installed the update  sp43882 on my pavilion dv4 1409tu. the problem now lies during the installation of the update,this error message appear '' error 1904.module c:\program files\digitalpersona\bin\D

  • Flash Not Working in Safari 3 for Mac

    Hi, It seems that Flash is having problems loading external content such as images. Please see the following links: http://www.hgtv.ca/sarahshouse/theshow.aspx?sectionid=210&categoryid=63132802353 95294576&postid=9999 http://www.hgtv.ca/holidays/deco

  • Fatal Error: %DNS_CLIENT-F-LIFTMREXP

    Hello everyone Our SG-300 52 is Rebooting after some days. Then I get the following entry in the Flash Log: 2147457712 2013-Sep-30 17:35:27 Emergency %DNS_CLIENT-F-LIFTMREXP: life timer expired outside ready/refreshing state  ***** FATAL ERROR *****