R3 Transactions in Portal

I want to display all the R3 transactions in the portal. I have configured in R3 machine as specified in the SAP Library. As given in http://help.sap.com/saphelp_nw04/helpdata/en/70/579502a7c611d3961700a0c94260a5/frameset.htm
But how do I display it in the portal ? If I create a transaction iview and just specify the transaction code etc, the iview doesn't load properly. It asks, whether to open this file, when i try to execute the page to which the iview is mapped. And doesn't open the file as well, as the system doesn't know which software to be used for opening the file.
Kindly help.

Hi Rukmani,
What is the portal version ? What is the Gui type (win gui/web gui/Java gui) you are using to display the R3 Transaction.
Suppose if you have selected Win gui and if you are trying to access this view in machine where there is no Sap Frontend (win gui) installed then it prompts you for file opening.
1. Win Gui - check to see if SAP front end is installed.
2. Web Gui - Check the ITS paramters and check for system
   connection
Hope this helps,
Thanks,
Praveen
PS.Dont forget to reward points.

Similar Messages

  • Portal Runtime Error while checking the Transaction in Portal

    Hi all,
    We r in the phase of setting the configuration of Portal. We did the the template installer but when iam checking the transactions in Portal ( System Administration--> Support--->SAP Apllication) , it is throwing me the following error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Missing Property 'ClassName' in property file for layer'Transaction/WinguiSSOLayer'..
    See the details for the exception ID in the log file
    Can anybody help me in this regard.
    Thank in Advance.

    Hi Niyati,
    I guess check through -->
    Under "Personalize > User Profile" the checkbox "Activate Accessibility Feature" must be unchecked!
    as, people earlier also faced this issue and SAP provided this solution.
    Also an alternative solution for this is like --
    Go to:
    <Drive>\usr\sap\<SID>\JC<Instance No.>\j2ee\cluster\server<Server No.>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.appintegrator.sap\property\Transaction
    and see the content of the 'WebGuiSSOLayer.properties' file.
    One of the entries is ''ClassName'. The value on a 'valid' portal is: com.sapportals.portal.sapapplication.itsdetection.ITSDetectionLayer
    If it's not the case, then go to:
    <Drive>\usr\sap\<SID>\JC<Instance No.>\j2ee\cluster\server<Server No.>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    rename the file 'com.sap.portal.appintegrator.sap.par.bak' to 'com.sap.portal.appintegrator.sap.par' open the par file and edit the file ''WebGuiSSOLayer.properties' (add the relevant entry for ClassName).
    Save the file (still with the par extension)
    Restart the portal (if everything is OK then the bak extension will be added to the filename).
    Just try this, hope it works.
    Reward points if helpful
    Regards,
    Shailesh Nagar
    Edited by: Shailesh Kumar Nagar on Jan 22, 2008 7:16 AM

  • 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

  • Calling a transaction in Portal

    Hi Guys,
                 I am calling a transaction in portal from WebDynpro.
    Here is my code.
    MOVE 'OkCode' TO param-key.
      MOVE '/00' TO param-value.
      APPEND param TO lparams.
      MOVE 'TCode' TO param-key.
      MOVE 'MIR4' TO param-value.
      APPEND param TO lparams.
      MOVE 'RBKP-BELNR' TO param-key.
      MOVE stru_invoice-belnr TO param-value.
      APPEND param TO bparams.
      MOVE 'RBKP-GJAHR' 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.cso.Prototype/com.cso.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.
    I seen in the forum that it need to create a transactional iView to acheive this.
    In that case, do I still have to provide launcher_parameters in the FM. If not whats the use of launcher_parameters.
    Thanks

    Refer the SAP Online help :
    http://help.sap.com/saphelp_nw70/helpdata/EN/a5/b8fa41c915da6fe10000000a1550b0/frameset.htm
    I hope it helps you.
    Thanx.
    Saurav.

  • GOTO Functionality from BW Report to Transaction on Portal

    Hi All, I wanted to know if anyone has any idea about having a "go to" function capability from the BW report to a transaction on the Portal? for eg if we can jump from a CRM complaints or opportunity report to the corresponding transaction on portal(People centric user interface through portal)?

    Hi Doniv, Thanks for your reponse. I have used RSBBS before for jumping to other BW/R3 reports, but not sure how can I pass the filters from the BW report to the transaction  in portal. for example if I jump from a record in BW report to the corresponding transaction in portal then I want the details of that record open in that transaction. how do I configure the whole thing. Kindly be more specific and give the steps. thanks a lot.

  • How to open documents attached to a 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?

    HI,
    Please have a look at note 606745. This will help you with your questions.
    Regards,
    Hemanth

  • 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.

  • 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.

  • Getting problem to open Web Transaction from Portal

    User is trying to open one link from portal, which is SAP transaction iView.
    This calls one custom transaction from SAP R/3.
    This transaction is Easy Web Transaction and GUI support for it, is SAPGUI FOR HTML.
    Now the problem is, user is not able to open this link from portal. I can open this same link in my login. But this particular user can't.
    Whenever he tries to open this link, gets error message, 'Transaction ZXXXX can not be called in the Easy Access Menu; see long text' and instead of opening the transaction in browser, it opens SAP R/3 GUI.
    I have checked the portal content and found no error.
    Also asked user to login in my system, but got the same error.
    This user is able to access same link from Quality portal, but not from Production portal.,
    eventhough the data in both portals is same.
    What can be the error?
    Please give your expert comments. Thanks in advance.
    - Amrut

    Hello Miikkal,
    You need to enable SharePoint class in IE. Please follow this
    blog and follow this
    article.
    Once, this is done you can Enable all the IE settings to load for Intranet and Trusted zone settings
    Put your site in compatibility mode and trusted zone
    Also, make sure that 2 versions of Office suite is not installed on the system.  Eg. Lync 2013 and Office 2010 on one single machine
    What happen when you by pass your TMG server. To do this we need to make host entry for URL directed to APP server IP Address.
    Thank You, Pallav S. Srivastav ----- If this helped you resolve your issue, please mark it Answered.

  • How to display a particular transaction over portal as per its id

    hi
    we have a requirement like this...
    we have already developed some 200 iviews and the corrosponding pages...
    now we want to develope an application either in web dynpro or pdk that we will upload over portal. that application will be having an inputfield for entering transaction number and a search button.
    on the click of button our application must be able to search and display the corrosponding transactional iview already developed
    plz guide on how this is possible

    Hi,
    I don't think message input text allows to set URI property and it is available with MessageStyledText.
    So if you want to achieve your requirement then you can take two items one message text input and other one as messageStylesText then if it is readonlymode then hide input text and render MessageStyled text and viceversa.
    In this case you will be able to display links in case of Readonly text.
    Regards,
    Reetesh Sharma

  • Pass Parameter to a Transaction Using Transaction Iview Portal

    Dear Experts.
    I have the following doubt:
    The developer ABAP created a program Z_PROGRAM_ABAP
    and a T.Code Z_CODE_PROGRAM for this program.
    I have created a Transaction Iview in the portal for this transaction, but I need pass a value in the Iview  to a variable in the program that call this transaction.
    How can pass a paramete to a variable in the program that is called with the transaction Z_CODE_PROGRAM?
    Thank In advance for your help.
    Best Regards
    Carmen G.

    Hi .
    I have the following code:
    REPORT Z_PROGRAM_ABAP.
       parameters: XYZ type Char no-display.
    if XYZ = 1.
    Write 'ABC'.
    else.
    Write 'MNO'.
    endif.
    And in the portal:
    Application Parmeter    :  XYZ = 1
    Parameters Forwarded: 1
    The problem is that i not want that the user can see the parameter XYZ in the Sreen. When I delete the NO-DISPLAY of the sentence    parameters: XYZ type Char no-display, the parameter is passed.
    How can solve this issue?
    Best Regards
    Carmen

  • Problem in accessing the standard transaction from Portal through RFC

    Below is the error we are getting when we run RFC (which has P60) from the portal(JAVA webdynpro)  which inturn uses BDC to get the spool id from the standard p60(RPCEOYG0)..
    Msgid "00"
    Msgno "359"
    Msgtx "The transaction was terminated by the user".
    But if i keep the debugger inside the RFC after the call_transaction and if I press F8 then I am getting the correct output. Could some one tell me the reason behind this ?
    thanks,
    Prashanth J R

    Hi,
    It sounds to me like the BDC or some other component being called from your Z function module requires some sort of dialog interface (maybe an "Are you sure?" type message).
    When calling RFC from Web Dynpro, you should ensure that at no point in the call stack does it try to perform any dialog functions (messages, pop-up box, display screens).
    You mention that you BDC does a CALL TRANSACTION at some point, you should ensure that this isn't executed when you are calling by RFC from a Web Dynpro.
    Your Z function module should be able to execute from start to finish, returning the results without any dialog interaction.
    I might be wrong, but it sounds similar to a problem we  had a few years ago where someone had coded an "Are you sure?" message into a function module that was called from a stadard R/3 dialog screen as well as Web Dynpro in the Portal, and it broke the portal based stuff.
    Cheers,
    Chris

  • Linking HR transactions in portal

    hi
    we have a situation that a link to be sent to lotus notes while a workflow is initiated by an user to the approving authorities. this link should be able take the approver/user directly to the portal and should be able to execute the transaction directly.

    Hi!
    could you provide some more details on your requirement? Who initiates the WF and who performs which follow-up actions?
    To manage/execute workflows on the portal user interface, you may consider using the Universal worklist (UWL) of Enterprise Portal. You may also connect Lotus to the SAP HR system. You may also launch the SAP GUI from a email in Lotus Notes.
    Please let me know.
    Regards
    Michael

  • Business Package for finance Transactions in Portal

    Hi Guys,
    I am trying to find out if any Business Packages are available in portal for SAP Finance transactions like F-03, FAGLB03, FAGLL03, FB03L, FB04 etc.
    Appreciate your responses.
    -Avinash

    Hi Avinash,
    Please check the Portal Content Portfolio site on SDN for information on all the SAP Business packages.
    Predefined Portal Content Integration
    You can download the zip file which has information regarding the most recent business packages from SAP (in an excel format).
    Thanks,
    Shanti

  • Menu option not available in SAP GUI transaction in Portal

    Hi all,
    When accessing SAP Transaction iview via the portal 7.31 the drop down menu option is not available in the first session.
    It is available in the second session and when accessing SAP Traansaction directly from the SAPLOGON pad, the option allows users to open other sessions and stop transactions.
    How can we enable the menu option in Transaction iview in Portal? 
    Plz find the attaches screen shot of error.

    Hi Chandra,
    Can you try the same senario with broswer compatible mode?
    Because these function will be over ride the style sheet.
    Thanks
    Patrick

