Transaction iView always calls SESSION_MANAGER

Hi all,
we are working with Transaction iViews in our portal to call transactions in backend system via ITS.
A few days ago everything worked fine for me, but now the transaction iViews do not call the transaction any more. They just call the start screen (TA SESSION_MANAGER) no matter which transaction should be called.
I compared the iView with the iVews in other EPs, which are working fine. There is no difference.
Even if I create a new transaction iView with the wizard its not working.
Tried to de- and reactivate the webgui service in SICF of backend system but no change.
Has anyone faced similar issues?
Best regards
Davor

Hi Davor,
You need to check DSM and deactivate in portal.
Please go through thread [Disable DSM Terminator   |Re: Disable DSM Terminator;
Regards,
Arun

Similar Messages

  • How to Call Transaction iView that calls RRMXP from Web Dynpro for ABAP

    Dear Experts,,
    I'm developing an application in Web Dynpro for ABAP wherein I'm supposed to give a link that should open an SAP Transaction iView that calls  tcode = 'RRMXP' and I pass the application parameter as QUERY/WBID = <BI query/Workbook ID>.
    I tried calling com.sap.portal.appintegrator.sap.bwc.Transaction iView, but it asks for system/application and GUI type parameters. How to pass through the URL?
    Any help would be highly appreciated
    Regds,
    Srini

    Hi Wolfgang,,
    My problem was that I was supposed to call the BeX Web Analyser ( a BI excel based tool - client installation) on click of a button in my WD-ABAP application. I solved it as follows :
    In the portal pcd, I cam across a folder content provided by SAP. Here, you'll find standard template iViews that can be used to call applications ( for which you make iViews). I had to call an SAP TCode : RRMXP so as to call a BI Workbook/Query.
    So, I called the standard iView template for sap_transaction_iView as follows :
    irj/servlet/prt/portal/prtmode/preview/prtroot/'
               'pcd!3aportal_content!2fcom.sap.pct!2ftemplates'
               '!2fiviews!2fcom.sap.portal.sap_transaction_iview?'
               'sap-config-mode=true&System=BWR3System&TCode=RRMXP'
               '&GuiType=WinGui&OkCode=y&ApplicationParameter='  <appnm>  into url.
          l_popup =
             l_window_manager->create_external_window( url = url
                                          has_menubar = ' '
                                         has_statusbar = ' '
                                          has_toolbar = ' '
                                          has_location = ' ').
          l_popup->open( ).
    And , it worked.
    Any more help pls feel free to revert.
    Regds,
    Srini

  • Problem with Transaction iView when calling R/3(Personalization)

    Hi
    I have created several Transaction iViews , where I am calling different Backend Systems like R/3 , BW, etc.
    My problem is , when I launch the iView, I can able to see the SAP Easy Access for R/3 , BW etc. But the language that user have in the backend is over writed by English.
    In the iView properties, I have not selected any language.
    In the Portal Personalization /UME also I have not selected any language.
    But in R/3 I have selected "de" as my language but the R/3 SAP Easy Access showing only English.
    Any advice please? should we have any settings in the portal without touching iview properties or portal personalization to view the backend GUI in the same language that is set in the backend profile?
    Thanks in advance.

    Hi,
    The following way might help you.
    Go to Internet web browser, select Tools in the menu, then select Internet options --> General Tab --> Languages --> Add --> German(de) . finally move up the German(de)
    Deep

  • Calling an Transaction iView by URL

    Hello All,
    I have sucessfully created an transaction iView (which calls some t-code from R/3).
    The iView is working fine when I preview it.I have used user mapping for it.
    Now I want to call this iView from my website on click of a hyper-link (normal HTML).
    So please let me know how do I do this? possible ways for it?
    Can i create an URL iView for this iView?
    Any Help Appreciated.
    Regards,
    Yogesh Varma
    Pune.

    Hello Michael / Jyoti / Anagha / Srinivas / ,
    thanks for all your replies and knowledge sharing, with the help of it I was able to solve the problem.
    here is the solution:
    URL is:
    http://<server-name>:<port-no>/irj/servlet/prt/portal/prtroot/com.sap.portal.pagebuilder.IviewModeProxy?iview_id=<pcd-id>
    this is the URL of an URL iview in portal. The authscheme is set to "anonymous" here.
    I have passed the actual URL of an transaction iview to this iview with parameters for user-id and password.
    Also fetch mode property is set to as "server side" and Method is "post" (to hide id/password).
    Once again thanks to all of you.
    Regards,
    Yogesh Varma
    Pune.

  • Application Parameters not working in the Transactional iViews

    We had created transactional iViews for calling the standard SAP Transaction: IQS8 and IQS9. Here the issue is that we would like to populate the default screens for these 2 transactions with different set of default values.
    So, we created variants and sending them as an application parameter to these trasnactional iViews. When we call this iView it is displaying these default values as per the variant which we are sending. But when executing that transaction, it seems those application parameters that we send through the iView are not being used to call that transaction.
    How to enforce the transaction to make it use the application parameters as default values, does any one has any idea?
    Please let me know if any one of you have a solution for this.

    Hi Venkat,
    You might want to try the following approach:
    1- Create a new transaction code in your SAP system (using transaction SE93 - maintain transaction) which would be a transaction variant of the transaction you want to call with a specific variant
    2- Create a 'SAP transaction' iview that points to the new transaction code you created (SAP information <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm">here</a>)
    Hope this helps.
    Regards,
    Joseph

  • Passing Parameters Transaction iView

    Hi!
    I have created a SAP transaction iView that calls the transaction MM03. I know that we can pass application parameters by defining them in the iView properties. On the SAP help website, its given in the syntax <Screen_field1>=<parameter1> and so on for all the parameters.
    How do I find out the name of the screen field? For example, I want to pass the material number VPP27. So it should be, <Screen_field1>=VPP27. But how do know what the screen field is called? I tried giving in Material, but it doesnt work..
    Anyone know a way out?
    Sameer

    You can position the cursor at the field within the transaction in R3, then use the F1 key (for help), followed by F9 (for technical help).  You should see a pop-up showing the screen field names for the present field that the cursor is on.

  • Transaction IView ignores linebreak (sometimes)

    Hi,
    I have a transaction IView that calls a program in R3.
    The program shows a selection screen with a list of activities.
    The strage now is, that it works completly fine in R3, but if I call it from the transaction
    IView, the line brakes are sometimes not correct.
    There are just a few reports where the Transaction IView doesn't create a linebreak.
    In R3 it does!
    Has someone an idea what this could be?
    Thanks and best regards,
    Dennis

    Hi Ram,
    I now found out that it is a IAC IView for ESS.
    So there was no Transaction IView created for that.
    But this doesn't help me to solve my problem
    Regards,
    Dennis

  • Disable transaction box and menue from wingui with transaction iview

    Dear all,
    has anyone a solution to disable or hide the menue and transactionfield in a portal transaction iview thats called with wingui.
    Webgui is no solution.
    Best regards
    Thorsten Stracke

    Hi Vineeth and Ramganesan,
    thanks for quick response, this will be a option when all clients shoul use this behavior.
    I search for a solution, where i can decided in a view to switch it of. Normally i can attach dynpro fields and values with the dynamicparameter, if this can use for hide .. the box or some functions in the gui state.
    An other idea is to use a new status for the reports and transactions, but i don't know who use this as parameter.
    Best regards
    Thorsten

  • ABAP WebDynpro app calling Transaction iview with Dynamic Parameters..?

    Good day!
    I need to code a call to a transaction (with dynamic parameters) from an Abap WD application.  It appears that to achieve this, the app needs to call a new portal transaction iview, passing the parameters in the call..? 
    This should ideally be via a Sapgui for Windows, but Html also an option (does it matter with regards to the method used?). 
    Kindly assist with advise/instructions, idealy with sample code extract to illustrate (new to Abap WD)...
    Kind regards
    j

    Hi
    this will help you doing so
    http://help.sap.com/saphelp_nw04s/helpdata/en/18/f96f4132f15c58e10000000a1550b0/frameset.htm
    Use BUSINESS_PARAMETERS to pass the data
    Abhi

  • Transactional iview for "session_manager" not working

    Dear All,
    we are creating transactional iview for t code  "session_manager", the problem we are facing is that it is not going to session_manager screen, instead of that it is going to S000 Transaction.
    I tried using webgui also, but here I m facing some strange problem, it is using webgui for one user and for rest it is using wingui for others and again going to S000 t code.
    Can you please give me some recommendations?
    Thanks,
    Ganesh

    Hi Ganesh,
    Are the Tcodes "Service_manager", S000 user defined tcodes?
    cheers
    dev

  • Calling transaction iview and coming back to abap iview

    Hello all,
    Is it possible to call a transaction iview from abap webdynpro application iview and come back to it after we are finishing running the transaction?  I know I can use the navigate_absolute method to call the transaction iview but i want to know if we can come back to the original abap iview, which called this transaction iview.
    resume suspend is not an option since they do not work in portal as per the sap help.
    Thanks.
    J.

    thanks

  • Execute automatically when calling transaction iview

    Hi All,
    I am navigating to a "Transaction iView" (SAPGUI for Windows) from a WebDynpro application.
    I am able to fill all screen fields dynamically, but I have a problem executing the transaction.
    I have tried passing a parameter called "OkCode" (or "OKCODE" or "OK-CODE") with the value "MELD" (transaction IW52) but it's not working.
    Any Ideas?
    Aviad

    If that transaction accepts any value, you can use this code to send params to SAP R/3.
    WDPortalNavigation.navigateAbsolute(PageURL, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    queryString);
    like this way,
    String OkcodeStr = "MELD";
    WDPortalNavigation.navigateAbsolute(
    "ROLES://portal_content/...iview path";,
    WDPortalNavigationMode.SHOW_EXTERNAL,
    (String) null,
    (String) null,
    WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    (String) null,
    (String) null,
    "OkCode="OkcodeStr);
    OkCode - is the SAP Transaction input param (Give same name)
    Regards,
    Sridhar

  • Call a Transaction iView with parameters

    Hello,
    can anyone help me with the following problem:
    I'll just tried to call the transaction RECN with a transaction iView. When I test the iView it works but not with any parameters in the URL.
    I'll tried the parameters fix in the iView properties but without any result.
    Can someone tell me the correct syntax? I'll tried everything I can find in the SAP help and here in the forum.
    Have someone a how to for calling transaction iView with dynamical parameters?
    Thanks for help!
    Best regards
    Martin

    Martin,
    Have you had a look at these yet?
    http://wiki.sdn.sap.com/wiki/display/EP/StartanSAPtransactionfromaURL
    How to launch SAP transaction & pass parameters via URL
    Cheers!
    Sandeep Tudumu

  • Transaction iView( Tcode) Error: Function call in SAP GUI with errors

    Hey Guys:
                  I use Transaction iView to show the ABAP application on Portal. The application works to import data from client to BW. After I fill all the information and execute the application, the system returns the error message " Function call in SAP GUI with errors".
    The ABAP application works fine on SAP GUI, so it should not be the program problem.
    Any Suggestion for this will be nice. Thanks for your help.

    Hey Duy:
            Thanks for your response. I check the servers which i have access, and all of them cannot work correctly.
    First, other iViews(Dynpro,BW Report,BSP,KM...) work fine.
    Second, our backend system is a BW server.
    I try to do so on our EP production and development, also connect them to our BW production and development servers. All of those are failed and have the same problem.
    The t-code comes from our abap program and register on BW server, and hte program works fine when I use SE38 to execute it.
    PS. The Transaction iView works fine before, but I have no idea why it just crash now.
    Please let me know if you have any suggestion about this.

  • Calling Transactional IVIEW

    Hi ,
    Created a Transactional Iview for Custom Tcode.In portal as well i was able to look into the preview of the transaction code.
    I used the follwing code to navigate this Transactional IView in the ABAP WEBDYNP which is been linked to an action button .There is no view or dump comming up when i hit the button .
    The code is as below for navigation :
    data lr_componentcontroller type ref to ig_componentcontroller .
    data l_api_componentcontroller type ref to if_wd_component.
    data lr_port_manager type ref to if_wd_portal_integration.
    lr_componentcontroller = wd_this->get_componentcontroller_ctr( ).
    l_api_componentcontroller = lr_componentcontroller->wd_get_api( ).
    lr_port_manager = l_api_componentcontroller->get_portal_manager( ).
    Data: target type string.
    target = 'pcd:portal_content/com.rc.folder.support_development/com.rc.folder.service_requests/com.rc.iview.empl_certificate'.
    call method lr_port_manager->navigate_absolute
    exporting
    navigation_target = target .
    I am getting Wait Message if I give as sepcified above, and if add 'Roles://' to the starting of target String (PCD Path) its not showing me anything.
    Just wondering what else i was missing ..any suggestion would be helpfull..
    Regards,
    Manohar

    Hi Manohar,
    I gave this string and it worked fine
    ROLES://portal_content/com.XYZ.APPL/com.apple.Userid/com.XYZ.Demo1/com.XYZ.role.role/com.XYZ.role.DEMO1/com.sap.netweaver.bc.uwl.uwl_page'
    I got this from properties of iView.
    Hopefully this helps you.
    Regards,
    Priya

Maybe you are looking for

  • Using Jabber to initiate a Meet-me conference

    Hi Guys, we have a Cisco US 9 environment. but no physical phone. we only use Jabber. Is there a way to use Jabber to initiate a Meet me conference? Regards Rassoul

  • After update xfree- xorg, no kde for regular user (Root o

    In a silly mood I decided to finally move to xorg on my perfectly working laptop (centrino+ intel i810 graphics). It was the only thing that was  not up to date on this machine.  This is where a lot of trouble began: In kdm ( yes the x server works o

  • Ship to party queries

    Dear Experts, I had created a sale order with 3 line items. Line item 1    Material xxxx  qty 10      delivery date as 18th may          ship to party  a Line item 2    Material xxxx  qty 20      delivery date as 19h may           ship to party  b Li

  • Cannot Run Photoshop CS5 on SSD

    MAC PRO Spec: MAC PRO 6 cores Intel Xeon "Westmere" RAM=16GB by Kingston (apple certified RAM module = KTA-MP1333/4G) HDD=Western Digital black label 1TB (original shipped by Apple) SSD=Kingston Hyper X 240G OS= MAC OS X Lion Adobe product = CS5.5 de

  • I do not take time to match data with the PC time

    Hi I have a question and do not know why I did not coincide with the time that stores a data graph with the time at which the data is stored on the PC should be every 0.5s and there values are 0 almost, 46s between data and information. Attached is a