General question posting in forum

Hello Guys,
Please help in reffering other's post as URL's links.
How to get the URL's of others posts?
For every post i see
https://www.sdn.sap.com/irj/sdn/collaboration
as url in my browser but how to get the actual ID.
For Example:
mm01
Thanks
Rajesh

Hi folks ..
I am in need to validate the fields of Purchase Requisition and based on that i need to change the value in PR when saving/creating  say i need to give error message and update a check box in the same PR screen(Item level) in ME51N.
Can you anyone pls guide me any user exit/BADI  can be used for this purpose ? and if possible can you send me some sample code ?
Answers will be must appreciated and rewarded ..
Thanks in advance .
Regards
Raj R

Similar Messages

  • Posting general questions

    As a new user to apple forum discussions I find it a very user unfriendly system. Een finging how to view discussions took me over half an hour, and to post a question even longer! Now I cannot find where I should go to post a general question not related to any of the lists on the forums homepage. Very frustrating! Can anyone advise me how I open an account online since I cannot get the system to accept my details since my country, South Africa is not in the international list. Surely one can use a credit card without having to fill in a physical address!? I wish to get Quicktime Pro and cannot as it is not on the shelves and I can't get past this address problem!
    Thanks,
    Kendrew.

    Joe Dew wrote:
    You figured out how to post a question. I haven't figured that out yet. What's the trick?
    Joe ~ Welcome to the discussions. See here:
    http://discussions.apple.com/help.jspa#postquestion

  • PM/EAM related questions posted in PLM forum

    Hi,
    I was going through some of the threads available in PLM forum, but to my surprise, most of the threads posted are related to PM, which should have been posted in EAM forum. It was clearly mentioned by the moderator in one of the sticky thread [PLM-Forumsplit - Please ensure you are using the right forum|PLM-Forumsplit -  Please ensure you are using the right forum;
    Questions regarding Plant Maintenance (PM) or Customer Service (CS) are discussed in the Enterprise Asset Management (EAM) forum
    forums - posts will be moved to the right forum.
    Please ensure your are opening a new thread in the right forum
    Despite the clear instructions given my the moderator, PM related questions are still posted to PLM forum and some of the active participant of EAM forum answers these questions in PLM forum. It would be nice if those threads are moved to appropriate forum, so that the relevant informations are available under one forum, also, PLM forum should be monitored regularly and inappropriate threads are to be moved to their respective forum.
    Few PM related threads posted recently in PLM forum:
    [Change PR for External order|Change PR for External order;
    [BAPI or Function Module to Complete Maintenance calls in IP10|BAPI or Function Module to Complete Maintenance calls in IP10;
    [delete material from PM order|delete material from PM order;
    [Message no. IW056 Work center change --> default data redefined|Message no. IW056 Work center change --> default data redefined;
    [Component in Task list not reflecting in maintenance order|Component in Task list not reflecting in maintenance order;
    [Deleted functional location/equipments|Deleted functional location/equipments;
    [PM orders not listing components from material BOM|PM orders not listing components from material BOM;
    [Completion date in Maintenance Plans in IP10|Completion date in Maintenance Plans in IP10;
    I had used abuse reports for some, but numbers of such posts are many.

    I hate to say this, but I often see the same thing, and I've never been able to figure out exactly what triggers selectability vs. non-selectability, but I suspect some of it has to do with tranparency flattening in particular, and possibly text wrap in cases where that comes into play. ID optimizes the PDF it creates, I think, and that might cause text, or even images, to be broken into chunks in funny ways. It occurs to me that turning off optimzing for fast web view might help in this regard.

  • Set up email posting of a question into the forum

    I'm asking if its possible to configure a forum such that an email can create a new 'post' that can be answered (and reply to the posters email). 
    klaas

    You might inquire here as the bridge has roughly that functionality for posting but forums user's email are not exposed for the private replies.
     http://communitybridge.codeplex.com/discussions
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to effectively ask a question on this forum

    Ok, so this'll take a little explaining. I was kinda bored over my lunch break, so i decided I'd write a general reference for how to post well on this forum. I realize that many people aren't gonna read this the first time they post, but i thought it would be a good thing to reference when replying to people who post a poor question.
    _10 Ways to Post a Good Question on this Forum_
    _1) Write a descriptive subject line_
    This is the first thing that people see, and it influences how they read a question. Subjects like "Java error" tell people nothing about your problem. Subjects like "How to implement a SAX parser for use in multiple classes" are infinitely more useful.
    _2) Don't use phrases such as URGENT or HELP ME!!! or IT'S DUE IN AN HOUR!!!!_
    The people on this forum don't have the same priorities as you, and therefore don't care if your problem is urgent. In fact, they find it rude to assert that your problem should be solved before somebody else's just because you procrastinated. They also don't pleas for help too fondly. Typically posters who write this sort of phrase in their post has given up and become helpless, making it very difficult to guide them to the answer. Also, keep the caps lock off. THERE IS NOTHING MORE ANNOYING THAN ALL-CAPS POSTS. IT SEEMS LIKE YOU ARE YELLING, and people will make you aware of how it annoys them.
    _3) Dont post your homework assignments asking for "teh codez"_
    You will get flamed like none other for this sort of question. You may get codes, but when you submit them to your instructor, you may get suspended or expelled (depending on your school's cheating policy). The people on this forum are more advanced than you in Java, and can make it painfully obvious to your instructor that you cheated.
    _4) Write in normal English_
    Think of this forum as your supervisor or instructor, you want to sound professional and convey your question effectively. SMS speak or any other sort of abbreviation of the English language becomes difficult to read, and many people on this forum won't even try. This forum is filled with professionals in the Java world, and they are accustomed to reading true English (full sentences).
    _5) Don't be helpless_
    This forum is here mainly to help with specific problems, not to teach you Java. If you don't know where to start, a person is most likely going to tell you to write the solution out on paper first, breaking it down into small steps that can be accomplished by the computer.
    _6) Do your research_
    Many of the questions posted can be solved with a quick Google search. You should check a few places before you even post a question. They include: this forum (do a forum search), Google (do a Google search), the API's (http://java.sun.com/j2se/1.5.0/docs/api/), and the Java Tutorials(http://java.sun.com/docs/books/tutorial/)
    _7) Post code and errors with your question_
    The answer to your problem is in the error messages and the code. Instead of asking a general question about for loops, post the code that you have written and the error info that you get. When asking a question it is IMPERATIVE that you have tried to do it your own way, because the people on the forum mostly won't do it for you, they'll only point out where you have done it wrong and try to help you fix it. Don't paraphrase your error messages, because there are subtleties in the actual messages that you may unknowingly edit out.
    _8) Don't Multi-post_
    It is rude to post the same question multiple times or in multiple places in the this forum. This is for the same reason as #2, it makes it seem that you think your problem is more urgent or important than others' problems.
    _9) Don't resurrect dead threads_
    If a thread is 3 years old, nobody is going to remember it, so make a new thread to ask your question. If you have a question about something in the old thread, reference it through a hyperlink.
    _10) Take it easy_
    As long as the people in the forum see that you're legitimately trying to help yourself, they'll help you as much as they see fit. The biggest problem that newbies have is they rely on the forum to spoonfeed them the info, and it's not going to happen. They'll either get flamed or ignored. The people on the forum aren't trying to find "fresh meat to flame", they legitimately want to help you, and they'll typically give you fair warning if you're doing something annoying or unorthodox.

    There does seem to be a way to sticky posts, but I think only mods and admins have the power to do it. There's one over on the Generics forum : http://forum.java.sun.com/forum.jspa?forumID=316
    I've been trying to add a pseudo-signature to my posts as far as possible, with a link to a page which pretty much covers this stuff, only it's on JavaRanch:
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    But I've had a couple of occasions where the OPs thought it was directed at them and they got a tad upset :)
    And without hyperlinks, I'm not quite sure how many people actually take the pains to go to that page.
    Ah well, no one can say I didn't try.

  • Why couldn't I ask a question in a Forum?

    I tried to ask a question in the Photoshop CS6 Forum.  I think it's a general question.  But I then got a message that I'm not authorized to post a question there.  Why?

    This the right place, the Photoshop General Forum where your post presently is.
    http://forums.adobe.com/community/photoshop
    You might been trying to post on the cs6 beta or F&Q forum.

  • Where to direct a general questions about foreign films subtitles?

    I recently purchased a foreign film "Break Ke Badd" from the iTunes store. Although, it didn't specify that it had English subtitles, I assumed it did. After the full download, I tried to watch it and there weren't any English subs. I contacted iTunes and they more than happy to refund the money back to my account. Now after a few weeks, the iTunes store DOES list Eng subs for this film. I don't want to purchase it again and have to contact iTunes for another refund...Therefore my question is, is there a general question contact one could use to find an answer to my question. Basically, to verify that this movie, indeed has English subs before I re-purchase. 
    Any info is appreciated!

    Yes I know as the [https://support.mozilla.org/en-US/questions/ Questions] section is more for desktop Firefox support and the place I linked to is for "Firefox OS" support in English where some who are involved with it do post in it occasionally.
    I would have moved that [https://support.mozilla.org/en-US/questions/962783 thread] to the "Firefox OS" English section, however I cannot as the [https://support.mozilla.org//questions/ Questions] and [https://support.mozilla.org/forums Contributor Forums] are not the same.

  • Newbie question - general question about e-mail sync

    Hi,
    I have a general question about email sync and BlackBerry smartphones.  Are there any devices that allow email syncing with a Microsoft Exchange 2007 system that do not require the BlackBerry Enterprise server?
    Thanks; sorry if this has been asked before but I was unable to find it in the forums, documentation, etc.  Everything I found assumes that for this kind of environment you will be using a BlackBerry Enterprise solution, but I can't assume.
    Thanks again.
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    If the Exchange server has anything that faces the internet (OWA, POP, IMAP), then BIS can be used to handle email (only email...calendar and contacts require BES to sync OTA).
    Or, a PC, inside the network (but with an internet path) and logged into the email server (using Outlook), can be left running, using the RIM Desktop Software's Desktop Redirector capability to forward  messages to the BB.
    Those are basically the options.
    Hope that helps! Let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • 2 questions about this forum

    Since the forums have been reorganized (yeah, I know its been a while).  I never fail to be confused when I try to use them.
    For instance:
    1) At the top of the list of questions for adobe Bridge general discussion, I see the Heading:
    "Trending Questions"
    What on earth is that supposed to mean.  What does "trending" mean in this unusual usage?
    2) How can I get an advanced search dialog for this particular forum? When I click on the `Be sure to search the forum' link it just pops me to a new page apparently 1 layer back from this forum to Bridge with the lamest search dialog I've seen on any forum.
    I'd like to search for a particular poster, or a particular date range or etc etc.  How can I do that?

    Curt Y wrote:
    Had to do a little research as "trending questions" was a puzzler.  You are looking at the  bridge general discussion page, and I always bring up the Bridge Forum page where trending is not there.  Think it refers to current questions.
    Some forums have a "search this forum only" box, but none has been set up here.  You can the user name and have it return posts.  If you know the subject it is still more complete search to use google.
    Back on an older thread ... You mention "Bringing up" the bridge forum on a different page than the one with that silly "Trending questions" baloney.
    I'm curious how you do that... when I find the forums, ususally from a google search with "Adobe forums" Bridge or insert another adobe product where you see "Bridge" in the string.  That always lands me at the page with "Trending Questions" and with no obvious way to get to the actual forum other than a list near the top of page that includes "Bridge: General Discussion"... ok, clicking that again brings a page with the "Trending questions" non-sense.
    At that point the only way I see to get to the actual forum is to click one of the "Trending questions", from that page you can see a link at the top that says: " Adobe Community > Bridge > Bridge General Discussion >   Discussions "
    where you can finally get to a usable forum page.
    One could, of course, book mark that... but it seems like a very unnecessary and convoluted path to find a usable forum.
    I'm guessing there is some other obvious way I'm not seeing?

  • General Question about SAP Documentation. Where to find?

    Hello,
    I am relatively new in the SAP business and so I have some general questions about the SAP Documentation.
    Often internet-links like
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIBP/FI-AP-AP-PT.pdf
    are posted here by group members.
    But where do these group members find these documents?
    All I can see at help.sap.com is IDES (the model company created by SAP)and the WWW-version of the SAP-Bibliothek.
    Were can I find these PDF-Files?
    I would appreciate any hint and tip!
    Thank you!
    Kakue

    thats true! i dont know how to find either. Everytime i need something i ask on the forum.
    Here's a good link
    http://www.easymarketplace.de/online-pdfs.php
    Plz reward points if helpfull

  • Asking general questions about 'computing' matters.

    Hello
    I'm new to the Mac world - I posted my first question on the forums today!
    I have reviewed the discussions site - everything seems very specific to apple products. Where, if anywhere, could I post a general question - like this one:-
    I have a notion that when one connects to a server directly (Usenet newsgroups for example) one makes a deliberate 'hole' in one's firewall, be it software or simply because one is using a NAT router. Sending messages to and receiving posts from Usenet is far quicker than using email, so I'm fairly confident that this is so.
    I am well aware that any URL one visits can instantly determine much information about the connecting machine. (see http://www.browserreport.com/ as an example).
    Anti-malware programs can only detect known viruses and spyware - I see no reason at all why, once one has granted a direct connection facility, between a group on a private server to
    one's own machine, malware could not relatively simply be injected onto one's computer.
    If the malware was currently unknown, how would one ever know?
    Thanks in anticipation of a helpful response
    David B

    HunterBD wrote:
    I'm new to the Mac world - I posted my first question on the forums today!
    Excellent!
    I have reviewed the discussions site - everything seems very specific to apple products. Where, if anywhere, could I post a general question - like this one:-
    Unfortunately, not in this forum. This forum is specifically about the discussion forum itself. It is kind of like a meta-forum. Hopefully, the moderators will just move your post somewhere more appropriate. (As indeed they just did!)
    I have a notion that when one connects to a server directly (Usenet newsgroups for example) one makes a deliberate 'hole' in one's firewall, be it software or simply because one is using a NAT router.
    Kind of and kind of not. Firewalls are greatly misunderstood. But essentially, yes, any internet connection you establish has some risk involved. However, the risk of making an outgoing connection is infinitesimally smaller than setting up a server to let hackers bang on 24x7.
    Sending messages to and receiving posts from Usenet is far quicker than using email, so I'm fairly confident that this is so.
    Really? I don't think so.
    I am well aware that any URL one visits can instantly determine much information about the connecting machine. (see http://www.browserreport.com/ as an example).
    Not really. It depends on what you are doing. You always give away your IP address, unless you are behind a proxy. In that case, you give away the proxy's IP address. But the proxy still knows who you really are.
    If the protocol in question supports such information, then it can be determined. A web browser does send some information about you, but you can easily change it and masquerade as some other browser. With other protocols, it isn't so easy to tell what kind of OS or software is being used.
    Anti-malware programs can only detect known viruses and spyware - I see no reason at all why, once one has granted a direct connection facility, between a group on a private server to
    one's own machine, malware could not relatively simply be injected onto one's computer.
    If the malware was currently unknown, how would one ever know?
    You wouldn't
    Don't grant anyone direct connection to your machine.

  • Report Builder Question - OA AR Aging - and a general question

    I'm sure this is the wrong forum for this question, but I thought there might be someone here who might be using Oracle Applications and Report Builder who'd be kind enough to help me out.
    We've recently implemented Oracle Applications 11.5.10 and I have to use report builder to change the Accounts Receiveable Aging (7 bucket) to a 5 bucket report. I've already made some changes to the seeded "ARXAGMW.rdf" report, but I'm not a big Oracle Reports guy. I've stumbled through making some changes in various other reports. But this one is just plain nasty! :)
    I was thinking that I could simply add buckets 6 & 7 to bucket 5, then just hide or delete the 6 & 7 buckets. But I'm not sure where to even start. Any help with this would GUARANTEE a Christmas or other holiday card this year! :)
    I really want to keep this simple as possible, so any help would be very....helpful. :)
    Oh, my general question is: Are there any resouces/books for Oracle Reports (Report Builder)? I feel so lost trying to modify existing reports, let alone creating new ones.
    Thanks again!
    Steve

    Hi Steve,
    I am working on the 7-bucket aging report and i want to add a new field in data model.
    As the query is build dynamically, i have modified the function BUILD_CUSTOMER_SELECT to meet my requirements.
    But the problem is that in the data model, the field is not present in my Grouping. and if I try to add the field in the Data Model query (Q_ Customer) section,
    i get the following error: ORA-01789: query block has incorrect number of result columns.
    The query is as shown below:
    select rpad('a',50,'-') short_cust_name,
    0 cust_id,
    rpad('a',30,'-') cust_no,
    rpad('a',500,'-') sort_field1,
    rpad('a',40,'-') sort_field2,
    0 payment_sched_id,
    rpad('a',32,'-') class,
    sysdate due_date,
    0 amt_due_remaining,
    0 days_past_due ,
    0 amount_adjusted,
    0 amount_applied,
    0 amount_credited,
    sysdate gl_date,
    'x' data_converted,
    0 ps_exchange_rate,
    0 b0,
    0 b1,
    0 b2,
    0 b3,
    0 b4,
    0 b5,
    0 b6,
    rpad('a',25,'-') bal_segment_value,
    rpad('a',500,'-') inv_tid,
    rpad('a',32,'-') invoice_type
    , 'y' parent_cust --I WANT A NEW FIELD HERE TO BE VIEWED ON THE REPORT LAYOUT LATER
    from dual
    where 1=2
    UNION ALL
    &common_query_cus
    Did i missed somthing 4 me to be able to add the field here?

  • Delete scriptcode - General question: capacity limit of Acrobat Windows

    Hello everybody,
    I've got a general question to the capacity limit of Acrobat Windows.
    I often make forms with
    for instance the current one has 18 pages. Eleven pages have fields on it. (But some pages have only one field on it) The fields of one page to another are sometimes linked with script code. The file needs nearly 1 MB.
    Usual I write the script code by a double-click on the field/ calculate/ custom calculation script. (Is this the right way?) Today it happens again that a field with script code lost the script code.
    That's why I wonder whether there is a capacity limit of Acrobat Windows or whether I make mistakes. (This is only one instance of several where the form has his own life.)
    Thanks in advance for helping me!

    http://forums.adobe.com/community/acrobat/acrobat_scripting

  • General Question re logical workflow (Multiple Products/Sales Teams)

    Currently we are upgrading from a highly customized CRM environment developed in CRM 4.0.  We are hoping to move to an out of the box solution with 2015.
    But I have a general question. We are a service company with different sales groups for each of our products.
    Currently we have customization for each service so a Sales person is assigned to a specific product for the customer.
    So my question is, how is this handled out of the box.  I am sure there are many many many companies in the same situation.
    So say 10 products with sales group for each product.
    Then a customer with multiple departments.  Each sales group needs to contact the specific department.
    So a customer could potentially have 10 different sales people contacting different people in the customers organization.
    How do you know when someone has already made contact?
    If we just look at the activities it is not very clear that contact has been made for a specific product. 
    Even with our customizations, there have been many situations where 2 sales people contact the same person at a clients office and we end up looking very unorganized.
    Any thoughts or comments are appreciated.
    If this is not the right place to post this type if discussion, please redirect me.
    Thanks

    As an example, for 37-minute sequence of footage (made up of multiple clips) it's taking 50 minutes to first export a non-self-contained, time-code-reader-filter-added Quicktime.
    Did you render fully before you exported? That helps. But this is also a GOP format, and it takes longer to do pretty much everything, as it is a processor intensive format.
    1) How much more memory would help this work flow go faster, and approx. how much faster??
    None. RAM doesn't come into play here. PROCESSOR speed is all that matters. What will make it go faster is enabling QMaster to have Compressor access all cores of the processor. Or getting hardware to help with the compression, like the Compress HD from Matrox. But that only boosts encoding to H.264.
    2) Has anyone else done this type of work-flow, and been able to do it more quickly? Is RAM the issue? Any suggestions for a more efficient work-flow?
    RAM isn't the issue. Faster Processors, hardware boosting...converting the footage to ProRes before you begin editing...all help.
    RAM isn't what is hindering you here.
    Shane

  • General question re: FI-CO

    I'm completly new to SAP and am interested in the Treasury - Cash side in terms of consultancy and implementation.
    I have experience in implementing treasury systems and solutions and am looking to branch out into the ERP side hence my query to FI-CO.
    Is it possible to implement FI-CO without knowledge of anything else in SAP?
    If not, what is required?
    Is FI-CO implemented as part of an overall solution or could in be phased in later?
    Is there more need for FI-CO in the UK or is it a mature module?
    RSVP
    Any information welcomed.
    Appreciatingly waiting.

    Hi Ranjit,
    I think if you post in this forum you will get good responses and suggestions.
    [Suggestions & Comments|SCN Support;
    else moderator can transfer this question to that forum.
    Regards
    Andrew

Maybe you are looking for

  • FI year end closing process

    hi experts i want to close year end for FI so please guide to me how to close year and what is process for year end. it is for FI-AA ( for Asset and Deprecation ) , FI-AP , FI-AR, and FI-GL. and what do exact process for special periods. mail deleted

  • Error message when vendor select in Purchase Order

    Dear Frnds, I uploaded Supplier master data in the sap b 1 system, when i select vendor from purchase order it sh owing error message  "no maching record found (CRD1) (ODBC-2028) (message 131-138)" thanks srikanth

  • Java.lang.NullPointerException  error in ESS Leave Request

    Hi,    I had configured ESS and i'am trying to apply Leave through Leave Request iview which is available through ESS,i had enterd data into the fields and i had defined Approver in back end system,Now when i click on review button it is throwing me

  • EAX enabled, two programs open, no sou

    Hey guys, I was wondering if anyone could help me with an issue of mine. I have a Soundblaster Audigy 2 ZS. Whenever I start up a game (such as World of Warcraft in this instance)and have EAX settings enabled (like the CMSS3D surround sound feature)

  • External keyboard that compatible with mac

    I'm using macbook pro 13 inch with mountain lion installed in it. I want to use external keyboard because i want to keep a distance between my eyes and the screen. But i want a wired keyboard, and for me I will not choosing wireless keyboard because