Maybe you are looking for

  • Internal Drives Disappeared- Help

    G4/1.0 DP MDD with four drives filling the internal bays. The two in the upper bay, one with the OS, show up fine. The two in the lower bay, under the DVD drive, which were showing up fine after installing 10.4.7 about ten days ago have suddenly disa

  • Help me please I can not turn my computer due the password!!!!!!

    I forgot the password that allows me to turn on the computer and I can not find the EFI number, so how can I do to turn on the computer without the password and then EFI number or how to change the password ????? Please I need some help, i'm really l

  • Hp Pavilion g6-1152ex Laptop Speaker are not working.

    HP Pavilion g6-1152ex Wnidows 7 32bite The left side speaker (Only the left side) of my laptop is working intermetently. Sometimes it's working, sometimes not. When I tried to tap hard the laptop near the left speaker, sometimes it work but a crackli

  • Can't edit ppt in captivate 4

    I am using Captivate 4 and I keep getting an error message every time I try to edit the ppt document in captivate.  It says it is unable to open ppt for editing. Check file permissions.  Any advice. Thanks

  • Afghanistan and Unwanted Messages

    I receive about 3 different messages from stranger attempting to scam daily! I've already mentioned this here on the forum, and I'm reporting every single one. An earlier email mentioned a Garry Robinson (from 2012), and one of the users had that use