Launch SAP logon from Portal

Hi,
I am planning to create some links in Portal that will launch SAP logon. Can you someone suggest how to achieve it.
Please note: I do not want to create transaction iView.
Thanks in advance.
Regards
Mukesh

Hi
try checking this,
seems helpful
How to launch SAP transaction & pass parameters via URL
Jo

Similar Messages

  • Link to SAP R/3 Logon from Portal IView

    Hi,
    How is the Link to SAP R/3 Logon from Portal IView?
    Thanks
    Raissa

    Hi Raissa,
    Check these links
    Configuring EP for connecting to SAP R/3
    Creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • I want to exit SAP logon from my program.

    Hi,
    I want to exit SAP logon from my program.
    Is there a FM that does this?
    (How can I execute '/nex' from my program?)
    How can I do so?
    Thanks.

    Hi Kumar,
    I am working on 4.7ee version.
    I have similar requirement that for one user id we have option to logon multiple times, but now I have to control based on terminal id and SAP session ID, if user logon more than one time from the same terminal, program should read and end the second logon session.
    Please let me know if you have any idea on this regard...
    Thanks in advance....
    Venkat

  • Error when launching BEx analyzer from Portals

    BI Gurus...
    We are working on an initiative to migrate our user interface from SAP GUI to Enterprise Portal.
    Bex Analyzer is primary mode of reporting at this time.
    After importing the Roles into EP, I am able to execute the web queries successfully, in the BEx Wen analyzer. But, I get an error when I click on any of the excel workbooks. Our expectation was that once we click on the excel workbook name, the BEx analyzer will launch from EP. But it seems like the issue is with launching BEx Analyzer from BI Portal.
    Has anyone faced this issue before?
    Is it possible to launch BEx Analyzer from EP?
    Are their some key portal settings we have missed out on to enable launching BEx analyzer from EP?
    Please provide your thoughts/experience.
    Thanks,
    Ajay.

    Hi WernerS,
    Thanks for your response.
    The RRMXP Transaction works and it launching the BEx Analyzer as expected.
    Now, as per our research, I think there are 2 ways of launching BEx analyzer from BI Portals.
    1) Call via a URL
    You can call BEx Analyzer via the following URL: http(s)://<server:port>/sap/bc/bsp/sap/rsr_bex_launch/bexanalyzerportalwrapper.htm
    You can modify the URL to open BEx Analyzer with either a workbook, a query or a query view. You can use the following parameters to do this:
    ●      Parameter to open the workbook: ?WBID=<wb_id>
    I have tried calling via URL iView, but instead of launching the BEx Analyzer, it just throws a dialog box to "save" or "open" a file, RRMX.bex. When I try to open this file, it says "Invalid File Format".
    I tried opening the file in notepad and I see the following parameters passed.
               test
               Data=BX2,CONAJP,EN,mikoyan,17,,,250,
               9
    Any clue about what I am doing wrong?
    2) Calling via a Transaction
    You can generate BEx Analyzer in Portal Content Studio as an SAP Transaction iView.
    The iViews are of type SAP Transaction iView and have the code link com.sap.portal.app integrator.sap.Transaction.
    The most important properties are System, Transaction Code (TCODE) and ApplicationParameter.
    ●      The Transaction Code for all workbooks is RRMXP.
    ●      The ApplicationParameter property contains the value WBID=<WORKBOOK_ID>.
    I have tried this approach as well. When I open this iView, I see the RRMXP transaction in the Internet explorer, but the workbooks still does not open in the BEx Analyzer (Excel)
    Any thoughts on where am I going wrong ?
    Thanks,
    Ajay.

  • Call a smartform in the SAP system from portal

    Hi Friends
    My requirement is to trigger a smartform in SAP, from portal. Please guide me on how to achieve this.
    Thanks
    Saran

    Hi,
    I have an idea but dont know how far its possible for you.
    You can call smartforms function module from portal and then convert that to pdf file which can be displayed in a pdf control on the portal.
    Check whether this approach is possible.
    Regards
    Karthik D

  • Monitoring SAP environment from portal

    Hello,
    I’m a web developer and as I’m new to portal development I want to find out if there exists a program or way to monitor a SAP system from the portal.
    I want to call up e.g. the dialog stats (st03n) for each day of the month and display a graph in the portal.
    Once I can do that I want to call solution manager and determine the custom checks and create a graph/table for each of the checks.
    E.g. If I need to check cpu performance (st04), canceled jobs (sm37) and short dumps (st22), then the page displays those either for the current day or I can choose to  display the month.
    I know I have to use web dynPro IViews and Java and have been playing with JCo and jsp pages.
    I also heard about JCA but have not gone into detail with that.
    With JCo I can connect to a R3 system and call a BAPI function. As I found out there are thousands of them and no list, documentation or definition about them that I have found so far.
    E.g.
    import com.sap.mw.jco.*;
    aConnection = JCO.createClient(SAP_CLIENT, USER_ID, PASSWORD, LANGUAGE, HOST_NAME, SYSTEM_NUMBER);
    aConnection.connect();}
    JCO.Function function = getFunction("BAPI_EMPLOYEE_CHECKPASSWORD");
    JCO.ParameterList listParams = function.getImportParameterList();
    listParams.setValue(username, "NUMBER");
    listParams.setValue(password, "PASSWORD");
    aConnection.execute(function);
    I would appreciate it if someone can point me in the right direction.

    Hello Nick,
    I can create an IView for each transaction and display the gui frontend in the page, but that will be as if I work with the gui and not let me access or receive specific information.
    It will also not be usefull to combine transactions in one page, or to create graphs from the information.
    I want just the data that is stored in the database or created from the BAPI function I.e. variables or hashtables

  • Possibility of launching SAP WINGUI from email

    Hi All,
              I'm working on a workflow which creates a workitem which sent via the forward mechanism ( report RSWUWFML report ) to the user external email .
    The requirement is for the user to launch his SAP gui via a link in the email . We do not have an ITS , so cannot add a ITS URL path which can lead to the right transaction within SAP( Change Invoice - MIRO ) .
              I believe this can be done by customizing the RSWUWFML program to change the notification text , but how do we launch the SapGui from there .
    Regards,
    Radha Subramanian

    Hi Radha,
    Use RSWUWFML2, it will create shortcut attachments to lauch SAPGUI.
    Hope that helps,
    Mike

  • Launch SAP Transaction from UWL and decision views

    Hi,
    Q1:
    we wan't to launch a SAP Transaction from the Universal Worklist. Does anyone know how to do this explicitly?
    Q2:
    I have tried to add decisions directly to a List View, i.e. with the reject and approve columns. The columns do appear, but the checkboxes are not visible. From the log I can see a warning "No Custom Attribute exists for item ...".
    The three options do appear correctly when you go to the details view for the item, and I did apply the same values for the actions (1,2,3).
    Does anyone know how to do this?
    PS! I have read the How To document, but could not find the answer there, nor in this forum.
    Thanks,
    Mikkel

    I did fix question 2 above.
    Still don't have a solution on how to launch a SAP Transaction. XML transcript below:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'>
    <UWLConfiguration version="1.0">
         <ItemTypes>
              <ItemType name="uwl.task.webflow.decision.SAP_R3_HumanResources_TS20000131" connector="WebFlowConnector" defaultView="TripApprovalView" defaultAction="viewDetail" executionMode="pessimistic">
                   <ItemTypeCriteria systemId="SAP_R3_HumanResources" externalType="TS20000131" connector="WebFlowConnector"/>
                   <Actions>
                        <Action name="1" userDecision="yes" handler="UserDecisionHandler"/>
                        <Action name="2" userDecision="yes" handler="UserDecisionHandler"/>
                        <Action name="3" userDecision="yes" handler="UserDecisionHandler"/>
                   </Actions>
              </ItemType>
              <ItemType name="uwl.task.webflow.decision.SAP_R3_HumanResources_TS20000135" connector="WebFlowConnector" defaultView="TripCheckView" defaultAction="viewDetail" executionMode="pessimistic">
                   <ItemTypeCriteria systemId="SAP_R3_HumanResources" externalType="TS20000135" connector="WebFlowConnector"/>
                   <Actions>
                        <Action name="1" userDecision="yes" handler="UserDecisionHandler"/>
                        <Action name="2" userDecision="yes" handler="UserDecisionHandler"/>
                   </Actions>
              </ItemType>
              <ItemType name="uwl.task.webflow.SAP_R3_HumanResources_TS40007901" connector="WebFlowConnector" defaultView="TimeApprovalView" defaultAction="launchSAPAction" executionMode="pessimistic">
                   <ItemTypeCriteria systemId="SAP_R3_HumanResources" externalType="TS40007901" connector="WebFlowConnector"/>
                   <Actions>
                        <!--
                        <Action name="launchSAPAction" userDecision="no" handler="SAPTransactionLauncher" referenceBundle="launch_sap">
                             <Properties>
                                  <Property name="GuiType" value="WinGui"/>
                             </Properties>
                        </Action>
    -->
                        <!--
                        <Action name="launchSAPAction" userDecision="no" handler="SAPTransactionLauncher" referenceBundle="launch_sap">
                             <Properties>
                                  <Property name="myfunc" value="CATS_APPR"/>
                             </Properties>
                        </Action>
    -->
                   </Actions>
              </ItemType>
         </ItemTypes>
         <Views>
              <View name="TripApprovalView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.decision.SAP_R3_HumanResources_TS20000131" columnOrder="attachmentCount, detailIcon, subject, priority, creatorId, createdDate, dueDate, approveCol, reviseCol, rejectCol" sortby="priority:descend, dueDate:ascend" tableDesign="ALTERNATING" visibleRowCount="10" headerVisible="yes" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" actionPosition="both" referenceBundle="tasks">
                   <Descriptions default="Approve Trip">
                        <ShortDescriptions>
                             <Description Language="no" Description="Godkjenning Reise"/>
                        </ShortDescriptions>
                   </Descriptions>
                   <DisplayAttributes>
                        <DisplayAttribute name="approveCol" type="radiobutton" actionRef="1" hAlign="CENTER">
                             <Descriptions default="Approve">
                                  <ShortDescriptions>
                                       <Description Language="no" Description="Godkjenn"/>
                                  </ShortDescriptions>
                             </Descriptions>
                        </DisplayAttribute>
                        <DisplayAttribute name="reviseCol" type="radiobutton" actionRef="2" hAlign="CENTER">
                             <Descriptions default="Revise">
                                  <ShortDescriptions>
                                       <Description Language="no" Description="Returner"/>
                                  </ShortDescriptions>
                             </Descriptions>
                        </DisplayAttribute>
                        <DisplayAttribute name="rejectCol" type="radiobutton" actionRef="3" hAlign="CENTER">
                             <Descriptions default="Reject">
                                  <ShortDescriptions>
                                       <Description Language="no" Description="Avvis"/>
                                  </ShortDescriptions>
                             </Descriptions>
                        </DisplayAttribute>
                   </DisplayAttributes>
                   <Actions>
                        <!--
                        <Action name="1" userDecision="yes" handler="UserDecisionHandler"/>
                        <Action name="2" userDecision="yes" handler="UserDecisionHandler"/>
                        <Action name="3" userDecision="yes" handler="UserDecisionHandler"/>
    -->
                        <Action name="submitUserDecisions" userDecision="yes" handler="UIActionHandler" referenceBundle="submit"/>
                        <Action name="refresh" userDecision="no" handler="UIActionHandler" referenceBundle="refresh">
                             <Properties>
                                  <Property name="type" value="button"/>
                                  <Property name="onClick" value="onForceRefresh"/>
                             </Properties>
                        </Action>
                   </Actions>
              </View>
              <View name="TripCheckView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.decision.SAP_R3_HumanResources_TS20000135" columnOrder="attachmentCount, detailIcon, subject, priority, creatorId, createdDate, dueDate,approveCol,reviseCol" sortby="priority:descend, dueDate:ascend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" actionPosition="top" referenceBundle="tasks">
                   <Descriptions default="Check Trip">
                        <ShortDescriptions>
                             <Description Language="no" Description="Kontroller Reise"/>
                        </ShortDescriptions>
                   </Descriptions>
                   <DisplayAttributes>
                        <DisplayAttribute name="approveCol" type="checkbox" actionRef="1" hAlign="CENTER">
                             <Descriptions default="Approve">
                                  <ShortDescriptions>
                                       <Description Language="no" Description="Godkjenn"/>
                                  </ShortDescriptions>
                             </Descriptions>
                        </DisplayAttribute>
                        <DisplayAttribute name="reviseCol" type="checkbox" actionRef="2" hAlign="CENTER">
                             <Descriptions default="Revise">
                                  <ShortDescriptions>
                                       <Description Language="no" Description="Returner"/>
                                  </ShortDescriptions>
                             </Descriptions>
                        </DisplayAttribute>
                   </DisplayAttributes>
                   <Actions>
                        <Action name="submitUserDecisions" userDecision="no" handler="UIActionHandler" referenceBundle="submit"/>
                        <Action name="refresh" userDecision="no" handler="UIActionHandler" referenceBundle="refresh">
                             <Properties>
                                  <Property name="type" value="button"/>
                                  <Property name="onClick" value="onForceRefresh"/>
                             </Properties>
                        </Action>
                   </Actions>
              </View>
              <View name="TimeApprovalView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.SAP_R3_HumanResources_TS40007901" columnOrder="attachmentCount, detailIcon, subject, priority, creatorId, createdDate, dueDate" sortby="priority:descend, dueDate:ascend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" actionPosition="top" referenceBundle="tasks">
                   <Descriptions default="Time Approval">
                        <ShortDescriptions>
                             <Description Language="no" Description="Godkjenning Tid"/>
                        </ShortDescriptions>
                   </Descriptions>
                   <Actions>
                        <Action name="submitUserDecisions" userDecision="no" handler="UIActionHandler" referenceBundle="submit"/>
                        <Action name="refresh" userDecision="no" handler="UIActionHandler" referenceBundle="refresh">
                             <Properties>
                                  <Property name="type" value="button"/>
                                  <Property name="onClick" value="onForceRefresh"/>
                             </Properties>
                        </Action>
                   </Actions>
              </View>
         </Views>
    </UWLConfiguration>

  • Remove SAP Branding from Portal Logon 7.1

    Hi,
    does anybody know how to remove the SAP Branding image from the logon page in 7.1? Unfortunatly we are not able to export / import the logonpage from the portal (around 40 errors if we try to build the original(! just export and import) logonpage in the NDS).
    In the help I just found how to replace the two other pictures of the login page....
    Thank you.

    Hi,
    I think he is just trying to change the branding image on the logon on screen, this doesn't need any par file customisation or some thing else.
    You need to just make the image you want to place as your branding image of the same size of the exsisting one.
    Go to usr/sap/sid/instance/j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    Here Just rename the exsisting branding-image.jpg file to some new one and place the new jpg file you want to place and rename it as branding-image.jpg. This would do.
    Regards,
    Vamshi.

  • Blank PAge when Launching WEB IC from Portal--Very Urgent

    Hi,
    We are using CRM 5.0 EIC scenario
    We have just configured new application server (adding one more to existing servers), when we lauch EIC (interaction centre) from this new server, it shows nothing, it just displays blank page,
    Need very very urgently
    MAx points would be awarded
    R

    In CRM 5.0 does t-code CRM_IC launch the page for you correctly?  if yes then I think you need to have your portal admin check this as it would seem portal related.

  • Running SAP Transaction from Portal

    Hello, Is there any way to tell from within the ABAP program whether it has been executed from the Portal or from within SAP?
    Thanks  a lot, Ashley.

    Hi Ashley,
    Can you check this topic: ABAP and JavaScript on how to use javascript in abap editors.
    Because if you are viewing your transaction through ITS its perfectly OK to have Javascript in it.
    Regards,
    Prem.
    P.S.
    Or, Are you into Portal development. And may I please know what eaxctly is the purpose of knowing whether your transaction is running in portal?
    You could also try making a Java iView (Abstract Portal Component -> JSP). And in your JSP create an IFRAME tage to hold the ITS URL to your transaction. Above the IFRAME create the script tags to hold the window.location code. This will definitely work as its a JSP.
    e.g.
    <html>
    <script language = "JavaScript">
    .... your js code....
    </script>
    <body>
    <iframe src = "http://...your its url to the abap program z transaction..."></iframe>
    </body>
    </html>
    Message was edited by:
            Prem Mascarenhas

  • Launching discoverer reports from portal, limitation..

    Hi, I have already discussed this matter via a metalink SR to find that portal cannot launch a discoverer report using discoverer plus, but I have also been referred here by the metalink people so 'product management' can clarify whether the functionality we are seeking is never going to be implemented or if it may be in planning for the near future.
    Specifically, the users want to be able to launch the discoverer reports in discoverer plus, through a portal application accessed on their browsers. (instead of discoverer viewer).
    Thanks

    Actually there is, we just had to work the metalink guys a bit harder. We found this in the Oracle Business Intelligence Discoverer Configuration
    Guide.pdf (as found at http://download.oracle.com/docs/pdf/B13918_03.pdf)
    Page 212 of 304:
    13.5.3 Example 3: Starting Discoverer Plus
    To start Discoverer Plus, connect automatically as jchan to the Sales EUL, open
    a worksheet called January Analysis in a workbook called Monthly nalysis, you
    might use the following URL:
    http://<host.domain>:<port>/discoverer/plus?cn=cf_a156&opendbid=MONTHLY_
    ANALYSIS&sheetid=179
    So as the documentation claimed it to be a feature, we saught further help as the link structure above didn't quite work for us.
    It was assigned to development and a patch was released: Patch# 5403717
    Info:
    Use a new URL parameter 'workbooksource' after the patch has
    been applied.
    URL Guide:
    http://<server>:<port>/discoverer/plus?cn=< >&opendb=<WokrbookName>&wo
    rkbooksource=Database
    Hope that helps..

  • Cannot launch SAP Transaction from Guided Procedures

    I created a Callable Object that is linked to a SAP Transaction.
    When I test it by Execute-ing, I got a browser prompt to Save or Cancel the "xxxxxxx.sapssd" file.
    How can I get it to launch the SAP Transaction?
    TIA.

    Hi,
    Kinldy ensure that you used the following process to create the Callable Object
    - Select the Parent Folder to Create Callable Object in GP Design Time
    - Click on 'Create Callable Object' in the Action Items for Gallery
    - In the Create Callable Object Step, choose 'SAP Transaction' option under 'User Interface'
    - Provide the Basic Data in Basic Data Section
    - In 'Define Object' step, provide the SAP System name as created in the SLD. Mostly the Alias name is displayed in the list. Also provide the default Transaction you wanted to execute.
    - In the 'Define Input' Section, you can optionally provide the input parameters. Leave it blank to make it simple.
    - In the 'Set Configuration' section, check the 'Execute Immediately'
    - Finally Finish and Open the Callable Object for testing.
    Following the above process should help you launch the SAP Transaction in a separate browser window.
    After verifying the above steps, should you still have a problem, then it would be helpful if you can provide the steps you followed in order to replicate the problem.
    Thanks
    Siva

  • Variant not being used when launching MDT report from Portal

    Hi,
    I have set up the reporting i-view in MSS to use MDT. In the "Define Function Codes" activity in  the IMG under Managers Desktop  I have set up Transaction Code  S_AHR_61015536 (Expired Qualifications Report) to use variant MSS.
    However when I launch the report via the MDT i-view it takes no consideration of the variant used.
    Has anyone else encountered this problem before?
    Thanks
    Tom

    Check this
    Please kindly correct the variant in the table T77I3 or you can correct
    the customizing at SPRO:
    Personnel Management->
        Manager's Desktop->
           Human Resources Information Systems->
                HIS ->  Define task functions
    Area HRTIM

  • How to view file from portal?

    Hello All,
    The application i'm developing requires viewing documents linked to a SAP object from portal. I am able to checkin documents from portal ( using  'BAPI_DOCUMENT_CREATE2' ), but I have problem display/ viewing the document.
    EX: When a PO is displayed in portal, I should be able to view the documents attached to it if I click on the document number (created thru 'BAPI_DOCUMENT_CREATE2).
    Any kind of help is highly appreciated.
    Thanks,
    Chandra

    Hi Chandra,
    in case the DMS BAPIs are not sufficient for you, maybe the KM - DMS connector could help you here? In note 904558 and in the SDN at https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/e08533ae-8f6d-2910-ba9f-e9a6a363ec35 [original link is broken] you see more. In general the DMS content is here mapped to the portal KM.
    Best regards,
    Martin

Maybe you are looking for

  • SQL Query in Visual Composer 7.1.1 SP2

    Hi all, I want to use an SQL Query in Visual Composer 7.1.1 but I only can search for Stored Procedures. There is documentation available but not for VC 7.1.1.  I also can not use the Query Wizard for this as the System does not show up in the list.

  • Errors all the time

    all the time i click on eveyr single button on new updated skype i get error on every single contact on everything in skype i made foto take a look i have no idea what to do Solved! Go to Solution.

  • Is it possible to fade music on a slideshow in iMovie when using an iPad?

    I am trying to make a slideshow for a friends wedding. I have the entire slideshow ready, but I can't figure out how to get the music to fade when going on to the next song. Help!

  • NalAgent.exe generates error

    Since a few weeks we experience an error on some workstations in our network concerning the NalAgent.exe application. The following errors pops up (translated from Dutch): NalAgent.exe - application error: The instruction on 0x7e399dda points to memo

  • Does "delete sent messages" in Mail refer to deleting on the server only?

    I want to delete my sent messages from the server but not from the "sent" mailbox in Mail on my HD.  I am afraid to check the "delete sent messages" box in the mailbox behavior preferences because it does not specify whether they would be deleted jus