Third party integration

Hi,
We have a requirement wherein we want to open header of contract document directly from a third party application by generating the dynamic URL of the header.
Any idea how we can achieve this?
Regards,
Puneet

Hi,
There is no standard way to do this...if you really wished to you can write your own interfacing code in .NET/COM to invoke the MSA FW objects, create BOs and then save them to the database.
Regards,
Ankan

Similar Messages

  • Third Party Integration and OID Accounts

    I'm planning on using OID with a sync with another LDAP such as AD or Novell. I am also going to integrate SSO with a third party SSO engine.
    How do I log into Oracle SSO with a user neither defined in AD or my third party SSO engine? I am basically worried about accounts like PORTAL and ORCLADMIN. Is it possible to bypass the third party integration for these accounts or am I forced to create these accounts in AD and my third party SSO engine?

    Jon,
    you can either authenticate locally e.g. cn=orcladmin or externally.
    You have various option s (depending on the OID version) and how you organize the user base in OID. On a high level the authentication is based on objectclasses for an entry.
    E.g. user being synchronized from AD to OID (using the Directory Integration Plaform) contain an objectclass "aduser" to distinguish them as external AD users within OID. So the external authentication plugin will "know" who is an AD user and try to authenticate this user externally with AD not OID. You can also configure the external authentication plugin to filter user who should not be externally authenticated.
    If you store all external users in a dedictated subtree e.g. cn=AD_USERS or cn=EDIR_USER you can configure the external authentication plugin to authenticate those user to the respective external directories.
    with OID 10.1.4.0.1 you could also make use of the server chaining authentication.
    So there are a couple of options you have. See the documentation
    Oracle Identity Management Integration Guide
    http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15995/toc.htm
    Oracle Internet Directory Administrator's Guide
    http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15991/toc.htm
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Third Party Integration for Template Based Hire in PS 9.1

    Hi All,
    I am implementing template based hire on PS 9.1.
    I am receiving the applicant details from a third party vendor in a xml message.
    Requirement is to insert the applicant details into template based hire records (HR_TBH_HDR and HR_TBH_DATA).
    I am able to subscribe the field values from xml message. But facing the problem while inserting the values into base records.
    I am trying to use Component Interface on HR_TBH_JOB component. The pages on this component are dynamically build and so the records.
    If anyone has worked on the third party integration for Template Based Hire in PS 9.1, please let me know your suggestion for insertion into template based hire records.
    Thanks,
    Vijay

    Hi Michel,
    I am not getting any error message as I haven't completed the coding yet.
    I will go more on the technical stuff so that the issue will be more clear.
    I am using the Integration Broker setup to receive the xml message from third party.
    I have written the app package and added that as handler into the service operation. as of now I am able to subscribe the xml message. I am having the field values into the variables.
    For insertion of those values into template based hire (TBH) records (HR_THB_HDR and HR_TBH_DATA) I created a new CI on HR_TBH_JOB component.
    But when I analysed this component I came to know that Pages, Sections on the Pages and the fields of the sections are dynamically build based on the Template.
    On HR_TBH_DATA page PeopleSoft is using derived record (HR_TBH_SCR_WRK). Field values are assigned to this record fields bsaed on the section of the template.
    Here is issue I am facing while coding. As there is only one record (HR_TBH_SCR_WRK) to store the all the values from the template, I am not able to understand that how to assign the variables to CI variable. I am looking for the logic, so that the CI will work normally.
    If you have any sugestion to insert the data into TBH records other than using CI, will be appriciated.
    Thanks

  • Third party integration with Oracle Apps

    Hi friends,
    I have a dot net application and I would like to integrate that with oracle applications(specifically HR module). Can I do that? Does oracle apps provide any APIs to provide this third party integration with 3rd party software we have?
    can you please post any links if there is one which helps me in this direction
    thanks

    Hello,
    I am new on this forum and I have difficulty in beginning.
    I'm working in a similar project, indeed I need an example or a document which can help me for using the HRMS api's of oracle e-business suite via a dotNet plateform or SharePoint application.
    I have to work on a middelware allowing retreiving and persisting data from oracle e-business suite database using oracle HRMS api's like hr_appraisals_api. So haw can i call these api's from .NET application how can i use a .NET code to call these api's ?
    Can you help me please ? i'm waiting for your answers if possible and this is my e-mail address if necessary "[email protected]" .
    I would be so grateful if someone can help me. Thank you in advance.
    Cordially.

  • Problem: Deploy a SSO Third Party Integration Adapter in Portal

    A user want to deploy a SSO third party integration adapter (Novell Access Gateway) in Portal (AS v10.1.2.0.2). And used method in Note 430877.1. They can login through Novell Access Gateway and login Portal, but when click search user button, there always show a blank IE. And no error log. How to resolve? Thanks.

    Hello,
    I have found out that in SAP Portal it must be possible to create a new system from a par-file which is uploaded to portal before.
    I have such a par-file. It is deployed and uploaded to the portal server. And the application which is contained by this PAR is running in SAP Portal.  But when I go to
    System Administration --> System Configuration --> Portal Content --> right mouse click to folder --> new System from par
    then this PAR can not find there.
    I have also tried to upload this PAR manually to portal. But the result is the same. This PAR does not exist in the radiobutton-options to create a new System.
    Please can anybody tell me how to create a system (or a system-template) from an uploaded PAR-file?
    Regards,
    Iris

  • Third party integration property file DMSArgs Vs AuthorizationProxy.DmsArg

    I'm trying to use AutoVue Web Services to convert files to pdf. Web services is deployed in application server.
    I need to know how the third party property file DMSArgs are defined and how it's retrieved from ISDK. Documentation example is as below.
    DMSArgs=Arg1;Arg2
    Arg1=value
    Arg2=value
    When I generate client stub using wsdl, it provides AuthorizationProxy.DmsArguments. What's this and how can we use this arguments to pass values.
    Please help me on how to define those DMSArgs and how can I pass values to ISDK?
    Thanks and Regards,
    Amaranatha

    Once you have AutoVue Client/Server installed and configured with your ISDK integration.
    Open a file in the AutoVue client and look at the HTML code of the client applet.
    Inside the applet tag, you will find the DMSARGS and all the properties that are sent with it.
    For example, if you see the following properties:
    <PARAM NAME="DMS" VALUE="http://host:port/servlet/VueLink">
    <PARAM NAME="DMSARGS" VALUE="DMS_USERNAME;DMS_PRESERVE_COOKIES;LOCALE">
    <PARAM NAME="DMS_USERNAME" VALUE="george_av">
    <PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="true">
    <PARAM NAME="LOCALE" VALUE="EN">
    Then you can add DMS_USERNAME and the LOCALE the property file you created in the AutoVue WS deployment.
    It is described in the Install & config guide on page 11-12: http://docs.oracle.com/cd/E37443_01/otn/pdf/E37350_01.pdf
    If your DMS argument cannot be hard-coded on the server, you may use the AuthorizationProxy.DmsArguments class to add additional parameters.
    This may make sense for the username for example. But most integrations use the username from the autentication uname/passwd pair instead of receiving a separate parameter.

  • UOM issue of SR that push from third party integrated software into SAP

    Dear SAP Expert/Guru,
    Would like to seek for your advise what is to be done to check the issue of different UOM created in SR when push from thrid party intrgration software into SAP.
    The material only being maintained 1 UOM which is PKT however, when the data being push from the integration software it created the material with the UOM CTN and this cause the whole SR cannot be used.
    Is there any way to check between the data integration? The client is using BAPI to push the data.
    Currently the client just implement PI module and the third party software is integrated with PI module.
    Kindly advise is there any other way to check.
    Thank you
    Regards
    Leonard Tan

    Dear Shailesh & Jurgen,
    Due to the T-code CUNI is maintained as Fire Fighter in the production server, so I only can use the QA server to analyst the UOM maintained in the server.
    Below is the result of the analysis:-
    <u>ISO Code</u>   <u>ISO code text</u>
    CT             CTN
    PK             Pack (assuming this is used as packet)
    As in the Change Units of Measurement of Dimension: Overview. THe result as shown:-
    <u>Unit</u>   <u>Commercial</u>   <u>Technical</u>   <u>Meas.unit text</u>
    CTN             KAR             CTN             Carton(SC)
    PKT             PKT             Pkt             Packet(s)
    When double click the "Units of Measurement, select any unit and click on the lens, here you will see a small box called ALE/EDI, you will get to see the ISO Code in the box and a small checkbox called primary code"
    There is no checking being clicked at the primary code and nothing is being keyed in the ISO code
    Kindly advise what is to be done? is it the ISO issue or is there any setting being done wrongly.
    Thank you
    Regards
    Leonard Tan

  • Third Party integration with MDM

    Hello,
    We are getting some data from 3rd party and trying to integrate that with MDM.
    Is it where we use Enrichment controller ? Please provide some inputs and guidelines as to how we can integrate third party with MDM.
    Thanks
    Bindi

    Hello bindi,
    You can refer below links for enrichment adapter:
    Setup and use of MDM enrichment controller (Good one)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9018dc62-23a8-2910-b7ae-9023670c3a53
    How to use the test environment of the MDM Enrichment Controller
    How to use the test environment of the MDM Enrichment Controller
    Introducing the MDM Enrichment Controller Admin UI
    Introducing the MDM Enrichment Controller Admin UI
    i hope this will help you.
    TNR,
    Saurabh...

  • Third party Integration to B1

    Hello all,
    Does anyone can give me an idea, if possible, to integrate data managed by an external solution (program) in SAP Business One in an automatically way without SDK.
    I can do it by using DTW but it will make one user to be responsible to run DTW and I need an automatic process to integrate that information inside SBO.
    Thank you all,
    Best Regards,
    Miguel

    Miguel,
    The SAP Business One 2005A DTW can use the Microsoft Windows Scheduler to automate an integration built with the DTW.  Details on using the DTW with the MS Scheduler can be found in the DTW Help documentation.
    HTH,
    Eddy

  • Third Party integration and Delta Mechanism

    Hi Gurus,
    We have the following Scenario:
    An SAP R/3 system with 3-4 different tables (without TimeStamp) and seperate DBMS (Non-SAP) reporting application with 4-5 different tables (without TimeStamp).
    Questions: What is the best approach to integrate and merge the data together from both of the above systems into SAP BI?
    How do we achieve a mechanism for recording changed records (similar to Delta capability)?
    I appreciate all your help...
    We are on BI 7.0

    You could look at integrating them using a DSO ... otherwise you can handle delta in the DBMS if possible - and DBConnect / UDConnect does not support delta.
    The best option would be to consolidate the same using a DSO in BW and then using the DSO to handle changed records.
    Arun

  • Third party integrating with PeopleSoft

    I know this is a rather generic question but I'm hoping someone can point me in the right direction.
    I work for a company that has many customers who utilize PeopleSoft. Over the years we've built integrations with each of our customers individually. We're now looking at trying to bring some standardization to those integrations.
    In looking into this, it seems that the communication protocols offered are pretty standard (FTP, AS2, etc.). My question revolves more around the message format and content. We typically exchange vendor, invoice and payment information with our customers.
    Is there a base message schema/definition of these entities in PeopleSoft that we could utilize?
    I understand that every customer has customization done to meet their needs. Right now we're sending XML/positional/CSV/etc. formatted messages with various sets of attributes. If there is some base format of these messages, we're hoping that we could reduce some custom integration work for both ourselves and our customers.

    Depending on the PS version you use, you can have a look at the following link.
    https://psft-updates.oracle.com/psc/UGPRD/CUSTOMER/ISR/c/PTIS_INTEGRATION.PTIS_QUERY_INTG.GBL?&
    Its a good place to start with. This will give you a list of all the EIPs that PS delivers OOB.
    Thanks!

  • Is there Java API available for third-party integrations with SCCM 2012? I went through the "Developer's Survival Guide", and it seems that SCCM 2012 SDKs only support C# and PowerShell

    Hi All,<o:p></o:p>
    My team and I are developing a software using java that works closely with IT management software such as SCCM. Our software will be highly dependent on data stored in SCCM. Basically
    our software will talk to SCCM to get information about a system managed by SCCM. To be able to do that, our software needs to use a java API that talks to SCCM. Is there a java API for SCCM 2012 that we can use? If there is not, what is the work around to
    this issue (integrate a java project with SCCM SDKs)? Any help is appreciated! Thanks!<o:p></o:p>

    Hi,
    As you mentioned, it seems that there is no available Java API for SCCM .
    Just curious, what's information you want to get from SCCM.
    Based on my experience, you could query the SCCM site database to get almost all the information.
    Otherwise, your question seems to be related to SCCM 2012. You may also choose to post there to get more effictive help.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Developing Application for third-party Java API (jar) libraries

    I need some of your inputs on architecting a web based solution to invoke Vantive java API using SAP Netweaver Technology. The API provides methods to connect, insert, update, fetch data from Vantive system using java classes. Pl. let me know which would be best way (webdynpro/ j2ee/java) to create & run web based forms to connect, insert and update data in Vantive using these Java APIs.

    I think there is your choice only that based on your experience with web technologies (in case of integration with portal as I understood) but the nominee with the best integration capabilities is Dynpro. Of course you can simply use standard JEE techniques (see the official JSR for official technology and release notes of official restrictions by SAP implementation). Third party integrations are available in both choices: Dynpro or not. In general your choice is better to be with an appropriate estimation, isn't it? Or try to define concretely criteria of such integration.

  • SAP R/3 integration with (Manual) Third-party App

    Hi All
    I am working on a scenario in which Third Party application has functionality which actually refines & correct the data upto the accuracy of 99%. So for this end-user needs to enter bit of information on their front-end then application will return the data on the basis of that information.
    Now the problem has different parts  -->
    *) If I choose that SAP R/3 will initiate the ( Synchronous ) process then ABAPers raised the concern that they will not be able to display the response data on correct SAP screen also how to actually access the front-end of Third party.
    Third-Party is ready to replace the Front-end with the web-service but then end-user will not be having the functionlity to select different options which is the strong part of Third-party application & also client is not agree to that.
    Do you think I should use BPM in above solution with correlation on some field to identify the SAP screen.
    *) If I choose Third Party application to initiate the ( Asynchronous ) process then again ABAPers raised the concern that how to display it on the correct SAP screen & how they know that data is coming at this point of time & they need to display it. Also Third Party said in this case they don't have expertise to customize their Front-end application & which will lead to additional cost to hire other developers.
    Now can you suggest some good solutions for this kind of scenario in which an application needs the Manual intervention & needs to be integrated with SAP R/3. Also suggest from which direction I should initiate the process.
    Thanks
    - Lalit Chaudhary -

    Matias
    <<<< with front-end do you refer to SAP R/3 ?
    No Matias with Front-End I meant Third Party is providing the web-page where end-user can enter the details & those will be refined & corrected by the Third-Party Application.
    <<<<< Which ways has the Third-Party app to connect with (file, database, jms, etc.).
    Third-Party App is providing Java Classes & Web-Services for integration but we don't want to access them directly, first of all we would like to invoke/access the Front-end application.
    <<<< What is the purpose of this third-party app ? just to receive data, validate it and return it once it is corrected ?
    Actually in this Front-end user can enter the data on given fields & data will be keep on refining while he is entering the more information into that given field. For e.g if the field says "City" & user enters "DE", a drop-down will come with all the cities in the world starting with "DE" like Delhi, Denmark etc.Once all the fields are populated with correct data user will click on "Submit" button which will send the data to SAP R/3 ( which we wish to do ).
    Now in this case when user will click on Submit button ( means Third-party will initiate the process ) & data will be send to XI using ( for e.g ) HTTP sender then ABAPer's raised concern that how they will be able to show it in the right screen without using proper thread ID.
    Pls. let me know in case you require any further information. My problem is this how to relate the Third-Party data with correct screen of SAP.
    Thanks
    - lalit -

  • Integrating third party recruitment with SAP

    Hi folks,
    I had a question regarding intergrating the third party system with SAP HR masterdata. I am basically looking at transferring the applicant data from the Recruiting (third party tool ) system into SAP HR Masterdata. I found using the feature PAPLI something like integration could be done. I do not know how ???
    Right now, at the click of button something like Data transfer (entering the applicant id) can be manually imported into SAP Masterdata from the SAP recruiting module on the same system.
    Can such a process be achieived using  a third party tool? Is direct transfer process from the thrid party tool into SAP Employee Masterdata possible? Is the feature PAPLI (found from IMG) something like this can be accomplished?
    The version we are using is SAP 4.6C
    Any thoughts or leads in this area will be highly appreciated.
    Thanks in advance,
    SK

    I am not sure of any standard integration programs specific to recruitment, but through customization we can integrate third party rectt systems like People click, HRP etc.
    Develop inbound programs with ALE-IDOC system to transfer the data to Rectt tables.
    The switch will control activation of integration between the systems.
    If this helps, pl do reward.
    Thanks
    Narasimha

Maybe you are looking for

  • Digital Blow in and Multi Orientation Folios

    Hi there, stoked to be using the reading api and digital blow in features discussed here. we're using it in this app, and it appears we've discovered a bug, whereby if you produce a multi-orientation folio, then the web-overlay only works on the port

  • Re-Download an BPP Publishing CIMA E-Book for reading in Adobe Digital Editions.

    Dear  Adobe Forum I have bought Ebooks from BPP Publishing. I have been cleaning my laptop and have deleted the ebooks from my system.  Is it possible to re-download them again to read or BPP suggest signing in and they will be in my library does any

  • Calling BW roles to EP

    Hi, Can any one let me know the step by step procedure for importing BW roles into my Portal. I went through help.sap.com but could not accompolish much. Thanking You In Advance, Hema

  • Different form depending on Purchase Organisation

    Hi, does anyone knows the steps to print different forms in PO depending on purchase organisation? Cheers

  • Incremental results not purged from table

    Hi All, The rules set up on our Production database() have been causing high temp space usage alerts in the range (30-40 GB). When I was checking the primitive events tables, one of them (RLM$PRMEVENTS_670276) associated with a particular event conta