Need to customized report in solution manager but duno which table to pull

Dear Gurus,
I need to create a customized report in solution manager to get the following fields:
1) Message number
2) Transport number link to the message number
3) Target client the transport go to
4) Date/Time of status change to "Consolidate"
5) Date/Time of transport imported
6) Date/Time of Email Sent through message when requesting for transport
Pls, help find the relation tables for the above objects, I'm a developer without any functional help and with no knowleadge of solution manager. Pls, help ASAP!
Desperate,
Belinda

Hi Belinda,
open the service message application in the Solman.
Open a service message, focus the needed fields and press F1 for technical details. Try finding the tables by using the      where-used list.
Cheers,
André

Similar Messages

  • Tables used for Devloping Customer Reports Of solution manager report

    Dear All,
    Kindkly Suggest Some Tables,which i can use in developing the solution manager report.
    key fields i m using From results of Tcode      CRM_DNO_MONITOR
    ID
    PERSON RESPONSIBLE
    TEAM SUPPORT
    POSTING DATE
    PRIORITY
    THANKS IN ADVANCE.

    Update my question my deadline is up to complete,
    Regards,
    Thiru. R

  • Custom development in Solution manager(SolMan)

    Hi All.
            I need information on possibility of developing custom code in Solution manager(SolMan) environment. Any information on how we can the extract data from different systems and integrate it in Solution manager for reporting using custom code will be helpful.
      thanks in advance.

    hi,
    you can also have a look at my article:
    http://www.solutionmanagerexpert.com/article.cfm?session=&id=3513
    this may give you some more ideas how solman can be used with XI
    Regards,
    Michal Krawczyk

  • I need information of where download Solution Manager 3.2

    Receive a warm greeting.
    I need install Solution Manager but i have Oracle 9.2.0.7 and kernel 6.40, Solution 4.0 SR2 run with this release of database. If it is not thus, of where I can download Solution 3.2
    Thanks

    Hi,
    I suggest u to search it the following Url to download Solution Manager 3.2 .
    url  : http://service.sap.com
    https://websmp104.sap-ag.de/~SAPIDP/002006825000000234912001E
    Regards,
    Ramganesan K.

  • Unable to delete a custom report in Fabric Manager

    Hi there,
    If I create a Custom Report in Fabric Manager (3.2(3a)) I'm unable to Delete it aftwards :-(
    Get an "Error on Page.":
    Line: 388
    Char: 1
    Error: 'Delete560nClick' is undefined
    Code: 0
    URL: http:/xxxxxxx/s614.do
    Any ideas ? IE version I'm running is : 6.0.3790.3959
    Thanks!
    Mark

    I haven't heard of this issue before. Have you tried running FM on another host or upgrading FM to see if it goes away?
    Thank you.

  • Help needed regarding custom reports

    hello,
    I am using EM 10.2.0.2 on windows 32-bit.
    All EM components are installed on a single machine.
    Have installed AGENT 10.1.0.5 for managing targets which are on LINUX 2.1
    Please help me in getting the solution for the following queries:
    (a)I need to create a custom report regarding the CAPACITY MANAGEMENT .
    (b)I have some UDM defined but I am not able to use these UDM while creating custom report.
    (c)Also is there any possibility that we can use views other than REPOSITORY VIEWS. What I meant was : instead of using REPOSITORY VIEWS can we use the tables of the target instances.
    Thanks in advance.

    You might want to try posting your question to the Grid Control Forum.
    Enterprise Manager

  • Custom reports for servers managed by administrators

    Hi,
    I'm trying to create a report using the report builder but I need some helps. First I have added the attribute "Managedby" in my system discovery method.
    Now i want to create a report that display the server name, the OS, and the managed by attribute. How can I do that ?
    any helps ?

    Here are few links that should get you started with reporting:
    http://www.scconfigmgr.com/2014/01/24/create-custom-reports-for-configmgr-2012-with-report-builder/
    https://sccmgeekdiary.wordpress.com/2012/10/29/sccm-2012-reporting-for-dummies-creating-your-own-ssrs-reports/
    Basically you need to find out where the ManagedBy -data is stored, probably in v_R_System like noted here:
    http://www.systemcenterdudes.com/add-custom-active-directory-attribute-sccm-inventory/

  • Customizing Documentation from Solution Manager

    Morning,
    We made project customizing via Solution Manager, and our customer would like to have a report or customizing documentation from SM. How to generate this document via Solution Manager
    Thank You in advance
    DP

    Hello D;
    As mentioned in the previous answer - SOLAR02 is where you can generate the Configuration Guide (SOLAR01 to generage the BluePrint).
    My box is down right now - so I'll to respond from memory.  In Solar02, you simply click the matchcode within either the scenario or step.  Then a dialog box will appear with various processes or industry solutions.  You select the ones you need, and those will automatically generate the Scenario/Steps/etc.-> as well provide the config objects and other related transactions.  Some have a bonus of further documentation as well.  Once the "business repository" is updated, then you can select the top left menu path (sorry, don't know the name), and then select the Generate Configuration Guide.
    Follow through the messages -> and once the Word document is display (it will be blank) -> Run the Macro (with all capital letters). 
    This will take a moment to generate the document.
    I hope this helps - it's purely from memory.  Once my system is back up - I'll see if you still need assistance and I can guide you better.
    Best of luck,
    Gina

  • Custom report to get MD04 but for n materials

    Dear All...
    Do you know if already exist a report that show same information than the MD04?
    Is needed to put several material numbers and get the MD04 information to can do sorts, filters, download to excel.
    Is like the MDLD transaction but instead to print it, have the ability to save it in a excel file.
    The Idea is to have a customized report that can be run by 1 or more materials and show like a "photo" on how is MD04 now.
    Have you a case like this?
    How I can create that report?
    Any idea?

    BAPI_MATERIAL_STOCK_REQ_LIST gives you all data of MD04.
    MD_STOCK_REQUIREMENTS_LIST_API is a FM that is called inside BAPI_MATERIAL_STOCK_REQ_LIST and returns only details of a element (when you click magnifying glass icon in MD04).
    You should test both FMs in SE37 transaction providing it a material and a plant(optional), and check what import data you need.
    CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'
            EXPORTING
              MATNR                          = p_matnr
              WERKS                          = p_werks
            IMPORTING
              E_MT61D                        = wa_mt61d
            E_MDKP                         =
            E_CM61M                        =
              E_MDSTA                        = wa_mdsta
            E_ERGBZ                        =
          TABLES
            MDPSX                          =
            MDEZX                          =
            MDSUX                          =
            EXCEPTIONS
              MATERIAL_PLANT_NOT_FOUND       = 1
              PLANT_NOT_FOUND                = 2
              OTHERS                         = 3.
    This is a little example of the FM call.
    Note that function modules only receive a single material, so in your report you must call the function as many times as materials you have and store return items in internal tables before you display them.

  • Grey EWA report in solution manager

    I have migrated the server to another system with different SID, and then upgraded the system to solution Manager 4.0, with sp11,
    Oss Note 762696 has been followed, but I still have grey EWA report.
    any insight or suggestion ?
    thank you,
    Vedi

    Hi Ruediger,
    I already open SAP message, but I see their feedback not for a week now.
    Btw, according to that note(917558), I also have to put ST-SER in satellite system,
    which I never have to put there in the past.
    Could you confirm,
    here is my satellite system support package lists:
    SAP_ABA     700     0011     SAPKA70011     Cross-Application Component
    SAP_BASIS     700     0011     SAPKB70011     SAP Basis Component
    PI_BASIS     2005_1_700     0011     SAPKIPYJ7B     PI_BASIS 2005_1_700
    ST-PI     2005_1_700     0003     SAPKITLQI3     SAP Solution Tools Plug-In
    SAP_BW     700     0012     SAPKW70012     SAP NetWeaver BI 7.0
    LCAPPS     2005_700     0004     SAPKIBHD04     LCAPPS 2005_700 : Add-On Installation
    SAP_AP     700     0008     SAPKNA7008     SAP Application Platform 7.00
    EA-IPPE     400     0007     SAPKGPID07     SAP iPPE (EA-IPPE) 400
    SCM_BASIS     500     0008     SAPK-50008INSCMBASIS     SCM Basis 5.0
    SCM     500     0008     SAPKY50008     Supply Chain Management 5.0
    QIE     200     0004     SAPK-20004INQIE     Quality Inspection Engine 2.00
    BI_CONT     702     0001     SAPKIBIHP1     Business Intelligence Content
    CPRXRPM     400     0007     SAPK-40007INCPRXRPM     SAP xRPM/cProjects/cFolders 4.00 (ABAP)
    ST-A/PI     01I_SCM500     0000     -     Application Servicetools for SCM 500
    regards,
    vedi

  • Reporting - Diagnostics - Solution Manager

    Dear SAP,
    In Solution Manager, we can setup the SLA Reporting.
    Is there any other SAP daily reporting that we can schedule in Solution Manager ?
    I am specially interested in collecting all alerts, all informations related to Diagnostics.
    Thanks in advance for your input.
    Best regards
    SAPNetweaver Admin

    Hello,
    No there are not any daily reports for Alerts on Solution Manager.
    However there is a reporting functionality in Central Performance History Reporting in the Alert Monitor.
    The functions of the Central Performance History (CPH) include creating report definitions and reports. You can also call these functions from the Monitoring Attributes - Detail Data screen in the Alert Monitor. All reporting functions are available to you, and operation is simpler (especially for creating standard reports):
    You can find more at this link: http://help.sap.com/saphelp_nw70/helpdata/en/28/2809fb836924409478389f9e63581b/content.htm
    Regards,
    Paul

  • I try to manage my devices, but it says that we need to turn on the profile manager' but it says it is on in the server pane

    I am trying to set up the mdm lion server on my MacBook and have everything ready, but it is saying that I need to turn on the profile manager.  I do, but it keeps saying the same thing when I try to enter the ip address

    You need at least as much space as you have used on the iPod. Could be as much as 64 GB but is probably much less.
    Find a way to delete what you do not need on the computer. Start by emptying the Recycle Bin.
    This may be applicable: iOS: 'Not enough free space' alert when trying to sync

  • Urgent need for the creation of solution manager key please

    Hello
    Can  i please ask you to create a solution manager key for me ?
    i am stuck in my test installation of ECC6.
    Here are my details :
           Instance name : sapdb1
           Instance number : 01
           Computer name : ap-hp1
    Kind regards
    Christophe

    Hi Chris,
    I understand the urgency. There are only two ways you can get a solution manager key. One by yourself. Otherwise, please create a message with SAP requesting a solution manager key temproarily. Unfortunately, even though we can create a solution manager key, it is not advisable to distribute the key in forums.
    Hope this helps.
    Thank you.

  • I need my custom reports to look like the packaged Oracle Reports in Apps

    Hello,
    I have several custom reports developed with Oracle Developer that I am adding into Oracle applications. However, they are still using the default template(with Oracle corp image in upper left hand corner). I want these custom reports to be identical with the Oracle apps reports. Is there an Oracle apps template and/or librarie(s) that I can use to pull this off?
    Thanks in advance

    Hi
    Oracle Apps Reports are all Character Based Reports and not Bit Mapped Reports.
    So Apps Reports will not support Templates and Apps does not provide any Templates for its reports as the way Oracle Apps Forms provides.
    If at all you want the same look and feel of your Custom Reports to be as Apps Reports what you can do is :
    1.In the Report Module Property Design in Charatcter Units should be set to No.
    2.In Layout Model ensure the Units of Measurement is set to Character.
    3.In Layout model do not include any formatting like Text Bold Italics.
    4 In Oracle Apps Concurrent Programs ensure your View Output is set to Text.
    Once these points are considered then i am sure you will be able to see your Custom Reports as the same look and feel of Oracle Apps Reports.
    Regards
    Nakul Venkataraman

  • How to clean old Earlywatch reports in Solution Manager

    Hi,
    We are using SOLMAN 7.0 for EarlyWatch alerts, everything is fine and EarlyWatch is generating Reports weekly. Now i had a concern on how to clean these Early Watch reports once they are like month old, Does SAP Standard Jobs take care of this or do we need to schedule any job that removes EarlyWatch alerts older than certain period.
    Thanks

    Yes there is....
    In transaction SOLUTION_MANAGER, click onto the EarlyWatch Alert tab -> next to the create button there is a button that say DELETE. If you click onto that it will bring up all of your sessions which you can select to delete.
    Hope this helps!

Maybe you are looking for