URGENT: Help reqd with wwsbr_explorer

Jerry,
I am able to create a sitemap by using the above package and passing it the values that I need for site and render type. However, I do not know the values for p_header and p_footer. Can you please help me out.
Also, I would like to supress the [Return Object] hyperlink. I am quite content with any unsupported bit of code. My client
cannot wait till 3.1 for the sitemap feature.
Please help
Sanjay

p_header takes the name of a valid string in WWNLS_STRINGS$ table for which the actual string that is displayed is returned. The domain and sub-domain is hardcoded to wws and text respectively. This is the equivalent of:
v_header := wwnls_api.get_string
(p_domain=>'wws',
p_sub_domain=>'text',
p_name => p_header,
p_language=>'us');
v_header would then be the actual header that gets displayed. p_header is the string that identifies the v_header within wws domain and text sub-domain.
To hide Return Object (remember this will result in the functionality becoming unusable) find all instances of l_robj and the associated 'ReturnObject' and set them to null in sbrexplr.pkb. For example:
if p_object_type = 'FOLDERMAP' then
return l_robj;
under upper(p_menu_type) = 'LABELS' and the associated
if p_object_type = 'FOLDERMAP' then
return 'ReturnObject';
under upper(p_menu_type) = 'COMMANDS' should be set to return NULL:
if p_object_type = 'FOLDERMAP' then
return NULL;
if p_object_type = 'FOLDERMAP' then
return NULL;
Another way this was implemented is:
l_folder_menu.MenuLabel := l_robj;
l_folder_menu.MenuCmd := 'ReturnObject';
These should also be set to NULL:
l_folder_menu.MenuLabel := NULL;
l_folder_menu.MenuCmd := NULL;
null

