Show transaction in portal without navigation option

Hello,
I've created a z transaction in R/3. I need to show it in portal with some buttons (not all) and without navigation option to other transactions. I have a problem because I don't understand properly what type of iView do I have to create: Transaction iView or IAC iView. I've created both of them, for IAC I've created a service in SICF.
Please, what type of iView do I have to use for that purpose?
Which ones are the parameters that I need to use and the values?
Thank you in advance.

Hi ,
Check the below forum link , which will help you to hide the menu for transcation iview.
Hide Menu bar at Transaction iview
Hiding menu/tool bar on WebGUI Transaction iView
Thanks,
Anil

Similar Messages

  • What's happening on my iMac?  There are two choices of selected start up disks appearance without hold down option key.  On the other hand, it start up normally show apple picture when I hold option key.

    There are two choices of selected start up disks:Main HD and Recovery HD, appearance without hold down option key.  On the other hand, it start up normally show apple picture when I hold option key.

    Hi artdiva28
    Welcome to Apple Discussions
    First go to *System Preferences > Startup Disk* > select the *Mac OS X 10.5. on Macintosh HD* > click the Lock > hit the Restart button.
    Then if the iMac is still having trouble starting up, insert your Install Disk and restart holding the Option key. In Startup Manager select the Install Disk and boot into it, choose your language, skip the Installer and go up on the menu bar to Utilities and open Disk Utility. In Disk Utility select your Macintosh HD and hit the Repair button. Once finished note any errors and what was repaired for future reference. Quit Disk Utility and restart once again holding the Option key boot back into the Macintosh HD and eject the Install Disk.
    Also see > http://support.apple.com/kb/HT2956
    Dennis

  • Deleted bridge cc. Now I need to reinstall but it shows up in my creative cloud app as up to date without the option to download. How do I access it to download and reinstall?

    In an effort to correct an issue with my creative cloud, I deleted bridge cc. Now I need to reinstall but it shows up in my creative cloud app as up to date without the option to download. How do I access it to download and reinstall?

    Bmullinax please see CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html for information on how to reinstall Bridge CC.

  • How to activate/desactivate the private navigation option in IOS7? Can you show me the way to do this? Thanks

    How to activate/desactivate the private navigation option in IOS7? Can you show me the way to do this? Thanks

    open safari and click the plus sign in the upper right corner to open a new tab
    then the private button in the lower left corner:

  • How can I activate subtitles in a show bought without subtitles option on?

    Hello everybody,
    I bought a complete tv show before activating subtitles in the options. Now I can see the show but even the subtitle option is activated are shown..
    Any idea?
    THANKS ALOT!

    Check in iTunes - the show may not have subtitles (the setting on AppleTV wiull not affect whether or not you downloaded a show with subtitles or not - the file either had them or didn't when you bought it).
    AC

  • Pearl 9105 without BB option from carrier?!?!

    Hi everybody,
    I tried to solve this by browsing and searching through different forums and blogs, but I am still confused.
    I am thinking about getting me a Pearl 9105. I like that its designed to be a phone/communicator that can also play music and browse the net, and not the other way around like my current android device.
    Unfortunately I am quite confused regarding the blackberry option everyone is talking about.
    I do not need any kind of Push-functionality. I only need POP email "on demand", webbrowsing, navigation and synchronisation with mit home PC and Outlook (USB or wireless). Will that be possible without the blackberry option?
    I tested a Peal 8110 from a friend of mine and was not able to set-up a POP3 account or even browse the internet.
    Could you please help me? Will I be able to use the Pearl as describes without the plan? Or do you know a link/webpage where this is described in detail? Some information on the internet says "do never even think about using a BB without the BB option" and others say "of course you will have full functionality without the option".
    Thank you very much!
    regards,
    Max

    Hi and Welcome to the Forums!
    Blackberries do email differently than other devices. Other devices use an on-device email client to do email...generating traffic over the carrier data network (and consuming those precious data kb's) even for the simple act of checking your email server to see if there is anything new. BBs use BIS (BlackBerry Internet Service), hosted at the carriers/RIM, that acts as an intermediary...BIS checks your email services and only generates traffic to your BB when there is something to do.
    To my understanding, there have been attempts to develop on-device email clients for BBs, but those get very little discussion here, which leads me to believe that they just don't work well enough to warrant keeping them on a BB. Further, if that's the method of email that a person desires, then a BB is likely not the best device for them anyway.
    Se this FAQ for a description of the services available at different levels.
    http://www.blackberryfaq.com/index.php/What_do_I_need_a_Data_Plan_for%3F
    Different carriers have different mixes among those service levels, so you'd have to talk to them about the specific plan from them that would enable the services you desire.
    Good luck!
    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

  • Call transaction in Portal using  if_wd_portal_integrati- navigate_absolute

    Hi Guys,
                  I am calling a transaction in portal using the following code.
      CALL METHOD l_portal_manager->navigate_absolute
        EXPORTING
          navigation_target   = 'pcd:portal_content/com.csa.Prototype/com.csiro.Page/SAPWebGUI/sap_transaction_html_gui'
          navigation_mode     = if_wd_portal_integration=>co_show_external
          WINDOW_FEATURES     = 'TOOLBAR=FALSE,LOCATION=FALSE,RESIZABLE'
          business_parameters = bparams
          launcher_parameters = lparams.
    But when I test in portal, its pop up a page and shows message No Page Found.
    Any idea what should be done.
    Thanks
    Senthil

    Hi Lekha,
                   Here is the existing code
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_portal_manager = l_api_component->get_portal_manager( ).
      MOVE 'OkCode' TO param-key.
      MOVE '/00' TO param-value.
      APPEND param TO lparams.
      MOVE 'TCode' TO param-key.
      MOVE 'MRBR' TO param-value.
      APPEND param TO lparams.
      MOVE 'SO_BELNR-LOW' TO param-key.
      MOVE stru_invoice-belnr TO param-value.
      APPEND param TO bparams.
      MOVE 'SO_GJAHR-LOW' TO param-key.
      MOVE stru_invoice-gjahr TO param-value.
      APPEND param TO bparams.
      CALL METHOD l_portal_manager->navigate_absolute
        EXPORTING
         navigation_target   = 'pcd:portal_content/com.csiro.Prototype/com.csi.Page/SAPWebGUI/sap_transaction_html_gui'
          navigation_target   = 'ROLES://portal_content/com.csiro.Prototype/com.csi.Page/SAPWebGUI/sap_transaction_html_gui'
          navigation_mode     = if_wd_portal_integration=>co_show_external
          WINDOW_FEATURES     = 'TOOLBAR=FALSE,LOCATION=FALSE,RESIZABLE'
          business_parameters = bparams
          launcher_parameters = lparams.
    Here they trying to call sap_transaction_html_guilink and giving tcode as a parameter.
    Does it work ?
    Thanks
    Senthil

  • Windows 8.1 - VBS "Pin To Start" not showing in the list as an option

    I am having an issue with "Pin to Start" working with vb script.
    With the script section below works fine with Windows 8.0 but I msgbox out 
    the options list with 8.1 and does not show "Pin to Start" as an option although is shows in the GUI
    when you right click.
    Any ideas ?
    Set objShell = CreateObject("Shell.Application") 
    Set m1Folder = objShell.Namespace(sline(1))
    Set m1FolderItem = m1Folder.ParseName(sline(2)) 
    Set colVerbs = m1FolderItem.Verbs 
    For Each objVerb In colVerbs
     If Replace(objVerb.name, "&", "") = "Pin to Start" Then 
        objVerb.DoIt
     End If
    Next

    Hi,
    Since the issue is related to VB script,I suggest you post the question on Script Center forum for further help.
    Script Center forum:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home
    Also,I suggest you try the following method to check the result.
    http://winaero.com/blog/how-to-add-the-pin-to-start-screen-menu-item-to-all-files-in-windows-8/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Note:for security,please  backup your registry keys first.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Create a form without the option to submit or send via email

    Just oant to know is it posible to create a form without the option to submit or send via email. I want my students to fill in the form and save it to a personal folder. The submit form button creates confusion.

    Many thanks Randy, I'll give it a go. But it means setting up the how to pay question at the top of the form. Currently we have it setup at the bottom.
    Think I can do a "Will you be paying by credit card?" check box at the top - Tick equal show Fields A (which I have already mapped to the payment option) and Unchecked Show Fields B.
    Sound logical..will be cumbersome though as there are 12 mult show/hide fileds in there already  here's the link just for the original form for future reference for anyone in the forum wanting to see what the form looks like and is facing the same problem.
    Will make the changes in a quiet perios and anyone interested can take a look next week and see how I got on.
    Appreciate your response Randy
    Roger

  • Error: Navigate back to the same iView with Portal Absolute Navigation?

    Hi, SDN Fellows.
    When I tried to do a portal absolute navigation from and to the same iView, the iView before  an infinite loop that keep navigating by itself (the iView keep refreshing by itself non-stop).
    Here is the code that I used:
    My current URL, said: ROLES://portal_content/RoleA/WorksetA/PageA,
    then I called this method to navigate to itself:
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/RoleA/WorksetA/PageA"
    ,WDPortalNavigationMode.SHOW_INPLACE
    ,WDPortalNavigationHistoryMode.NO_DUPLICATIONS
    ,null);
    To make sure I have the right method, I changed the URL Target to, said: ROLES://portal_content/RoleA/WorksetA/PageB, then the navigation become fine and did navigate to PageB.
    Do any of you know what can be the problem?
    My optimal goal is to refresh the whole Web Dynpro application, by navigate to itself again. I used to implement this by using WDP Exit Plug and URL Navigation, but this does not work in the portal environment. So, I am thinking to use the portal navigation to do the same thing.
    Second question, do you have any other alternative way to refresh the whole Web Dynpro application without using Exit Plug?
    FYI:
    My current EP version is NW04s SP6.
    Thanks for advise.
    Kent

    Hi
    Use this code in ur action button event..
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/..............",WDPortalNavigationMode.SHOW_INPLACE,(String) null,(String) null,WDPortalNavigationHistoryMode.NO_HISTORY,(String) null,(String) null,(String) null,(String) null,true,false);
    It will open same view again..
    Do reward points if helpful
    Thanks
    Puneet

  • How to open documents attached to transaction in Portal?

    Hi Guys
    We have a CRM 5.0 Implementation and here is what we are using in Portal
    Title: Leads -Transaction
    Technical Name: com.sap.pct.crm.lea.leads
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000108 supported by BSP Application crm_bsp_frame
    Title: Opportunities-Transaction
    Technical Name: com.sap.pct.crm.opp.opportunities_s
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000111 supported by BSP Application crm_bsp_frame
    My question is -  How to open MS Word, MS Excel, Powerpoint documents attached to opportunity transaction in Portal? Can we use the Project share path in URL?

    Hello Tarang,
    Can you be little specific on what kind of documents are these?
    1. You can check if there are ways to integrate the same with KM...am not sure about CRM but yes, it can be done on BIW.
    2. If these are just config documents and not that user creates, then you may save these docs into a KM folder and create a KM Navigation link assigning to users.
    Warm Regards,
    Ritu

  • How to enable me53n transaction in Portal

    Hi,
    I would like to know how can we enable me53n transaction in Portal as our company have limited number of SAP licenses but everyone would like to see the PR details.
    Almost all our employees have Portal ID's thus we would like to know if the above requirement can be fulfilled.
    Best Regards
    Faisal Habib

    Hi,
       1. Showing me53n Transaction in Portal is possible using Transaction iView as well as IAC iView.
       2. SSO will work only if User Mapping or same user exist in R/3 System. In your case since only limited licences exist, I am not sure whether No. Of Portal Users = No. of R/3 Users.
       3. Or else, If a common R/3 ID is there for Purchase Requisition (PR) purpose you can, use the ID while logging into R/3 system to access the transaction.
    Regards
    Tushar Shinde.

  • TS2972 I have my movie dowloaded to I pad. I have apple TV attached to m                                                           y TV . when I turn TV to HDMI and I Pad to mirror image , the box appears on my Ipad screen  without to option to tick for a

    I Have my movie rented from I tunes downloaded on my I-pad. ( it took 12 hours to download) I have my Apple TV attached to my Television which is HDML capable etc. When I hit the Mirror Image button the square box appears but without the option to tick Apple TV. So nothing will syncronise. It used to work. I've tried disconnecting the power , not sure what to do next. Help!
    momma banjo

    Thanks for your response, Pennbank.
    From what I understand, when I hook up my computer to my TV, the only thing I need to do, (in order for audio to be transmitted from my TV) is to 'select a device for sound output' in System Preferences. But my computer does not read or register at all that it is connected to any device. The picture is all there on my TV and the connection is there, but it is not showing me any other option to select for sound other than Internal Speakers. Here is a screen grab. The sound from my TV is totally fine when I watch it. Are you saying I might need to make an adjustment in my TV setting?

  • How to stop a transaction in Portal?

    Hi,
    I am using an iView based on a web dynpro ABAP application to create notifications (like transaction iw21). I want to know if there is some way to stop the transaction on Portal, just like we can do in R3.
    When the processing icon is being displayed on the iview, can we comeout of the application? What are our options?
    Regards,
    Deepa

    yeah, thats wht i was wondering..bt the problem is when the processing is on in the portal iview (like user saved or searched an equipment), no other event is recognised....Neway, thanks Michael for your answer.

  • IPad without 3G option pairing with iPhone to surf Internet

    I would like to buy a iPad 3 without the 3G option.
    Question:
    Can I use the iPad without 3G option to surf Internet thru iPhone hotspot when I am outside with no wifi connection ?

    No, you'll need to enable Mobile Hotspot through your carrier. To access it, go to Settings<General<Network<Personal Hotspot on your iPhone. It takes a while for me to load, but again, your carrier needs to enable the hotspot feature on your plan.
    About third party apps (if you're curious), such apps have been available on the App Store for very small windows of time. You need to pay each month, unless you want to jailbreak, which voids your warranty.
    When you have the hotspot setup, just connect your iPad to wi-fi, and your network name will show up. Connect to it, and there ya go.

Maybe you are looking for