Open a Report when user logon to SAP.

Dear gurus
I like to make news bulletin application when ever a user logon to SAP my created bulletin shows first on the screen.
can this be done ?
Regards Saad Nisar.

with the report ADMIN_SET_START_TRANSACTION_FO you can set the start transaction for other users
or
    CALL FUNCTION 'NAVIGATION_GET_START_TCODE'
         EXPORTING
              UNAME       = i_usr02-bname
         IMPORTING
              START_TCODE = start_tcode_dummy.

Similar Messages

  • Crystal Report requests Database logon if SAP BW is datasource

    Hi all
    I experience the following:
    1. SSO from SAP Portal to BOE works: I can view Sample Crystal Reports based on the BO-iView-template without additional login
    2. SSO from SAP Portal to SAP BW works: a) I can view custom BW Web queries without additional login and b) the connection tests on the system object in SAP Portal run fine
    3. I assume SSO between BOE and BW works because I can view Xcelsius dashboards based on BW queries within SAP Portal without additional login
    Nevertheless I am presented a login screen ("The report you requested requires further information. -
    Database Logon") if I try to view a crystal report based on a BW query, no matter if I start the report from InfoView, SAPGUI or SAP Portal. If I enter my SAP credentials in "Databse logon"-window I can see the report runs fine.
    SAP Authentication in BOE seems to work (I can import users & roles). In all 3 systems I have at least Admin or equivalent permissions. If I change the Database Configuration for this report within InfoView ("Use SSO") it does make any change (I also read somewhere a reply from I. Hilgefort that this is not necessary if BW publisher service is installed correctly).
    We use SAP BW 701.06, BOE XI31FP3.4 and SAP Portal 701SP6
    I publish the report from Crystal Reports 2008 SP2 with the SAP-Menu -> Save Report.
    I logon to InfoView-App with my SAP-BW credentials.
    Any help appreciated!
    BR
    Kanan

    Real solution is different, my other post is only a workaround:
    1. SNC settings in CMC were not correct (Certificate path, path to sapcrypto.dll)
    2. Relevant Serices have to run under local username
    3. Username has to be added to PSE
    See here: https://websmp130.sap-ag.de/sap/support/notes/1364536

  • Table relations lost in Crystal Reports when connecting directly to SAP R/3

    Currently, we are trying to create reports in CR2008 directly on SAP R/3 tables. We encounter the following problems:
    - 1 it is quite difficult to find out which tables you need
    - 2 if you import the tables into CR you have to define the relations between the tables again
    This takes too much time and is way too complex.
    So the question is: should I define infosets and load these into CR? what is the general "working method"/procedure  to deal with these issues?

    Hi,
    in case you not familiar with the tables from your ERP system I would recommend using an InfoSet or ABAP Functions as a source.
    ingo

  • How to let a PE user logon into SAP?

    If I have a employee, and create his data in SAP,
    His partner function is PE.
    After creating a sales order, I send a internal email to him, then
    1) How can he logon SAP, where can I change his password?????
    2) How can he read this email??????
    example: personal ID 170101 in IDES
    when I save sales order, system ERROR:
    OK)        Object 0000012661
    OK)        Output type: Internal Mail 01
    OK)        Processing log for program RSNASTSO routine SAPOFFICE_AUFRUF_VX
    ERROR) Function <Send> not possible
    OK)        Message object FOL18          4 SCR33000000000266 created or sent
    WHY?
    Edited by: jianming zhang on Nov 6, 2008 9:51 AM

    Hi there,
    When the order is saved, the system will call the mail ID maintained in SU01 of the user.
    It will then trigger the mail to the regular outlook mailbox.
    Else in some cases a new Z table is defined to maintain the mail IDs. System will trigger the mail through outlook. It has that inbuilt capability.
    Just ask your user to check his mail box to see if he has received the mail.
    Regards,
    Sivanand

  • Need to generate XML report  (when user clicks the button)from Application Express 4.0.0.00.46

    I am new to Apex so I invoke all the APEX GURUS to help me !!!
    Here are details.
    When the user hits a button from APEX page he can download an XML report
    here is the parameterized SQL query:

    Duplicate thread: https://community.oracle.com/message/11325665

  • User password will need be changed when user logon

    Why users need to change the password once I setup when they have been assigned by superuser?
    If that is the case, then should I just assign any 4 digits then they put the real password when they log on or they can reuse the same password that I created.  Only use 4 digits to avoid need to change it couple months.

    Hi Lily,
    Did you check the settings under
    > Administration > Setup > General > Password Administration?
    Here you can set different settings for example if it is possible to use the same passwrod as before, when it will expire and so on.
    Hope that helps.
    Kind Regards,
    Friederike Mundt
    SAP Business One Forums Team

  • Picture not shown in report when user not logged on.

    Scenario (also described in thread: http://technet.oracle.com:89/ubb/Forum81/HTML/000726.html)
    I create a table mypics:
    title varchar2(100), mypic varchar2(100). I create a Portal form that uses file upload on mypic. The form will put the picture into some table...
    I then create a report with the following sql:
    select title,
    '[IMG SRC="'| | decode(MYPIC, '', PORTAL30.wwctx_api.get_image_path | | 'noimg.jpg',
    owa_util.get_cgi_env('DOC_ACCESS_PATH') | | '/' | | MYPIC) | |'"]' MYPIC
    from SCOTT.mypics
    (replace [] with <>)
    The report do not show the picture if the report is added as a component in a content area, and the user is not logged on.
    (Workarounds are to use portal pages instead i think).
    But still, the problem probably has to do with some granting ?
    Terje.
    null

    Hi,
    If this is the case, then first of all you have to make your objects language dependant. Then load the data for English (If you have), German etc with 0LANGU as the key of the object.
    Then only you can view the descriptions/names/texts etc. in the various languages.
    Hope this helps.
    Regards,
    Yogesh.

  • WPF Crystal report throws an exception when user tries to replace a file which is open during export of report.

    I am using the latest version of crystal report CRforVS_13_0_10 with Visual Studio 2013.
    I am working a WPF application and using the WPF crystalreportviewer control.
    The steps to reproduce the exception is ,
    1) Create a report.
    2) Export report with sample.xls  as file name
    3) Now open the sample.xls file in Excel
    4) Again export the report with sample.xls  as file name
    5) There is dialog which asks "Do you want to replace existing file sample.xls"
    6)Click "Yes"
    7) Now the exception will be thrown.
    This is System.IO.IOException which is thrown by crystal report  when user tries to save the file which is already opened by user. Also there is no event provided to handle Export_click for WPF CrystalReportViewer where I can handle this.

    I can replicate the issue. Not sure how we can hook into the System.IO process to capture the exception. I have not played with that part yet...
    I created my own export button and wrapped it in a try/catch and this is what I get:
    Which is what you would expect rather than a Null Exception error:
    We'll have to do more testing to see how or if System IO errors can caught outside of CR.
    Don

  • Where is log of user logon and log ff in WCS or WLC?

    My configuration is 4404 WLCs with WCS. We have a guest WLAN configured and the users authenticate using Web Auth and local accounts created by a Lobby Ambassador. My question is if there is a log somewhere that records when users logon and logoff when they are authenticating to local accounts.
    Thanks,
    Deanna

    I am also looking for the same information in my syslogs. I have increased the logging level to info and user ID is still not there. Does anyone know how to get user ID information out of the syslog?
    Thanks

  • How to Open GUI Transaction when clicking in Hyper Link

    Hello All,
    I want to open GUI Transaction  when user will click on Hyper Link created in a particular column in a table view. For that I have created  Transaction Launcher ID using Transaction Launcher  Wizard. Then what will be the next step, i'm not getting. Can anybody help me out on this?
    Thanks in advance,
    Madhusudan

    Hi,
    Here is the sample code:
    DATA: lr_navigation TYPE REF TO if_crm_ui_navigation_service.
    lr_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
    CHECK lr_navigation IS BOUND.
    lr_navigation->navigate( iv_link_id = 'ZLINKID' ).
    -ASB

  • Open with MyJavaTextViewer when double-click on the file icon-. (In Windows

    I create a program called MyJavaTextViewer.
    I create text file with &#8216;.MyJavaTextViewer&#8217; extension and
    I want to open that file in MyJavaTextViewer when user dbclick on that file
    (Like &#8216;.txt&#8217; file opens in Notepad when user dbclick on that file icon).
    I want get the content of that file to String. How can I do this several actions????

    Use file-type association feature of the Windows operating system. It is not a Java issue and Java can't access that particular OS feature AFAIK.

  • GPO apply user Logon script or GPP who Wins

    hi
    i have 2 GPO's linked to a OU1 GPO with precedence 1 has a GPP setting which applies a Value 
    the 2nd GPO has a Logon script which applies a value that is different that the 1st GPO
    How does Precedence take place if both have conflicting settings.
    How can i have change Linkorder/Precedence so that GPO 1 always wins
    Who Wins the battle between Logon Script for a setting or GPP for a setting 
    Also 
    None of these GPO's apply HKLM settings 
    But even though i see following when i run ProcMon during User logon. Why is HKLM setting being set when user logon , is it not a computer logon thing
    Operation - RegSetValue
    Result - Success
    Path - HKLM\SOFTWARE\MySoftware\Licensing\1\Server
    Command Line "C:\Windows\regedit.exe" /s \\DC01\NETLOGON\ABC\License.reg

    Also 
    None of these GPO's apply HKLM settings 
    But even though i see following when i run ProcMon during User logon. Why is HKLM setting being set when user logon , is it not a computer logon thing
    Operation - RegSetValue
    Result - Success
    Path - HKLM\SOFTWARE\MySoftware\Licensing\1\Server
    Command Line "C:\Windows\regedit.exe" /s \\DC01\NETLOGON\ABC\License.reg
    Does the file "License.reg" contain HKLM settings ?
    Is the (user) Logon Script, launching this? : Command Line "C:\Windows\regedit.exe" /s \\DC01\NETLOGON\ABC\License.reg
    If so, it's because the Logon script is simply executing what it has been configured to do.
    Group Policy Admin Templates and settings which are specific to \User Configuration\ vs. \Computer Configuration\, will only be executed "per-user" or "per-computer" - just as executing "Startup Scripts" are a per-computer thing,
    and executing "Logon Scripts" are a per-user thing - but that is only the trigger to execute - not what the executed payload might really do.
    I would also expect such a process to fail (a user would not usually have permissions to a HKLM regkey) unless the regkey security has been relaxed, or, the user logging in has admin rights or similar.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Unable to Open Bex report from SAP APO User Menu

    Hi All,
    I am an  SAP APO consultant, and have not miuch expereice in BEx reporting. As APO uses Build in BI for reporting and pulling history from either external BW or R/3.
    Now my issue all BEx reports we use are assigned ot my user menu and when I select a report, I would expect report to open but an excel sheet opens and closes and nothing happens. However I am able to open this reports from my desktop menu selecting Business explorer and Analyzer and linking my SAP system. I use Excel 2007 , Is this some compactibilty issue or is there anything I need to do?

    Hi KV,
    There's a couple of possible root cause why you dont see properly the Bex Report.
    Can you share to me the APO version and the BW software component being used?
    In case this is still in the 3.x, 4.x APO, I think, a separate BW add on is needed for you to run your BEx report properly. You can ask your basis team for this separate installation.
    Btw, is this report working before, meaning was it pulled successfully already in the past?
    Can you try doing this again in a separate workstation, as the BW add on is installed separately per workstation.
    Its possible that this is also an auth issue that the user you are using is not capable enough to run BEx.
    As of now, I have not encountered any Bex issue that is related with the Excel version, I have tried running Bex in Excel 2007 no issue also. I think it maybe more related with the OS you are using, if its in Vista already what I know is you need to add your excel as a trusted document before you can run bex fro Vista.
    Let me think of other possibilities.
    Hope this helps.
    - Jeff

  • Crystal Reports when connecting to SAP ERP gives Logon Failed error

    Hello Friends,
    We are trying to implement the SAP Best Practices Crystal Reports and Xcleisus Dashboards for ERP. We are using BI 4.0 SP2, Crystal Reports 2011 SP2 and SAP ECC 6.0 FP 5.
    We have done all configurations at the SAP end and successfully adpated a couple of Crystal Reports and they work fine.
    My client machine crashed and I had to reinstall my Windows and all Client Tools. After the installation, when I tried to adapt a few more reports, I face the below problem:
    After opeing the Crystal Report, when trying to Set the DataSource location, I select Create New Connection and select SAP Infosets. The SAP logon popup comes and I select the ECC system and enter the logon credentials for SAP ECC, I get an error message saying
    Logon Failed.
    Details: some square boxes.
    The error doesnt really make any sense. Unfortunately, I am not able to test this scenario in any other machine as I am the only developer here. I am almost sure this is because of some configuration set up in my client machine,
    Can some please help?
    Thanks in advance!

    Hello,
    I recommend looking at a couple of things:
    1) Do you have the latest Crystal transports installed with ECC?  SP 2 has new transports.  Check this subdirectory
    Crystal Reports 2011\DATA_UNITS\CrystalReports\Collaterals\Add-Ons\SAP\Transports\unicode_compatible\cofiles
    Use STMS to see if transports are installed
    2) Are you using 3.1 ?  Do you have the Integration Kit installed on ECC and client side?
    Tammy

  • Problem connection to database when opening Crystal Report in VB6 app

    Hi all, first post, so be gentle!
    I've developed a simple app and database using VB6 and SQL Server 2005 and is seems to be working well when i test it.
    Problem i have is after i installed the app on another PC. When the user tries to open the report they get an error when the report tries to connect to the database. It appears the report is trying to connect to the SQL Server using the user's AD account details, yet i set the report up with a trusted connection. I created a replica ODBC connection (as used by me when designing the report) on the users PC to see if that was what was missing. THis was set up to use the generic SQL Server logon details. Unfortubately the report is still trying to connect with the user's AD details.
    I had a bash at creating the VB commands to set the connection settings, but i couldn't get this to work.
    If anyone can help point me in the right direction or show me the correct code/steps to get th connection details correct, i'd be very grateful.
    Here is the code i have in my app:
    (Form1)
    Dim crxApplication As New CRAXDRT.Application
    Public Report As CRAXDRT.Report
    Private Sub cmdRunReport_Click()
    ReportPath = App.Path & "\" & File1.FileName
    If (File1.FileName = "SKU MTM Report - ADR.rpt" Or File1.FileName = "SKU MTM Report - BS100.rpt") Then
        Set Report = crxApplication.OpenReport(ReportPath, 1)
        Report.ParameterFields.Item(1).AddCurrentValue (Trim(DataCombo1.Text))
        Report.ParameterFields.Item(2).AddCurrentValue (Trim(DataCombo2.Text))
        Report.ParameterFields.Item(3).AddCurrentValue (Trim(DataCombo3.Text))
    End If
    frmreports2.Show
    End Sub
    (Form2 with Crystal ActiveX Viewer component)
    Private Sub Form_Load()
    CrystalActiveXReportViewer1.ReportSource = frmReports.Report
    CrystalActiveXReportViewer1.ViewReport
    End Sub
    Thanks in advance for any advice!
    Edited by: James McCaig on Feb 5, 2009 12:39 PM

    Here is an article on how to distribute the runtime using msm files. I think the articles was written in CR 9, but all applies, save the names of the msm files:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/901c0761-cf1d-2b10-dea4-8e83937a9337
    Note that you have to use a utility such as Wise, InstallShield, MS Visual Installer, etc., to create your deployment.
    I have also created a short wiki that describes the msm downloads for each version of CR:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsReportDesignerComponentRuntimeDistribution-Versionspre8.0.xto12.0
    Ludek

Maybe you are looking for