Create message and link report

Hello,
Is it possible to create a message ( like zmm ), but when double clicking on the message, it will trigger report?
Regards
Yifat bar

hi
for information message
message 'Information' Type 'I'.
type 'S'-->sucess
A-abord
W-warning
E-Exit
type "message" in report and press f1 you will get information.
Thanks

Similar Messages

  • How to Create Company and link with Plant

    Dear All
    Kindly help me to create Company and link with Plant and Storage Location through SPRO.
    Kindly trll me TCODE.
    Waiting for Reply
    Thanks & Regards
    Alok

    HI,
    Go to OX02 and create a company code by copying the standard company code 0001 / 1000
    Then go to OX10 and create a plant by copying the standard plant 0001 / 1000
    OX09 - maintain storage loaction for the created plant
    OX08 - create purchase org copying from standrard 0001 / 1000
    Go to OX18 and assign your plant to company code
    OX17 assign purchase org to plant
    In order to get the tcode go to SPRO and in the top menu click on additional informations - additional information - display key - IMG activity.
    After you select this then in the SPRO you have a column additional information comes up. each and every activity in SPRO will have and additional informatiom, in the additional information the last 4 characters is tcode.
    Eg : SIMG_CFMENUSAPCOX02 this is the additional information for CC. the last 4 characters OX02 is the tcode
    Thanks
    Kiran

  • Hoe top create summary and detail report using ABAP QUERY

    Hi ,
    Can any one suggest me how to create summary and detailed report using ABAP Quey.
    Regards,
    Raghu.

    Hi,
    Table Declaration
    tables:mara,mast.
    *Declaring the internal table
    data: begin of itab_new occurs 0,
          matnr like mara-matnr,     "Material No
          ernam like mara-ernam,     "Material Created by
          mtart like mara-mtart,     "Material Type
          matkl like mara-matkl,     "Material Desc
          werks like mast-werks,     "Plant
          aenam like mast-aenam,     "BOM created
          stlal like mast-stlal,     "Alternative BOM
          end of itab_new.
    select-options: p_matnr for mara-matnr.
    CODE A : Retrieving the data from the database
         select  f~matnr f~ernam f~mtart f~matkl m~werks m~aenam m~stlal
         into table itab_new
         from mara as f inner join mast as m
         on f~matnr = m~matnr
         where f~matnr in p_matnr.
    CODE B : Retrieving the data from the database.
        SELECT FMATNR FERNAM FMTART FMATKL MWERKS MAENAM M~STLAL
        INTO TABLE ITAB_NEW
        FROM MARA AS F INNER JOIN MAST AS M
        ON FMATNR = MMATNR
        WHERE F~MATNR = P_MATNR.
        SORT ITAB_NEW BY ERNAM.
    loop at itab_new.
    write:/5  itab_new-matnr,itab_new-ernam,itab_new-mtart,itab_new-matkl,itab_new-werks,itab_new-aenam,itab_new-stlal.
    endloop.
    *TABLES: MARA , MAST.
    *DATA:BEGIN OF ITAB_NEW OCCURS 0,
                 MATNR LIKE MARA-MATNR,
                 ERNAM LIKE MARA-ERNAM,
                 MTART LIKE MARA-MTART,
                 MATKL LIKE MARA-MATKL,
                 END OF ITAB_NEW.
       SELECT MATNR ERNAM MTART MATKL
       INTO TABLE ITAB_NEW
       FROM MARA
       WHERE MTART = 'T'
       ORDER BY MATNR ERNAM MTART MATKL.
    *DATA: BEGIN OF ITAB OCCURS 0,
         MATNR LIKE MARA-MATNR,
         END OF ITAB.
    Thank U,
    Jay....

  • Sales order for service should create project and link equipments.

    Hi,
    I'm trying to create a sales order for a service material through VA01. The problem is that this sales order should create a proyect, but at the same time i should be able to associate several equipments to the item position.
    The problem is that if I want to create a project, option " Sched.Line Allowed" should be marked for the item category, But if do it, when i create a sales order, if i want to associate 1 o more equipments to my item position, (Extras-->Technical Objects), i get this message "Serial number profile is missing for material..." instead of the table where i would introduce my equipments.
    Is there any solution to this problem or should i proceed in a different way?
    Thanks in advance.
    Luis.

    Hi Luis,
    We both are working on the same vertical, I am also working now in elevators and escalators.
    We have enabled similar (not same) scenario like this.
    When order is created (sales order) using serial number profile, serial no and equipment number are generated. I think even during service order, this can be enabled. The only thing you have to do is to create a profile and link that to material master. Please explore in SD and MM. This is easy to do. This will create equpment no for every item in the service order.
    We have also enabled the creation of whole project for the order and one WBS element  and network for each of the line items adn this happens automatically.  This is done as explained earlier. Creation of standard project, std WBS, std network adn then linking the material codes to these objects in CN08. To my knowledge, this is the only way.  If there is one standard project, which is linked to all related standard WBS, then during order creation, a WBS element is created after the creation of a standard project. When project is created, service order is linked to the project. So for other items, this project is taken and the WBS and network are created using this project.
    Now your assembly processing, production order, Purchase requisition are taken care of by the usage of components overview for activities in the network and object dependencies. For Production orders, you also have standard BOM, which can be linked to activities in the NW. You can control the materials of the standard BOM using selection condition dependencies. You can also initiate variant configuration in service order to maintain the nature of service and then use dependencies to trigger respective assembling, PR etc.
    If you want to do this for multiple eqpmts, you can also use functional location, which links multiple equipments to one place.
    The only thing you have to do is to configure this and see. Only then you will get ideas.
    Pls let me know if you need more information.

  • CSS Problem with Internet Explorer 8.0 Filters and linked reports

    Hi ,
    The Internet explorer 8.0 re presents the filter prompt for linked reports and a warning of "Prevention of XSS" is flashed on the browser. Is there a patch for this since changes in Interner explorer security setting are not possible to be changed in all clients.
    Thanks
    Regards
    Shivakanth

    Jovaini,
    IE 8 handles threads different than previous versions. Thus, if you sign into an APEX workspace and then try to start a new instance of IE 8, that process is no longer seen as a separate process like IE 6 & 7, but rather as another "tab", if you will. Thus, as soon as you log into workspace 2, your login credentials for workspace 1 are invalidated. This is true even if workspace 2 is the APEX Admin Console, as it uses the same underlying authentication mechanism.
    To solve this, you have a couple of options:
    1) Use two different browsers (i.e. IE 8 and Google Chrome).
    2) Use the hostname for one session and the IP address for another session. This will limit you to two concurrent logins.
    3) Either edit your local hosts file or if you can, have your network administrator create a number of aliases to the same APEX server. You can then use each alias for a different session with the same browser. APEX manages its session cookies based on the hostname, so if you have 10 aliases, you will be able to be logged into 10 separate workspaces within the same browser using this approach.
    Thanks,
    - Scott -
    http://spendolini.blogspot.com
    http://www.sumneva.com

  • OIM11gR2 - API - how to create accounts and link them to an oim user

    hi,
    my problem is the following:  I would like to import a lot(1000+) of different service accounts to my oim system and link them to oim users.
    at the moment, the information which service-account belongs to which person is stored in a textfile.
    I use this API code to create accounts:
    ProvisioningService service=getClient().getService(ProvisioningService.class);
    ApplicationInstanceService service=getClient().getService(ApplicationInstanceService.class);
    ApplicationInstance appInstance=service.findApplicationInstanceByName("LinuxServer001");
    FormInfo formInfo=appInstance.getAccountForm();
    String formKey=String.valueOf(formInfo.getFormKey());
    AccountData accountData=new AccountData(formKey,null,null);
    Account account=new Account(appInstance,accountData);
    account.setAccountType(Account.ACCOUNT_TYPE.Primary);       
    service.provision(userKey, account);
    this works fine! the account is displayed in the section  "user accounts", but the status of the created account is "Provisioning".
    when I reconcile this linux server, oim doesn't establish a link between the service account on the target system and the created account! why?
    how can i solve my problem? which information is missing, to establish a link between an existing account on a target system and an api created account?
    thank you!
    br,
    max

    Thanks, Brian, for your support! - It's working.
    It's hard to understand why NI did not pass this parameter to the top of the call chain...
    I also needed some time to understand the syntax of the string passed to the subaddress node:
    The name of the worksheet needs to be framed by single quotation marks and the following cell address must preceeded by an exclamation point (!).
    A working link pointing to cell "A1" of "Worksheet 1" looks like:
    'Worksheet 1'!A1
    Maybe also of interest: If you want to point the link to a worksheet inside the document itself, the parameter "address" (URL of link - href) can be left empty.
    Thanks and Regards,
    Ingo

  • Create BP and link to HR minimaster

    hi,
    There are employee entries in HR minimaster and now i want to create BP's for each of these employees and link them back to HR minimaster.  I want to use these resources in cProjects for staffing.  Pls let me know what is the best way to do this.
    Thanks in advance.
    sujata.

    Sujata;
    Please read this:
    Business partners are not integrated with the HR application components from the ERP system in the standard system. Therefore, HR master data is not distributed in Project Management. You create business partner master records with the BP role 'employee' in the standard system for your employees.
    When you have implemented the HR application components in the ERP system, we recommend that you integrate the business partners with the HR application components. In this case, you cannot create any business partner master records with the BP role 'employee' in Project Management.
    To integrate the business partners with the HR application components:
    1. Perform the activity.
      The HR: Set Up Central Person screen appears.
    2. Set the value X for the semantic abbreviation HRAC under the group name HRALX.
      This field is empty in the Project Management standard system.
    3. Choose Active Plan Version as the value for the semantic abbreviation PLOGI under the group name PLOGI.
    4. Save the data.
    5. Adjust the ALE distribution model of your HR system.
    Take a look in --> SAP Portfolio and Project Management --> Project Management --> Resource Management --> Business Partner --> "Set Up Integration of HR".
    Also check this link --> http://wiki.sdn.sap.com/wiki/display/PLM/IntegrationofcProjectsandHR
    Sap Note --> 550055
    If you do not use HR, BP could relate an Organizational Unit.
    Best regards.
    Mariano

  • Solar_Eval "Documents and Links" Report

    Hi everybody,
    Maybe someone can help me with this issue.
    I enter to the transaction Solar_Eval and then to the report "Document and Links". When i execute this report with the parameters that i define the column "Name(links)" is empty. someone knows what could be the reason??
    Thanks
    Regards to all,
    Guido
    Edited by: Guido Olomudzski on Jun 26, 2008 5:49 PM

    Hi Guido,
    Do you mean all other adjacent columns - e.g. Documentation Type, Person Responsible, Last Changed by, Status etc. - are visible with right values and only the second column, "Name" appears empty ?
    If so, it's a bit puzzling - one thing that crossed my mind is - whether the documents were loaded in different language while you are viewing reports from a different language sign on. Not sure, if, even in that case, the name written in any other language is supposed to show up or not.
    Please let us know if you were able to fix it.
    Cheers,
    Srini

  • Creating detail and summary report tabs

    Hi Everyone,
    I want to create two reports on the same query infact two tabs one showing the summary and the other one showing the details.Suppose I have a column Plant in the summary report tab.I want when I click on a particular plant the detail of that particular plant should appear on the details report tab.Can anyone please explain how to proceed in this.
    Regards,
    Neeraj

    Hi Neeraj,
    what sunil mentioned is for BI 4.0 , if you  are using older versions,
    check below link, from page 20 it will help you to solve the problem.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0daee1d-0e38-2d10-0c91-8bb4ab5aa266?QuickLink=index&overridelayout=true
    Steps:
    1> duplicate the query,
    so query1 and query 2 will be available.
    2> In query 2 use Plant as optional prompt and  deselect other options.
    For summary report use the objects which is from query1
    For detail report use the objects which is from query2
    Now in summary report click on plant column Right clik>>> hyperlink>>
    paste the following code by changing server and port name
    and click parse.
    http://servername:8080/OpenDocument/opendoc/openDocument.jsp?sType=wid&iDocID=3333&lsWindow=Same&sReportName=DeatailReport&lsSEnter_Plant=(=[Query 1].[Plant])
    in the above link you also has to mention the sReportName becaous you are linking the same  document  detail report.
    and also Enter_Plant here its prompt descriprtion change according to your requirement.
    to get the idocid right click on the report and click properties.use the number in the link.
    Regards,
    Ranganath

  • Adding and linking report region to a page with an existing report region

    I have page that has a report region. It is based on a master table.
    I want to add another report region to the same page for the detail.
    I have added the region of tpye HTML and entered the query in the source section.
    How do link this detail region with the master region. That is join the detail to query after the master based on the master row selected.

    This tutorial should help you:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10497/rprt_drill.htm#CIHGBADI
    It shows how to do it using two pages, but putting both reports on one page is pretty much the same.

  • How to create YTD and MTD reports using Sql Server 2008 r2 report builder 3.0

    Hi All,
    How can I create YTD report from the below data. please help me
    ProdA     ProdB     ProdC     Month     Year
    10       50        40          January      2012
    Data for full Year i.e. from Jan - December 2012
    50       90       100        January       2013
    Data for full Year i.e. from Jan - December 2013
    90       40         30        January        2014
    Data for full Year i.e. from Jan - Till Date 2014
    MercuryMan

    You can use a correlated subquery to calculate YTD in query behind. You can use APPLY operator for that
    so something like
    SELECT *
    FROM Table t1
    CROSS APPLY (SELECT SUM(ProdA) AS TotA,SM(prodB) AS TotB,SUM(prodC) AS TotC
    FROM Table
    WHERE Year = t.Year)t1
    And show TotA,TotB and TotC in the required total row
    Another method is to add required totals in SSRS by clicking on relevant group and choosing Add Total option
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Problem with Create PDF and linked data

    Using Acrobat X standard.
    I have a Word 2010 doc with links to Visio and Excel data. 
    When using the CreatePDF option from Word, I consistently get a prompt asking whether I want to update the linked data before creating pdf.  I would like to either (1) turn this prompt off or (2) -- less preferable -- have the linked data always update without prompting.
    Is thre a setting that would accomplish one of these two solutions?
    Thanks,
    Craig
    PS.  All settings in Word have been set such that data IS NOT updated when printing on a regular printer.

    You can print to Adobe PDF.

  • Privilege to create AWR and Statspack report to normal user

    Hello,
    I want to give right to one of the database user to create STATSPACK report in one database (no license there) and and to generate AWR report in other (licensed diagnostic+tuning pack).
    Is there any privilege which I can give to create these reports only. I mean on a safe side ...
    @?/rdbms/admin/spreport privilege to generate STATSPACK
    @?/rdbms/admin/awrrpt privilege to generate AWR report.
    Thanks a lot.
    Best Regards

    Hi,
    Check the grants again, seems you missed some grant. check the test here
    SQL> create user test identified by test;
    User created.
    SQL> grant create session to test;
    Grant succeeded.
    SQL>
    SQL> GRANT SELECT ON SYS.V_$DATABASE TO TEST;
    GRANT SELECT ON SYS.V_$INSTANCE TO TEST;
    GRANT EXECUTE ON SYS.DBMS_WORKLOAD_REPOSITORY TO TEST;
    GRANT SELECT ON SYS.DBA_HIST_DATABASE_INSTANCE TO TEST;
    GRANT SELECT ON SYS.DBA_HIST_SNAPSHOT TO TEST;
    GRANT ADVISOR TO TEST;
    Grant succeeded.
    SQL>
    Grant succeeded.
    SQL>
    Grant succeeded.
    SQL>
    Grant succeeded.
    SQL>
    Grant succeeded.
    SQL>
    Grant succeeded.
    SQL>
    SQL> conn test/test
    Connected.
    SQL> @?/rdbms/admin/awrrpt.sql
    Current Instance
    ~~~~~~~~~~~~~~~~
       DB Id    DB Name      Inst Num Instance
    1667776968 DDTEST              1 ddtest
    Specify the Report Type
    ~~~~~~~~~~~~~~~~~~~~~~~
    Would you like an HTML report, or a plain text report?
    Enter 'html' for an HTML report, or 'text' for plain text
    Defaults to 'html'
    Enter value for report_type: html
    Type Specified:  html
    Instances in this Workload Repository schema
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       DB Id     Inst Num DB Name      Instance     Host
    * 1667776968        1 DDTEST       ddtest       vnode
    Using 1667776968 for database Id
    Using          1 for instance number
    Specify the number of days of snapshots to choose from
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Entering the number of days (n) will result in the most recent
    (n) days of snapshots being listed.  Pressing <return> without
    specifying a number lists all completed snapshots.
    Enter value for num_days: 1
    Listing the last day's Completed Snapshots
    for statspack user you can check the script spcreate.sql for details
    HTH

  • Create object and link to database in acrobat

    i am using visual studio and creating a C# application in .net. i am looking to allow users to open a pdf document and then use a custome symbols library to trace out objects on the pdf. the object i would like to attach to a database to extract the data from. is this possible

    Sorry, I don't understand what you want to do. Especially "trace out objects on the pdf" - what sort of objects and what do you mean by "trace out"?
    Also note that Acrobat is absolutely not for use on a server.

  • How to create buttons and link them to various views in Dashcode?

    I am a big noob so try to make it easy to understand. How do get a button to link to a different view in Dashcode?
    e.g.
    Button 1 would link to view 1
    Button 2 would link to view 2 and so on.

    I Worked it out!
    I just added this code which is provided in the library.
    // Set the current view of a StackLayout
    var stackLayout = document.getElementById('stackLayout').object; // Replace with id of StackLayout
    stackLayout.setCurrentView('view2'); // Replace with id of new view (or the view element itself)

