Search Help with in a serach help required in SRM 4.0

Hi,                                                     
Requirement: Search help required for Product Category field in the Search help for Product(BBPH_PRODUCT) in SRM portal.
This search help is used in Create shopping Cart transaction. The hyper link on Internal Goods/Services leads to the search help BBPH_PRODUCT. 
My analysis:           
The field Product Category (CATEGORY_ID) has search help(COM_CAT_HIER) attached to its data element. When I single test the search help BBPH_PRODUCT in SAP GUI,I can see the search help for field product category in the selection dialogue box. However the same does not appear on the corresponding screen in HTML.
Please let me know whether I need to do some thing to make the search help appear on the HTML screen?
With Regards,         
Prakash Kamath

Hi Prakash,
I have the same problem but with another field. Unloading point. Could you please tell me how did you solve this problem with displaying F4 help on html/ SRM portal?
Thank you very much.
Best regards,
Danijela ZIvanovic

Similar Messages

  • Airplane help with Webhelp and HTML Help

    Hi. We are generating 2 outputs using Robohelp v.6.0: HTML
    Help and WebHelp. Standalone they both work fine. The context
    sensitive .chm works too. Problems are:
    1.) the primary help (Webhelp) does not appear - there isn't
    any error msg either.
    2.) when an invalid url is used the secondary help file does
    appear (HTML help). But this doesn't happen with the correct url of
    the primary help - Webhelp
    Isn't there supposed to be a reference to the mapping in the
    <head> of each htm file?
    Can anyone help on this topic? many thanks!

    First, move the styles from the form generator to the <head> of your document.  Otherwise there is a possibility browsers could ignore the invalid code.
    Then move your form div inside the banner div and set the attribute float:right; in your CSS for the form div.  Then you should be good to go.

  • I need help with a SELECT query - help!

    Hello, I need help with a select statement.
    I have a table with 2 fields as shown below
    Name | Type
    John | 1
    John | 2
    John | 3
    Paul | 1
    Paul | 2
    Paul | 3
    Mark | 1
    Mark | 2
    I need a query that returns everything where the name has type 1 or 2 but not type 3. So in the example above the qery should bring back all the "Mark" records.
    Thanks,
    Ian

    Or, if the types are sequential from 1 upwards you could simply do:-
    SQL> create table t as
      2  select 'John' as name, 1 as type from dual union
      3  select 'John',2 from dual union
      4  select 'John',3 from dual union
      5  select 'Paul',1 from dual union
      6  select 'Paul',2 from dual union
      7  select 'Paul',3 from dual union
      8  select 'Paul',4 from dual union
      9  select 'Mark',1 from dual union
    10  select 'Mark',2 from dual;
    Table created.
    SQL> select name
      2  from t
      3  group by name
      4  having count(*) <= 2;
    NAME
    Mark
    SQL>Or another alternative if they aren't sequential:
    SQL> ed
    Wrote file afiedt.buf
      1  select name from (
      2    select name, max(type) t
      3    from t
      4    group by name
      5    )
      6* where t < 3
    SQL> /
    NAME
    Mark
    SQL>Message was edited by:
    blushadow

  • Need help with Portal Themes -- Please help

    I need help with Portal Themes.  I have read every document I can find but I am having no luck.  All I want to do is change the colors for the Exceptions on one of my queries.  I have created my own Portal Theme where I have changed the colors but I do not know how to assign my newly-created Portal Theme to my query.  Can someone please give me the detailed steps on how to do this? Please help because this is driving me crazy.
    Thanks.
    Ryan

    Hi,
    Refer
    Exceptions - How to change the colors
    This may help.
    Thanks,
    JituK

  • SQL I need help with this query Please help

    List the names of all the products whose weight unit measure is “Gram”.  Order the list by product name.  Do not use JOINS, but use the IN clause with a sub-query.
    select Name
    from UnitMeasure
    where Name= 'Gram'
    order by Name
    I did this, but it seem that the requirement is different.

    As a guess:
    Select Name from Product
    where UnitMeasure in (Select Name from unitmeasure where name = 'Gram')
    Andy Tauber
    Data Architect
    The Vancouver Clinic
    Website | LinkedIn
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Need help with a BR - Please help !

    Hi,
    I would please request you to help me with your ideas on achievening the below requirement. I have ideas on doing this but I am not able to put together everything to make it work. Please let me know your thoughts. Will be a great help.
    Requirement:
    The requirement is that if the user enters a data value for Account member "P" on the data form at any level (Top most parent level, intermediate parent levels or 0 level) it should work in the following way.
    1) It needs to check at which level the user entered the value for "P". We have a relation that V = P * T. So what I thought is if I dynamically calculate the "V" value everytime for every product I should know at which place they changed it as if they change the "P" value it would change the "V" value too as both are linked. So, basically I am comparing the stored "V" value with dynamically calculated "V" value.
    2) If the "V" value has been changed at that level (i.e. if stored V Dyn. V) and this condition is met then, all the descendants of that current member should get the same P value as entered by the user for the current member.
    3) This should work irrespective of which parent level they enter and should start filling in the values from that level. And if they enter "P" value at 0 level members, then it should leave them as it is without overriding it and should be used in consolidation.
    This is what I could think -
    Please suggest changes as this is not working still as per the requirement.
    FIX(..........)
    IF (@ISDESC ("LB") AND "V"->@PARENT(@CURRMBR(Product)) P->@PARENT(@CURRMBR(Product)) * T->@PARENT(@CURRMBR(Product)))
    P->@CURRMBR(Product) = @PARENTVAL (Product,P);
    Similarly IFELSE for another condition
    ENDIF
    ENDFIX;
    But this is not working for all the cases. Lets say I have 3 levels in my hierarchy for Product and if the users are entering at level 2 it is not working and replacing the input value with its parent value which I am not sure why as it should in first place not enter the loop only as the condition wont be met. Reason, the user changed at level 2 and not 3 so it should do nothing from what I understand.
    Please let me know your thoughts.
    Thanks.

    You can try something like this. Instead of dynamic V account add "P_Stored" member. If "P" account has data copy that data to "P_Stored" at all levels of the Product hierarchy. Based on your post I understand that Product hierarchy is evenly distributed than business rule can be like this:
    FIX(@LEVMBRS("Product",2))
    "P_Stored" (
    IF("P_Stored" != @PARENTVAL("Product","P")
    "P_Stored"=@PARENTVAL("Product","P");
    "P"=@PARENTVAL("Product","P");
    ENDIF
    END
    FIX(@LEVMBRS("Product",1))
    "P_Stored" (
    IF("P_Stored" != @PARENTVAL("Product","P")
    "P_Stored"=@PARENTVAL("Product","P");
    "P"=@PARENTVAL("Product","P");
    ENDIF
    END
    FIX(@LEVMBRS("Product",0))
    "P_Stored" (
    IF("P_Stored" = "P")
    /* I believe do nothing */
    1==1
    ELSEIF("P_Stored" != @PARENTVAL("Product","P")
    "P_Stored"=@PARENTVAL("Product","P");
    "P"=@PARENTVAL("Product","P");
    ENDIF
    END
    FIX(@LEVMBRS("Product",3))
    "P_Stored" (
    IF("P_Stored" != "P")
    "P_Stored"="P";
    ENDIF
    END
    If Product hierarchy is ragged then code should be changed...
    Regards,
    Yuri
    Edited by: yrozen on Oct 26, 2011 6:48 AM

  • Help with catchlight..Portrait help please

    Hi there I am looking for someone who know's about catchlight and Portrait, I have a photo of what I am aiming for, if someone who know's their stuff could please help?

    That kid looks like he has bits of potato chip stuck in his eyes! From a distance it's fine, but up close...
    The catch light should reflect the fact that the eyeball is spherical, it should also follow the lighting on the face. Remember it’s a reflection of what's in front of the kid. Attached is part of an (unfinished) image I painted in PS. The catchlight here shows shadows from the eyelashes and is stronger in the right hand eye
    It depends entirely on the light at the time. sometimes the catchlight is simply a small white dot, or two, (preferably with a very slight flare) but seldom the large white blob the baby above has. A catchlight like this can be drawn or enhanced fairly easily with the brush tool, as long as its not overly bright. Hope this helps.
    Didn’t see the above post when I wrote this, but that's a great example. Its not actually a window reflected in her eye, it’s a soft box light with bars to make it look like a window, as the poster says, its not hard to make with the distort tools in photoshop.
    Message was edited by: slashpot

  • Need help with video!! HELP!

    i've a 30G video ipod.i tried to convert video clips with itunes.i did it but it dosen't have any sound!! only the video that keeps playing.so, HOW TO GET SOUND AND VIDEO TOGETHER???? PLEASE HELP ME WITH THIS!!

    QuickTime expects video files with separate video and audio tracks, but many MPEG formats used a muxed (multiplexed) single track that contains both. Therefore, iTunes & the iPod (both of which use QuickTime) only show the video and no sound.
    iPod plays video but not audio of some exported files
    http://docs.info.apple.com/article.html?artnum=302588
    One way to work around this is to use MPEG Streamclip to convert the files to fix this issue...
    http://www.squared5.com/
    Frequently asked questions about viewing and syncing video with iTunes and iPod
    http://docs.info.apple.com/article.html?artnum=302758
    GUIDES TO: Converting Video for iPod - Mac & Window
    http://forums.ilounge.com/showthread.php?s=&threadid=123067
    Patrick

  • Help with AVTransmit...HELP

    Ok I have follow the program to the point that the RTPManager does the initialize to the local address. Everything works until it gets to the code to initialize. It then errors and the rest of the program can not run. The values that are going in are valid. The program runs as a standalone but not when I run it within Netbeans. Can any one help me with the problem. The code comes from AVTransmit2.
    Thanks

    It then errors and the rest of the program can not run. Seriously, you post that it spits out errors and it doesn't occur to you to post what the errors are? Are you intentionally trying to waste everyone's time, because it seems pretty obvious to me that if you're asking "why does my program throw errors?", it seems pretty obvious you should post the errors you're asking about...
    The program runs as a standalone but not when I run it within NetbeansYou didn't add JMF.jar to the libraries folder of Netbeans. You have to do that.

  • Need help with a Context Sensitive Help project

    Hey everyone,
    I'm the RoboHelp administrator around here - I've done some
    RoboHelp projects and created the procedures, stylesheets and
    templates for our company's WebHelp, WinHelp 2000, and JavaHelp
    projects, but now I'm sort of the consultant for the content
    authoring team that creates the help systems. I think I need to
    call in some help from the forum about a project I'm consulting on.
    Here's the situation: A project team here thinks they want
    field-level help to support a web-based application. I've told them
    "That's fine, it's possible, just don't demand that the help author
    create topics for EVERY field, even the obvious ones like "Name",
    "Address", "Zip", etc, since there is very, very little value in
    doing that." We already have a very old help system that is being
    CONVERTED to WinHelp 2000 (from a "mocked-up" version of WinHelp)
    that did just that - every field in every screen was a separate
    topic, even if it wasn't useful. Every topic was essentially "This
    information goes in this field". As a result, we abandoned creating
    an Index, since we had about 27 entries for "Name", 13 for
    "Address1", 15 for "Address2", etc.
    Well, I just heard back yesterday that they totally ignored
    my suggestion and they want to go ahead with the "all help for all
    fields" idea. I still think I have a chance of convincing them to
    choose context-sensitive topics wisely, if it can present my case
    clearly and be persuasive. I just found John Daigle's article about
    context sensitive help (
    http://www.macromedia.com/devnet/robohelp/articles/context_help.html)
    and I'm looking at it now (very well done, by the way - thanks
    John!). It looks like, from first glance, that it might convince
    that project team that "Whoa, this context-sensitive thing is more
    than we bargained for", which is what I want them to think, since
    they have very limited resources and a help author that is VERY new
    to RoboHelp and WebHelp. I personally have never built a
    context-sensitive help project with different windows, but I have
    built several projects using conditional builds.
    What does everyone think of this approach?
    Thanks,
    Jim

    Here's a nice, convincing argument that I just thought of -
    the only thing wrong with it is that I don't know if it's true or
    not.
    Does the end user's browser cache the .htm files for the help
    topics that are grabbed from the server? If so, consolidating the
    field definitions lessens the server traffic.
    (Always get the server guys on your side - everywhere I've
    worked, they wield a big stick!)
    Also, I'm a big believer in functional help topics, but I
    have compromised for some clients and included one-per-screen
    conditional topics with the field labels. John, I wish I had known
    about the map numbering trick back then - I would have loved to
    give them F1 help.
    Elisa

  • Need help with an RMA - please help

    Mt Zen Micro 5GB is busted - the headphone jack issue...yuk So I attempted to fix this using the online guide and it did not work. I am certain that the solder connections are solid now, but still only one channel will play. I am willing to pay to have this fixed, but Creative tech support is ignoring my question as to how to get an RMA and they are sending me email that says I can pay $2.99 for a support session and speak with someone. All I want to do is get an RMA so I can send them the money and the unit for them to fix! If someone could buy those tiny circuit boards for the Zen Micro they would make a mint selling them - it seems like there are a lot of busted Zen Micro's floating around out there.
    Please - someone help me figure out how to get an RMA and a price to repair the Zen Micro - I am missing my tunes....

    you ant get a rma u broke the waranty contract if yoy try fixing the player your self the warranty is then invalid you can still pay for them to fix it or you can get a new mp3 player rma only works if your warranty is still valid not valid is torugh normal tear and wear tampering breaks the contract

  • Need help with case structures- please help :)

    Hey all.
    I'm currently trying to program a infrared furnace. I'm setting a temperature, subtracted my set temperature from the actual temperature (thermocouple hooked up to SCB-68), and voltage is being sent to the controller of the furnace accordingly. However, I need to hold the set temperature for a certain amount of time. I need help programming this: when the VI reads the set temperature from the thermocouple, it results in a timer running down. When the timer runs down to 0, the While Loop ends. I'm thinking case structures is most appropriate, but if you have a better suggestion, please let me know.
    Thanks

    You should probably implement a state machine.
    The state machine would keep track of the temperature and making ajustments on a timely basis.
    There is a template of a state machine is you select under the File menu > New > From Template.
    You can also look under Help > Find Example > and do a search for state machine.
    There are lots of state machine examples on this forum, some of which may be quite useful.
    RayR

  • C an anyone help with Flash Player Activation help?

    Cannot install Flash Plater on firefox. Get error message: Procedure entry point Set Dll directory W could not be located i the Dynamic link libray. I have been troubleshooting this for a week and cannot get information I need to address this. Can anyone help.

    Assuming that you are on Windows 2000: see this topic for a solution http://forums.adobe.com/thread/965334
    [moving topic to Flash Player forum]

  • Need Help with random numbers, please help

    Hi guys;
    I need your help for a school project. I need to generate a random number from 1.0 to 2.0. How would I do that?
    Regards,

    http://java.sun.com/j2se/1.3/docs/api/java/util/Random.html#nextFloat()

  • Help with JEditorPane :). Please help...

    Hi there,
    I can not find out how the JEditorPane get's its' information on which Text to show.
    I know that there is a Document, representing the text information and an EditorKit, offering main functionality for editing, but what methods are actually called from where to get the text that is stored in the document?
    What methods are called from where?
    Could anyone help me please, I am rather desperate.
    Thank you very much
    Charly

    Here is a link to a section in the Swing tutorial that shows you how to use text components (JTextField, JTextArea, JEditorPane, JTextPane):
    http://java.sun.com/docs/books/tutorial/uiswing/components/text.html

Maybe you are looking for

  • How I can do to set payment on behalf for TRM financial transactions, paying through F111

    Dear colleagues, I would like to pay by payment on behalf in TRM transactions, which the payment order payed by transaction F111. In TRM  I do not work with vendors and clients, I work with company code and BP and I do not know how to do it. I alread

  • Approvals steps (All, Serial), how to delete?

    hi, I´m using Oracle Portal 9i, defining the approvals to manage portal´s content, and have some problem: When i´m choosing the specific routing method (All.serial), which is the corect procedure to delete this step? Im asking this because this step

  • Manual Standby Recovery

    Hi Friendz, Oracle Db 9i I have configured a manual standby database(I am not using Dataguard or "create standby database" command ) I only copy the cold backup to the target recovery server. I have been applying archive logs to it for a week now. I

  • Can't change iOS Simulator device, AIR_IOS_SIMULATOR_DEVICE ignored

    I cannot get the iOS Simulator app to launch as anything other than iPhone 5 when using AIR adt. I've tried changing the AIR_IOS_SIMULATOR_DEVICE environment variable to different values, but the Simulator always launches my app simulating an iPhone

  • File saving in DB

    Hello, I need your help very very much. My data base is Oracle 9i. I'd like to save file as Blob in the table of the data base. What I have to do?