Similar Messages

  • Urgent help needed with un-removable junk mail that froze Mail!!

    Urgent help needed with un-removable junk mail that froze Mail?
    I had 7 junk mails come in this morning, 5 went straight to junk and 2 more I junked.
    When I clicked on the Junk folder to empty it, it froze Mail and I can't click on anything, I had to force quit Mail and re-open it. When it re-opens the Junk folder is selected and it is froze, I can't do anything.
    I repaired permissions, it did nothing.
    I re-booted my computer, on opening Mail the In folder was selected, when I selected Junk, again, it locks up Mail and I can't select them to delete them?
    Anyone know how I can delete these Junk mails from my Junk folder without having to open Mail to do it as it would appear this will be the only solution to the problem.

    Hi Nigel
    If you hold the Shift key when opening the mail app, it will start up without any folders selected & no emails showing. Hopefully this will enable you to start Mail ok.
    Then from the Mail menus - choose Mailbox-Erase Junk Mail . The problem mail should now be in the trash. If there's nothing you want to retain from the Trash, you should now choose Mailbox- Erase Deleted Messages....
    If you need to double-check the Trash for anything you might want to retain, then view the Trash folder first, before using Erase Junk Mail & move anything you wish to keep to another folder.
    The shift key starts Mail in a sort of Safe mode.

  • Urgent Help Reqd: Delta Problem....!!!

    Hi Experts,
    Urgent help reqd regarding follwoing scenario:
    I am getting delta to ODS 1 (infosource : 2LIS_12_VCHDR) from R/3. Now this ODS1 gives delta to Cube1. I got one error record which fails when going to cube (due to master data check).And this record would be edited later.
    So I thought of re loading cube and using error handling to split request in PSA and load valid records in cube.Later when I have coorect info abt error, I would load erroneous record manually using PSA.
    I did following steps:
    1)Failed request is not in cube...(setting is PSA and then into target)....also it has been deleted from PSA.
    2)Remove data status from source ODS1.
    3)Change error handling in infopackage to valid " Valid records update, reporting possible".
    4)start loading of cube.
    But when I did this I got following message :
    <b> "Last delta update is not yet completed.Therefore, no new delta update is possible.You can start the request again if the last delta request is red or green in the monitor"</b>
    But both my requests in cube and ODS are Green...no request is in yellow...!!
    Now the problem is :
    1) I have lost ODS data mart status
    2)how to load valid records to cube, since errorneous record can be edited only after 3- 4 days.
    3)How not to affect delta load of tomorrow.
    Please guide and help me in this.
    Thanks in advance and rest assured I will award points to say thanks to SDNers..
    Regards,
    Sorabh
    Message was edited by: sorabh arora

    Hi Joseph,
    Thanks for replying....
    I apolgize and I have modified the message above..
    I just checked in cube...there is no failed request for today...and neither in PSA....Person who has handed this to me may have deleted this is PSA..and why req is not in failed state in cube...I am not sure..though setting is "PSA and then into data package".....
    So how to go frm here....
    Thanks
    Sorabh

  • Some urgent help needed with MobileMe suddenly saying my password is wrong

    Hi
    First of all I want to say sorry if this is in the wrong forum, but I needed some urgent help and I couldn't find a forum other than this that might relate to this issue.
    The issue that I am having is with my MobileMe Account. I was on my Mac, when when my MobileMe Account suddenly dropped its connection and told me that I had entered the wrong username or password (I know I hadn't) I tried to re-enter them but every time I try I just get a message that says I have entered the wrong username or password. I no longer have access to my Mail, I can not sing-in to MobileMe to access my online account and it wont let me change the password because it keeps saying that safari can not open the page.
    I can not sign-in to my MobileMe folders on my Mac and it wont sync. I was signed in perfectly fine before this happened so I know its nothing to-do with my password or user name.
    I am now locked out of MobileMe and need some help as to what might have went wrong
    Can someone please give me some quick help as this is really worrying me as I am afraid my MobileMe account might of been hacked (that is the kind of behaviour that I am seeing - saying that my username and password are wrong, when they are not, and not letting me sign in to change them)
    Huge thanks

    Ughhh,
    it seems my panic was for nothing. I just ran apple 24 hour support and they put it right for me it cost me but I'd rather be safe and pay then loose all the information I have on MobileMe. This has taught me a lesson anyway, I need to keep a backup of everything and not just rely on time machine

  • Forms6i(urgent)(help me with code)

    Hi all,
    I am having table like this
    CREATE TABLE SYS_PROFILE (
    APP_CD VARCHAR2 (5),
    LOCK_DT DATE,
    AUDIT_DT DATE,
    ST_DT DATE,
    END_DT DATE)
    There is global variable: global.sys_id.
    This is supplied from the main menu.
    On loading the form for the :global.sys_id = 'ST', it should load the third record (maximum start date for that app_id) automatically.
    In case the user changes the start_dt then it should pick up that record and display.
    to acheive this please help me with the code
    Regards
    Ni

    Hello,
    Firstly, please, avoid the "urgent" word in this forum. Nobody 's paid to answer questions, and there is no question that is more "urgent" than other.
    You can filter a based block by 2 ways:
    - set the Default_where block property
    Set_Block_Property( 'the_block', DEFAULT_WHERE, 'the_new_where_clause');
    - set the field content in a PRE-QUERY block-level trigger
    :block.item := :GLOBAL.SYS_ID ;
    Francois

  • URGENT - HELP NEEDED WITH ECC 6.0 ACCESS KEY and USER SETUP

    Please help me with the two issues:
    1) In ECC 6.0, When I go to SE12 , table V-FAGL_ACTIVEC (New GL Activation) to make the table display and maintenance allowed, I am asked for the access key. What is the access key that I am supposed to put here. When I go to DEVACCESS table and put my username, I still dont get the access key.
    2) Also I need to know what should be maintained under SU01 to give a user all authorizations. I have SAP_ALL and SAP_NEW. Is there anyother profile need to be given here. Also do I need to give anything under roles tab in order for the user to have all accesses??

    OK I have TAR for this:
    TAR 4234076.996
    and related issue discussed in regards to 500 Internal Server Error described on Neverending frustration with JDeveloper
    with the TAR number
    TAR 4332393.995
    The latter has been demonstrated and confirmed to be a BUG at this point. For the future updates on this issue please refer to
    Neverending frustration with JDeveloper

  • Help reqd with travel expense

    Hi
    I am implementing travel expense for Denmark. The issue I am facing is, "sum of meals per diem" in travel statement is appearing zero. Kindly check the screenshots. Urgent help requested. Thx

    Hi Srikanth,
    Apologize for late reply since I was off to work for personal emergency.
    Here I am attaching all screenshots. appreciating help.
    Thx

  • Urgent help reqd : DynaValidatorForm with html:multibox

    Hi,
    I've an urgent issue. I'm using a DynaValidatorForm to retreive data from struts <html:multibox> . But when the checkboxes are disabled, even if the boxes are checked, the form fails to retreive the data in the action page. But if I make it enable, it works. Just wondering,if DynaValidatorForm doesn't support disabled checkboxes.
    Also, I tried using hidden parameters instead, but I can't find a way to track the values for which the checke boxes are checked.
    Here's the code I'm using in jsp :
    <logic:notEmpty name="promotionComponentsList">
    <bean:define id="promotionComponentsList" name="promotionComponentsList"/>
    <logic:iterate id="option" name="promotionComponentsList" indexId="pIdx" type="com.jun.esales.epromo.model.referencedata.Option">
    <%if((pIdx.intValue()%2)==0){%>
    <td><html:multibox property="promotionComponent" disabled="<%=!isCreatorEditable%>" onclick="javascript:chgPromotionComponents(this);" value="<%=option.getCode()%>"/>     <bean:write property="name" name="option"/><br>
    <%} else {%>
                                       <html:multibox property="promotionComponent" disabled="<%=!isCreatorEditable%>" onclick="javascript:chgPromotionComponents(this);" value="<%=option.getCode()%>"/>     <bean:write property="name" name="option"/></td>
                                       <%}%>
                                       </logic:iterate>
                             </logic:notEmpty>
    Any pointer on this will be highly appreciated as I'm stuck in this for a while now.
    Thanks,

    If a checkbox (or any html form component for that matter) is disabled, it won't submit a value.
    This is a feature of html - NOT of struts. Struts can't do anything to change this functionality.
    Maybe you could include a hidden field for the value "isCreatorEditable" and only run the validation IF the editable flag is there.
    Good luck,
    evnafets

  • Urgent help needed with Lucida Grande

    I have to use this font for a project, I can't get away with Lucida sans, it HAS to be Lucida Grande.
    I don't quite know what is going on but I have some text in Lucida Grande Regular which is all fine, I tried creating another text box but it's showing up as Lucida Grande Bold? I tried to change it to Regular but there's no option for it? When there is regular font right next to it?
    If this is something really simple I'm sorry! This is my first time using indesign, if it was my choice I would of used something I was more familiar with. The deadline is on Friday so it's urgent I get help so it doesn't get presented half bold half not.
    Using CS5, on Windows Vista

    Yes that's fine. Unfortunately is doens't show something obviously out of the ordinary.
    I gues the next ting is to see if the font is available in a new document. If it is, try this on the one giving you trouble: Remove minor corruption by exporting
    If not, you should look at: Replace Your Preferences

  • Urgent Help Requried with Logic

    Hi All,
    Here is the data
    Country Count
    India 1
    China 10
    USA 8
    Now I want to get the country name with maximum count.
    Can anyone quickly help me on this plz.
    :)

    > Is this forum only for COMPLEX questions?
    Not at all.
    I'm hard on postings that claim they have urgent complex Oracle problems. (it is not acceptable for anyone here to claim they have an urgent problem - truly urgent problems require official Oracle support)
    You barged into a forum. Attempted to jump the queue (so to speak) by trying to grab attention by shouting "urgent problem!! help!!". And then it was not even an Oracle problem!?
    That was a very selfish thing of you to do.

  • Urgent Help Needed with missing frames

    Hi guys
    I have a student with an urgent problem that I can't seem to fix.
    The student is making a film having shot it on mini DV tape. He has been editing the film in Adobe Premiere Pro CS5.5, editing sections in different sequences.
    The problem he is having is when he moves a selection of clips on his timeline random frames or half frames disappear, leaving a very quick flash to black.
    I cant work out why the frames are disappearing when moving clips up and down the timeline, any suggestions?
    Thanks
    SteveG

    The settings for a sequence cannot be changed once it is created.
    If source footage is being interpreted wrongly, right-click the source file on the project panel and choose Modify > Interpret Footage. You can now create a new sequence that matches the real properties of your footage.
    Dragging one sequence into another won't cure the problem; you have to copy the footage from the timeline into the new sequence so it reverts to the new sequence frame rate (assuming the footage has been defined properly in the project panel it will then be correct).

  • Urgent help needed with installation of Logic!

    Hi I just installed Logic Pro 9 on the Macbook Pro I bought today and it failed because 'this version of OSX is not compatible with Logic 9.1.1.' What should I do? Two years ago I installed the same version on my previous Macbook. Both Apple and the reseller said it was going to be fine. Please help me as quickly as possible. I need to use it in a couple of hours...thanks. Xavier

    Restart your Mac and Run Software update

  • Urgent help needed with CP5 on Windows 7 64 bit and 'old' CP 5 projects.....

    Hi,
    I have a serious problem, at least the sympthoms are very serious.
    I have worked on a lot of projects with CP 5 on Windows Vista Ultimate 32 bit.
    CP5 was installed on the default root C:\Programs....
    These projects partially contained recordings (demos, assessments...) of applications running on a Windows XP 64 computer.
    Projects stored on E:\.....
    All was OK
    THEN:
    I upgraded my OS to Windows 7 64 bit a couple of days ago.
    D: and E: partitions were untouched by the new OS install.
    Intalled CP5 on D:\..... not on default path C:\Programs...as I want to keep C: as clean as possible out of performance reasons.
    All is OK except that:
    - MINOR ISSUE: the projects on in the browser do not show assosiation to CP5 graphically as they used to in front of project name, this is the same for all other MasterSuite CS5 (also installed on D:...) applications too:
    - MAJOR ISSUE: the demonstrations run properly but the results of action are graphically misplaced after generating the project:
    Recording new demo projects on my system and generating them is OK
    Can you please help to clarify and find solution so that my projects run properly.
    Thanks in advance for your FAST help!!!!!
    Stephanie

    Hi there
    My gut tells me it's not so much an issue with Captivate as it may be an issue with the new Windows 7 setup. You might try right-clicking the Windows 7 desktop and choosing Personalize. Then in the lower left corner of the dialog, choose Display. See if you are configured for 100% or if it's something different. If it's something different, try choosing 100% and see if it helps.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Urgent Help : Problem with Native MQ Adapter

    We are receiving messages via MQ Series with a message format based on a COBOL copybook. We specified the layout in Fusion using the native feature of incorporating a COBOL copybook. However, if the data is not in the specified format – i.e., too long, too short, or containing invalid characters – then the adapter fails and throws the error in the log file (OC4J log) and never consumes the message from the queue. The key phrase there was “never consumes the message from the queue.” When this situation occurs our BPEL process continually processes the same message over and over (i.e., an infinite loop).
    JCA: ORABPEL-11162
    Error while reading native data.
    [Line=1, Col=1] Not enough data available in the input, when trying to read data of length "30" for "element with name CREATIONUSERID" from the specified position, using "style" as "fixedLength" and "length" as "30".
    Ensure that there is enough data from the specified position in the input.
    We are looking for a solution to this problem.
    Thanks in advance for the help

    I am not sure if this would help but you can try retrieving the message as "Native format translation is not required i.e. Opaque" instead of defining the exact format (COBOL copybook format). Once you have the message in the BPEL process then you can map it to the COBOL copybook after doing the validation.
    Not sure if this is a viable solution as I have not tried it myself.

  • Urgent help need with Spry Submenu Bar

    Am new to Dreamweaver and do not use code. Am trying to align spry submenus directly below their respective spry menu bars. Please advise as to what CSS style I need to modify and what I should necessarily modify within that style.
    Thank you.

    Am new to Dreamweaver and do not use code.
    Welcome to Dreamweaver. If you don't use code, now is the time to start learning. Otherwise, everything you do in Dreamweaver is going to be an uphill struggle. Dreamweaver is a professional web development tool that requires at least a basic knowledge of both HTML and CSS. You can find a lot of CSS tutorials in the Adobe Developer Connection at http://www.adobe.com/devnet/dreamweaver/css.html.
    Spry submenus automatically line up with the main menu items, so it sounds as though you have done something to knock them out of alignment. The only way that anyone can help with design issues is for you to upload the problem page to a site, and post the URL here. Since you're new to both Dreamweaver and the forum, take a few moments to check out How to get help quickly and the Dreamweaver FAQ. Both should save you some time.