Maybe you are looking for

  • Cancelling contract due to Overcharges and NO RESOLUTION

    I have been a Verizon customer on a plan with my mother for over 5 years now. I recently moved out of state and wanted to upgrade my phone to an Iphone before I moved. Because I was not an "authorized user" on the account (my Mother wanted to be the

  • Windows 7 Setup won't work on Lenovo B560

     My Lenovo B560 Laptop was slow to a point it would crash a few minutes after login, and after restarting one day it would blue screen when I tried to start it up in safe mode, last known good configuration and startup repair. Everytime I would boot

  • How to make part of text as bold..

    hi all, its urgent.. i have an expression in my ssrs report like =iif(passorder=1 and zoneorder<>4, iif(field!xxxx.value=3,field!xxxx.value & "is having perecntage of" & field!percentage.value, field!percentage.value) now,its having row and column  g

  • Export Time map

    Hi there, I am working on a project in Logic 8 that has quite a few tempo changes. I need to be able to open this project in version 7.2. I know how to export audio and midi files, but how can I send the tempo information so that it will also be corr

  • Viewing free/busy time between gmail and exchange

    I have a need to allow users in a partner organization to see free/busy time in our calendars for scheduling. We are using Google Apps for Business. The partner organization is using Microsoft Office365.  If both were using O365, I know federation is