Third Party Ticketing Tool integration with solman service desk scenario

Hi,
I need any guidance on integration Of third Party ticketing tools like OVSD with the SAP Solution Manager Service Desk Scenario.
Regards,
Kaustubh.

Hi Maheshwar,
What I am trying to do is, try to maintain the data like,,
Caller ID-- sender
Assignment of workgroup--
Search Code--
Priority--
and description--
now some of these are constants that we need not determine every time.
but my question is, can we maintain these as a set of parameters in the method definitionunder parameters tabjust similar to MAIL_HEADER...which is displayed in the mail alert.
we already have a scenario maintained in the HPSD where it reads the mail picks up specific content based on key words, and creates a ticket.
and If we can maintain these by modifying the method, then where can we maintain the multiple data/options for this
And also please send me what were the steps u have done.
U used a Z method or customized the Function module??
Bcz in my case I think I will have to do both..
Regards,
Kaustubh.
Edited by: kaustubh on Jun 19, 2008 6:32 PM

Similar Messages

  • Third Party WCM tools integrated into SAP EP7

    Hi All,
    I am wondering if anybody has experiences with integrating a third party WCM tool with EP7 for intranet-style content in the portal, and whether an assessment versus Web Page Composer has been made?  I have looked at Web Page Composer but am interested in seeing what best-of-breed third party offerings are certified for integration to EP7 and how these compare.
    Points will be awarded for useful responses.
    Regards
    John

    Hi John,
    I've seen btexx easyWCM in some projects and although I do not like it, many users are quite content with the features.
    Afaik it is certified for SAP EP 7.0, have a look at it.
    regards,
    Christian

  • Third Party Attendance System Integration with Oracle Payroll

    Hi,
    How to integrate Third Party Attendance System like Bio-Metric System with Oracle Payroll. Please help me in this regard.
    Thanks in Advance,

    user644268,
    Depends on your exact requirements whether this attendance system is for the absense capture or work time logging. You need to be specific when putting up a scenario.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                               

  • Third Party Recruitment Software integration with SAP HR

    Dear Experts ,
    Iam given a scenario where in the client wants the Erecruitment software Taleo to be integrated with  SAP HCM.The HR recruiters/Managers are currently hiring them into the taleo software and from there the data need to be pushed to the SAP employees's infotypes.
    In Addition to this the benefits infotype need to be maintained automatically in the system.Is there any way to automatically default the benefit infotype also
    Kindly suggest a solution for this.
    Regards
    Gopa

    You will need interface(s) between Taleo and SAP....If Taleo is your recruiting system...then they may want...
    Outbound from SAP: Interface that sends them vacant position data from SAP (you need this so that when Taleo sends you finally an employee data after hiring they can send you the position data with it).
    Outbound from SAP: You may also need to send them terminations from SAP (optional - may be needed depending on your company process for handling rehires)
    Inbound to SAP: This is the main file from Taleo after offer is accepted and employee is hired in Taleo. At this time Taleo will send you a file for which you can write an interface to hire these employees into SAP. You can do a BDC session with PA40 - you may have to determine if its a hire or rehire here. If you are processing payroll then its important to make sure you have all the payroll related info types (if they are not coming from Taleo then you should at least have them defaulted to what your client agrees).
    The second part to your question
    Creating benefits depends on how you are getting or determining benefits data.
    1. Benefits configuration has something called automatic/default plans...
    >>> "Automatic" plans are something employee is enrolled into and has no option to change them.
    >>> "Default" plans are something employee is enrolled into on new hire and typically has 30 days to make changes...this is standard configuration for each plan and should be completed.
    If it is controlled via benefits config then you just need to go through hire action...and typically as part of that hire action - IT0378/IT0171 will prompt you to go to benefits enrollment screen and enroll employee...into these automatic/default plans...plans will be pre-selected based on configuration. So all you do here is hit save and continue with rest of hire action. All this is recordable via BDC session.
    2. If it is NOT controlled via configuration...and you are getting benefit plan details in the file then you just create them in the corresponding info types...IT0167/0168 etc. For processing sanity I would separate hire and benefits creation as two step process if all the data is coming via files...
    Happy interfacing...

  • EP integration with third party BI tools

    Hi,
    I was looking for information and pointers on EP integration with third party BI tools like Business Objects etc.  Would be grateful.
    Thanks,
    Madhu

    Thanks. We have a full fledged Business Objects reporting environment.  My question is:  As a beginner in the EP space, I would like to understand how to treat the  Business Objects environment as one of the content providers for the Enterprise Portal?  Are there any documents or manuals that talk about the integration of EP with Business Objects?  I know the question is too broad, but any pointers would be useful.

  • Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • Access data from a third party warehousing tools in BEx WAD

    Hi,
           I would like to know whether it's possible to access data from a third party warehousing tools ( For eg: Cognos) in BEx Web Application designer. Any help would be appreciated.
    Thanks

    Hi,
    BEx Web Application designer is only integrated to BIW server. So We can not access data of other tools unless the data is stored in the BIW server as the data in any data target. 
    With rgds,
    Anil Kumar Sharma .P

  • Oracle Third Party Backup tools

    What are some third party backup programs that people are using with oracle these days? Also when using third party backup tools, do these tools shutdown the database while backing up? Does the Archive Log mode need to be enable as well? Not big on Oracle so simple answers would work.
    thanks.

    I wouls suggest to go with RMAN. it's best tool and free.....Best third party backup tool is BMC SQL Backtrack.

  • Third party reporting tools

    I am trying to use a third party reporting tools.
    I have found one I like from Inetsoft.
    The problem I am having is running the sample code they provide. I keep getting the error of method not found in my package.class file. They have provide sample.java files, I am not sure how to get jdev to see the method.
    here is the .java code:
    package smart_package;
    import inetsoft.sree.*;
    import inetsoft.report.*;
    public class SimpleReplet extends BasicReplet
    public ReportSheet createReport(RepletRequest req) {
    StyleSheet report = new StyleSheet();
    report.addText("This is a very simple Replet!");
    return report;
    here is the event code:
    <event name="print_report" >
    <method class="smart_package.SimpleReplet" method="createReport"/>
    </event>
    my question is why do I get this error:
    Warning(43,73): report.uix: Parsing error, line 43, column 73: Could not find method createReport in smart_package.SimpleReplet
    also if anyone has a suggest on a third party reporting tool let me know.
    thanks

    I think that I figured out my own problem. my problem was method not found in class.
    here is the solution:
    I need a method with a EventResult to start the process. and then that method would call the third party method.
    package smart_package;
    import java.util.*;
    import java.text.*;
    import java.io.*;
    import inetsoft.report.*;
    import inetsoft.report.io.*;
    import oracle.cabo.servlet.BajaContext;
    import oracle.cabo.servlet.Page;
    import oracle.cabo.servlet.event.EventResult;
    import oracle.cabo.servlet.event.PageEvent;
    public class PrintReport
    public PrintReport()
    // HERE IS THE KEY!!!
    public static EventResult StartPrint(BajaContext context,
    Page page,
    PageEvent event)
    createReport();
    return null;
    public static void createReport()
    try
    StyleSheet report = new StyleSheet();
    report.addText("This is a simple report");
    PreviewView previewer = Previewer.createPreviewer();
    previewer.print(report);
    previewer.pack();
    previewer.setVisible(true);
    previewer.setExitOnClose(true);
    catch(Exception ignore) {}
    my event on the uix page:
    <event name="print_report" >
    <ctrl:method class="smart_package.PrintReport" method="StartPrint" />
    </event>

  • Login window - Third party code/Tool/Gui????

    Hai Friends,
    Is there any third party code/tool/gui/ available for login frame.
    I want to store/keep all login/logout details -in a file.
    i need to store user names and passwords -encrypted in a file.
    The login frame(or a single frame with) Login,Cancel,Create new user,change password.
    Please guide me.
    Thank You

    Thanks for ur reply. I want to store the user name and passwords in encrypted form.
    i am using type4 jdbc3.0 driver to access Ms Sql Server.
    and i don't want to use any connection with the database until the user login. Also i don't want to keep the login/logout information in database-it could be much better if i use a file.
    please guide me!
    Expecting help from experts,
    MartinHilpert , Michal Dunn, Camickr, and others.

  • How to achieve Number Ranges in third party CRM tool and in SAP CRM

    Hello Guru's,
    My business requirement is I have to create LEAD from third party CRM tool to SAP CRM and vice versa i want to maintain number ranges for created lead in both side.
    How can I achieve this please provide me your valuable suggestions and document.
    Thank's In Advance

    Hi,
    In SAP IMG screen maintain the external number range in CRM  through the below path.
    CRM-Transactions-basic setting-Define Number range.
    Also maintain the same number range for lead in the third party crm.
    Regards,
    Ashish

  • Is BOE 4.0 integrated with Data Services XI 4.0

    Hi,
    I have gone through some blogs and documentation on Data Services XI 4.0 and some where it is mentioned that BOE 4.0 is integrated with Data Services XI 4.0. Is it true? If it is true then i want to know how can we integrate BOE 3.1 SP2 with data services XI 4.0 because right now we are using BOE 3.1 SP2, BW 7.01 and want to install Data Services XI 4.0 unless there is no compatibility issue between them.
    I need this information immediately because we have to install data services if its compatible with BOE 3.1 SP2 and BW 7.01.

    Hi Aditya,
    From the XI 4.0 Data Services Upgrade Manual:
    2.1 Major changes in Data Services XI 4.0
    Unlike previous releases of Data Services and Data Integrator, SAP BusinessObjects Data Services
    XI 4.0 introduces central user management, which relies on SAP BusinessObjects Enterprise. Users
    are authenticated against the SAP BusinessObjects Enterprise security, and repositories are registered
    in SAP BusinessObjects Enterprise.
    You can use either an existing SAP BusinessObjects Enterprise XI 4.0 installation to manage Data
    Services users and repositories, or SAP BusinessObjects Information platform services, which is availabe
    to all Data Services customers and contains the required SAP BusinessObjects Enterprise services for
    user management.
    For information about installing SAP BusinessObjects Information platform services, see the SAP
    BusinessObjects Data Services Installation Guide.
    So it sounds like you can't use an exisiting BOE XI 3.1 CMC, but would need to upgrade it to XI 4.0 or use the SAP BusinessObjects Information platform services, which is included with XI 4.0 Data Services.

  • What is a good third party display to use with the Mac Mini?

    The Acer monitor I bought simply doesn't work with my first generation Mac-Mini. When connected to the VGA connection I get a "input not supported" message. When I connect the DVI, the screen blacks out when I scroll and then comes back, at first I thought it was just with Firefox but soon discovered it was with any application I used. After some research on the internet I discovered that there is a problem with the firmware design on the DVI's on Acer Monitors. My new Acer monitor is enjoying it's new home in my sisters office, on her desk, connected to the VGA plug on her computer, enjoying Windows XP.
    At another web site for the Mac-Mini I was told that there are not that many displays that work for the Mac-Mini and I would be better off purchasing an Apple display, only problem is that the Apple displays are not within my budget. I would like some suggestions on this board from users as to what third party displays they use with a first generation Mac-Mini? I'm looking in the budget range of $200 to $250 dollars. I have a first generation Mac-Mini, Mac OS X Panther.
    PS I have tried setting monitor resolutions using both the VGA and DVI plug, they don't work.
    Thank you for any help I receive.

    Charles,
    I cannot speak on behalf of hooking this model of monitor up to a mini, however I do have a 19" Planar monitor at home hooked up to an old G4 tower via VGA, and the 19" Planar monitor that I have at work is hooked up via digital to my G4 15" PowerBook. I love both of these Planar 19" LCD monitors, and have absolutely no complaints. Planar's three year warranty is nice, and their tech support is top notch. I had an issue with the monitor at work, and I had a replacement on my desk in two days. Returning the bad monitor in the pre-paid box that the new one came in made things effortless. We have a few Planar's in the school district that I work in, and have no major issues with any of them.
    Not too sure what the most recent pricing is on this model, but CDW was selling them for around $225-$230 delivered right to your door.
    Hope this helps.

  • Activate a call forward with a Third-party SIP Device or with a analog device

    Hi,
    In a CUCMv9, how i can activate a call forward (all, busy, no anwser...) with Third-party SIP Device or with a analog device connected to a fxs?
    I want to activate a call forward like a Alcatel or Aastra PBX with a code.
    For exemple, i pick up the phone, with the code *95 followed by the destination number and hangs up the phone. And use the #95 for désactivate this call forward.
    It's possible?
    Thanks.

    No codes for 3rd party SIP phones, no way to do it. Or for that matter, not even for Cisco Phones, other than CFA.
    Anything besides CFA needs to be done via CCMadmin or CCMuser for any kind of phone.
    For FXS that's only doable if you're running SCCP
    http://www.cisco.com/en/US/partner/docs/ios/voice/fxs/configuration/guide/fxssccpsplmft.html
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Using third party Rich Text Editors with Portal Release 2 (9.0.2)

    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

    Niraj,
    There's a RTE posted on knowledge exchange (with source), in my folder.
    Re: Calendar PJC on French Keyboard
    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

Maybe you are looking for

  • TDS mininimum amount

    Hi I mentioned Rs 5000 as the amt below which TDS shd not be applicable . Now suppose i receive advance payment for Rs 6000 , tds is deducted on that . Now i book a vendor invoice for Rs 10000 . Again tds is deducted on full 10,000  while on 6000 it

  • How do i change the name of my i pod

    I would like to change the name of my i-pod. does any one know how to do that

  • How to keep zoom ratio in new tabs

    <blockquote>Locking duplicate thread.<br> Please continue here: [[/questions/881761]]</blockquote> How can I keep the zoom in ratio in newly opened tabs?

  • Error in posting message to BPEL process instance

    Hi There is following Error associated with BPEL Process while invoking another BPEL Process called-Request For Invoice Information The SOA Server Log associated with this error is as follows- [2012-11-06T10:08:37.157+05:30] [soa_server1] [ERROR] []

  • Download Assistant Troubles

    The download assistant keeps telling me to sign in to continue. I am already signed in... I have restarted the download several times and it goes nowhere