Maybe you are looking for

  • Can't login to mail server

    Hello everyone, I'm trying to access the mail server through squirrelmail and through the Mail application. I turned on IMAP and POP access, set up squirrelmail according to the instructions, and set up an account with mail services enabled. However,

  • Simple Finder & Custom Dock Icons

    Feel free to throw a "DUH!" on me, but I can't figure this out. I'm trying to set up an account for my 3 year old. She's gotten good at using the mouse (for a three year old). I have an account setup to only run some Dr Seuss games, but you have to g

  • Idocs for Purchase RFQ

    Hi Friends, Does anybody knows how to configure, an Outbound Idoc to non SAP application for Purchase Request For Quotation? And after inbound a similar Idocr for update Quotation into SAP using estandar Idocs messages? Thanks for your help, Andres.

  • Wrong Windows product key during SP2 installation

    Hi all, i have reinstalled the windows XP. When i try to update the SP2 for the system, mircrosoft told me i am not using a right product key. Then i follow the instructoin to download a KeyUpdate Tool and i put in the product key which under my note

  • Linksys Wireless Router Slowing Down Internet

    Hi, I currently have Optimum Online boost through cablevision. I noticed I wasn't getting speeds anywhere near what Optimum stated my plan includes so I called them up. After troubleshooting they asked me to connect the cable modem directly into my l