Sap integration with third party software

hey all,
we are actually trying to integrate sap with EAI( IBM WEBSPERE third party software) and here date needs to flow from EAI - SAP.
and we have done that through BAPI and in the EAI we got a message saying that the data base has been created but infact when i am trying to check the same in my sap screen am not able to find it i have also checked the database table but its not available .
do anyone has any idea as to where do we exactly go and search for a particular data once its transferred from a third party software????
any help is highly appreciated
Thanks & Regards,
Vinila Kanakala.

COMMIT WORK is necessary after most BAPIs. What you describe is usually a result of calling BAPI without COMMIT WORK. The message tells you that document was created, but when you look into database, the document is not there.
I'm not sure how to resolve this in case of the 3rd party software though. Maybe instead of just using a plain BAPI you will need to write a custom function module, which will capp BAPI and do COMMIT.
Hope this helps.

Similar Messages

  • SAP HR integration with Third Party Software - PAYCARE

    Dear Experts/Gurus,
    I am facing the following problem with my client.
    Here the client is using Third Party Software "Paycare" for their Payroll
    calculation.
    Now the problem is that they are giving Incentive Wages one is based on
    Target & another one is based on Attendance. Overtime Calculation (OT) is
    also given to all the employees.
    Incentive Wages calculation is given below:
    Eg: PU Machine (12 hrs)
    Operator - Rs. 40
    Worker - Rs. 30
    Helper - Rs. 20
    Side Pating - Rs. 20
    All the above on DAILY BASIS
    Clicking:
    Operators - Rs. 300 & Rs. 350
    Helpers - Rs. 200
    Printing & Embossing:
    Workers - Rs. 250
    Packing - Rs. 200
    Ladies - Rs. 150
    All the above on MONTHLY BASIS
    Overtime Calculation (OT): OT is given the double once after exceeds the
    normal working of 8 hours.  Basis for OT Calculation is (Basic Pay +
    Dearness Allowance + Special Allowance).
    Now the major problem is that the client wants Payroll calculation
    whatever happens in Paycare to be captured & calculated in SAP HR & posted
    to their respective SAP FICO accounts. They don't want in report wise but
    actual calculation to be done in SAP HR.
    Is it possible to do this without Payroll implementation in SAP HR because
    whenever money part is involved respective Wagetypes has to be configured
    in the Payroll.
    Please let me know is it possible or not ASAP.
    Warm Regards,
    Vikrant N

    1) Now the major problem is that the client wants Payroll calculation
    whatever happens in Paycare to be captured & calculated in SAP HR & posted
    to their respective SAP FICO accounts. They don't want in report wise but
    actual calculation to be done in SAP HR.
    A) But what about the inputs ?? How are you planning to map employees workin on Machines ??
    What other modules ur client has implemented
    As your client is expecting the calculations in SAP, so they should have Time, PP, MM, etc....
    Then SAP will have base inputs.
    But Calculation of INcentive will again a development.
    2) Is it possible to do this without Payroll implementation in SAP HR because
    whenever money part is involved respective Wagetypes has to be configured
    in the Payroll.
    A) Your second point is contrary to 1st !! without SAP HR - Payroll???
    What exactly u want to say, without SAP HR Payroll, you want to intrate with FICO ???
    Please let me know is it possible or not ASAP.
    Warm Regards,
    Vikrant N

  • Integrating SAP System with Third Party Software

    Hi,
    I am working on an implementation project and need to integrate SAP system with a third party system. SInce I am a functional consultant, I am finding it tough to understand the integration issues. Can somebody explain me how to link up the two systems and what are the various tools available for this ?
    Regards,
    Rohit

    Hi,
    Inorder to integrate various systems we have various interface methodologies provided by SAP.
    SAP systems use the following interface technologies:
    ALE: Application Link Enabling
    BAPI: Business Application Programming Interface
    CPI-C: Common Program Interface Communication
    EDI: Electronic Data Interchange
    HTTP: HyperText Transfer Protocol
    LU 6.2: Logical Unit Type 6.2
    RFC: Remote Function Call
    OLE: Object Linking and Embedding
    SMTP: Simple Mail Transfer Protocol
    SOAP: Simple Object Access Protocol
    TCP/IP: Transmission Control Protocol / Internet Protocol
    XML: Extensible Markup Language
    In general we use ALEs and BAPIs.
    The ALE uses IDOCs as the data transfer medium and need various middle ware systems inorder to receive and process these IDOCs.
    BAPIs use Remote enabled functions which can be accessed from any platform also using any language ( like JAVA, VB etc).
    Thanks and regards.

  • SAP Integration with Third party tools (WMS)

    Hi Guys
    We are  using SAP - WMS , ASRS(Automatic Storage and Retival system)  in warehouse for putaway and pick operation. We want to automate this process and came to know that this can be done using RFC .can anyone share his learing & idea about the architecture and way of working   also during installation what are the point we need to take care.
    Thks in Advance
    R'ds
    Manish Kumar

    COMMIT WORK is necessary after most BAPIs. What you describe is usually a result of calling BAPI without COMMIT WORK. The message tells you that document was created, but when you look into database, the document is not there.
    I'm not sure how to resolve this in case of the 3rd party software though. Maybe instead of just using a plain BAPI you will need to write a custom function module, which will capp BAPI and do COMMIT.
    Hope this helps.

  • Integration between third party software and SAP

    Hi all,
    I have requirement in which i have to integrate SAP with third party software. My third party software will be generating material no as we generate in SAP then after the generation of the Material No by the third party software again i have to pull the material no generated and corresponding information into SAP .Please tell me how to do this as i am new to these concepts and if possible please send links from where i can download study materials.
    Thanks and Regards
    Manu.

    Hello Manvendra,
    There are many approches for solving this integration issue:
    But before solving this issue there are few questions which need to be known:
    1. In what form the material no list is generated? i.e. some flat file, in database table, or shared memory
    2. What is the language for 3rd party software? C, Java, .Net etc
    3. What is the frequency of material number generation? i.e. is it on demand, batch processing etc
    Considering 3rd party software is generating flat file or csv files for material number we can have this integration in
    following way:
    1. Save file at particular location.
    2. You can configure logical path in FILE transaction
    3. Write ABAP report to read that file using logical path and file name.
         Refer following link for Link: [logical path creation|http://help.sap.com/saphelp_nw04/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm]
    4. Read file into internal table using Link: [GUI_UPLOAD|http://saplab.blogspot.com/2007/10/sample-abap-program-to-upload-table.html].
    5. Create BDC recording for MM01 transaction for material creation using Link: [SHDB|http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html] transaction code.
    6. Using data from internal table and BDC recording create all the materials in SAP systems.
        In this step you need to loop at internal table and fill data variables in BDC recording with the internal table data
        and call the transaction MM01 for creating material.
    Above steps are very high level guidelines and it is one way of integration but concept wise more or less integration will be in same way!
    You can definetly fine tune it by exploring SAP help!
    Enjoy SAP!
    Thanks,
    Augustin.

  • SharePoint 2013 on-premises integration with third party email account

    the Email sending issue from SharePoint is causing too much time waste 
    First let me explain how our SharePoint is deployed
    Sharepoint version : 2013
    Deployment type : on-premise
    Authentication : from Domain controller also hosted locally 
    domain name ; say domain.com this domain.com is same as our website address hosted on godaddy
    SharePoint computer name on local DNS :  sharepoint.domain.com
    OS and IIS : 2008 r2 , IIS 7.5 
    Network firewall : 25 26 ports  opened for sharepoint , both incoming and outgoing.
    Server firewall : turned off
    Email configuration Attempts by IIS 6.0 
    We tried following setting on IIS 6.0 SMTP local server properties
    In General tab
    qualified name was shown as : sharepoint.dts-solution.com
    IP assigned : sharepoint server IP  , advanced putted two entries of IP with ports as 25,26
    In Access tab
    Authentication : selected as Anonymous 
    Connection : All except below list : empty list
    Relay : only the list below , one entry as 127.0.0.1 and other is local static IP of SharePoint server
    in Delivery tab
    outbound security : Basic authentication : accessed user in AD and given the right password, also checked with annonymous -not working 
    outbound connection: all default values and port = 25
    Advance : fully qualified domain name = sharepoint.domain.com , DNS test showed success, rest every check box unchecked 
    On sharepoint central management settings
    Outbound email = sharepoint.domain.com
    from and reply to address = [email protected] 
    IIS 7.5 SMTP settings 
    In IIS 7.5 sharepoint application we added SMTP settings as smtp server = godaddy out going smtp , user name as [email protected] , password = godaddy password , port : godaddy outgoing port  .
    Godaddy account 
    Our website hosted on godaddy with same name as domain.com
    open relay not possible on emails.
    Results
    After setting alerts on SharePoint sites and assigning tasks with alerts we receive email in queue folder but they never get forwarded. We just wish to use any of our email *.domain.com to send outgoing emails from SharePoint . Its been a while we have no
    success. 
    Tech Learner

    Hi,
    As I understand, you are using SharePoint 2013 integrating with third party SMTP server which provides email function.
    From SharePoint side, I'd suggest you refer to the link below to configure email integration:
    http://technet.microsoft.com/en-us/library/ee956941(v=office.15).aspx
    If you have already confirm that message is sent from SharePoint, while stuck in queue on SMTP server, then the issue might be related to relay on SMTP server. Since the issue is related to third party product, we do not have enough resource here,
    I'd recommend you contact their support engineer for more assistance:
    https://support.godaddy.com/help/category/154/email
    https://support.godaddy.com/help/article/3552/managing-your-email-account-smtp-relays
    Thanks for the understanding.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Best practices for apps integration with third party systems ?

    Hi all
    I would like to know if there is any document from oracle or from your own regarding best practices for apps integration with third party systems.
    For example, in particular, let's say we need customization in a given module(ex:payables) need to provide data to a third party system, consider following:
    outbound interface:
    1)should third party system should be given with direct access to oracle database to access a particular payments data information table/view to look for data ?
    2) should oracle create a file to third party system, so that it can read and do what it need to do?
    inbound:
    1) should third party should directly login and insert data into tables which holds response data?
    2) again, should third party create file and oralce apps will pick up for further processing?
    again, there could be lot of company specific scenarios like it has to be real time or not... etc...
    How does companies make sure third party systems are not directly dipping into other systems (oracle apps/others), so that it will follow certain integration best practices.
    how does enterprise architectute will play a role in this? can we apply SOA standards? should use request/reply using Tibco etc?
    Many oracle apps implementations customizations are more or less directly interacting with third party systems by including code to login into respective third party systems and vice versa.
    Let me your know if you have done differently and that would help oracle apps community.
    thanks
    rrb.

    you want to send idoc to third party system (NONSAP).
    what kind of system is it? can it handle http requests
    or
    can it handle webservice?
    which version of R/3 you are using?
    what is the mechanism the receiving system has, to receive data?
    Regards
    Raja

  • 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.

  • Need connectivity of SAP Oracle with Third Party tool with dsn

    Hi Friends,
    We need to access SAP's Oracle database with third party tool with the help of dsn creation. For that we need to create 2 staging tables and need a new segment for these tables. Our data will move from SAP transactions to these 2 tables and we want to fetch this data via dsn into another third party S/W.
    I am unaware of such kind of working, can you please help me how to create new segment and how to create dsn for accessing tables in this segment.
    Our requirement is as follow.
    The staging tables are required in the SAP database with user name and password. The user should have all access to the staging table only.
    Requesting your kind help on this issue. Please suggest for further processing of activity.
    Rgds, Krishan Raheja.

    Hi,
    Common way to integrate SAP (database) with third party Application is to use and implement SAP Connector (Java or .Net).
    Using this, you can fetch the data from SAP database to use it in Third party application.
    As per my understanding the method you mentioned, will void the SAP database license term.
    So Please check before doing such configuraiton. Also that method is NOT recommended..
    Regards.
    Rajesh Narkhede

  • Configure sap xi with third party application?

    Hi fredz,
    Can any pls explain with technical details and steps how do i configure sap xi with third party application and what type of connectivity and interfacing communication channel is preffered?
    Is there any option to web-services for interfacing between <b>SAP system-SAP XI system-Third party Application</b>.
    Pls be specific if and only if u have done this scenario.
    Regards,
    Ameet
    Message was edited by:
            Ameet Jassani
    Message was edited by:
            Ameet Jassani

    Hi
    <br>
    This is a very generic question. There are some getting started guides available in the main XI section on SDN, and also some step-by-step guides in the wiki section. A quick search will get you tons of information.
    <br>
    The choice of connectivity and interfacing communication channel is really dependent on the capabilities of the third party system.
    <br>
    Also, to get good results on this forum, please read the <a href="https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement">rules of engagement</a>
    <br>
    Regards
    Manish

  • SAP HR Integration with Third Party System

    I want to create Integration between SAP HR and Third party System which will transfer data from SAP PA & OM module to Third Party sofware.
    The Requirement is ...... there is one TMP table in Third System which needs to be update whene ever there is any creation,change or Deletion of the Employee details.
    How can we do this.What would be the flow.If any one has creates code for this,than please help me with the same.
    Thanks,
    Viru

    No Answer

  • Extraction with third party software and SAP

    Hi Friends,
    I am new to BI, and I have some doubts in data extraction.
    Suppose I have different source systems (Third party softwares) how do I connect to my BI system for my extractions. Is this our job to connect all the source systems for extraction or ?
    I regret if something is wrong with my question.
    Thanx and Regards,
    Line

    Hi Line,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    For some extractions its better to have a db administrator with you.
    Best regards,
    Frank

  • SAP IDM  7.0 integration with third party system

    Hi Experts,
    I know SAP IDM  7.0 can integrate with third party systems and create user ids on most of the third party systems.
    But I need to know regarding If it is possible to integrate with following systems
    1) Microsoft Exchange 2007 (  I know till exchange 2003 SAP  IDM support )
    2)  Microsoft  Active directory 2008 ( I know till Actice directory 2003)
    3) EMC  Documentum 6.5
    4)  ARIS 7.1.0
    5)  BlackBoard, Release 9.0
    6) Oracle 10g  ( Is it possible to create users at oracle level ? or at what level ? )
    7)  Sun Solaris Sparc  ( Is it possible to create users at  OS level )
    If you have information how on this please share. I know that  provisioning framework will have templates for most of the target systems. I want to know if they are available for above systems on SAP IDM 7.0 or if not have we can connect to them?

    Hi Matthew
    Your expertise in SAP IDM is indeed a great help!!
    >Can't see why not, it's all done via SQL commands. I've done similar things with MSSQL
    You mean that there will be oracle 10g drivers/oledb connectors in SAP IDM and in through SQL commands like "create user alfredo identified by alfredos_secret; " we can create user  in oracle database ?. As you said this should be possible.  What about creating user( user management ) in oracle 10g application  like dba or scot  and assigning the privileges in oracle application?
    >might need to do via UNIX scripts, but it can be done
    You mean that Unix scripts will be defined in SAP IDM and SAP IDM will execute these scripts in the Sun Solaris Sparc ?. It should be possible as you said. By the way how we will be able connect to Sun Solaris sparc ?  Is it via  the option "file " under the "Repositories" with repositories wizard  and later executing the file from SAP IDM ?
    Thank you once again for your expert answers on third party systems.

  • Integration with Third Party EAM (Enterprise Asset Mgmt) Software

    Dear PM Experts,
    I have roughly listed interfaces between SAP & Third Party software -EAM .Kindly add to it
    Outbound to SAP
    - Producrment Proposal for Spare parts( Sparepart No, Qty, Date needed)
    - Asset Calenders( Workcenter, Downtime Start time, Downtime End time)
    - Preventive Manitenance Orders( Order no, Workcenter, Activities/Duration, Spreparts no, Qty of spare part, Date needed)
    - Breakdown Maintenance Requests( Req no, Date/time Requested,
    - Breakdown maintenace Orders(Order no, Workcenter, Activities/Duration, Spreparts no, Qty of spare part, Date needed)
    - Service Personnel request ( Skill type, Hrs, No of personnel)
    Thank you much in advance,
    Regards,
    Jatin

    Hi,
    Inbound interface to SAP PM:
    1. Running hours update from DCS/ RTDB
    2. Create notification from third party S/W
    Outbound interface from SAP PM:
    1. Equipment synchronization to third party S/W
    2. Maintenance order details
    3. Maintenance order status update
    4. Notification details
    5. Notification status update
    6. Breakdown details
    7. Time confirmation details
    8. MTTR/ MTBF update
    Regards,
    Raj

  • Integration with Third party Help Desk

    Hello,
    We need to integrate SAp solution Manager 3.2 with third party Help Desk software Like REMEDY ....
    So that messages updated in Remedy are updated with Solution manager and vice versa.
    Can we have some soltuion on that ?
    Deepti

    look here:
    <a href="http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm">http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm</a>

Maybe you are looking for

  • Cancelamento de NF-e parado (batch status 05, process status 02)

    Bom dia pessoal, Ontem tivemos um problema no GRC/PI de um cliente, onde por alguma razão o certificado estava sendo rejeitado. Depois de vários problemas causados por isso, foi resetado o j2ee e o sistema voltou a operar normalmente. As sequelas dis

  • Multiple WDS APs on a single IP range

    I have 80+ APs on a single IP range. Can I have two WDS APs on a single IP range in order to service the 80+ APs? I was planning to configure 40 APs to point to one WDS AP and the other 40 to the other WDS AP

  • MM : Stock Transfer Invoice Change

    Hi ! For Stock Transfer from one plant to another we first make a STI, then Outbound Delivery created through VL10B, then finally make the Post Goods Issue through VL02N. My problem is that even after this process is completed, the system allows to m

  • Pop up in configurator ( CU50 and VA01)

    Hi, I want to give a pop up as an information to user in configurator ( CU50 and VA01) whenever user enters value for characteristices beyond the permissible limit. Please advice.

  • Scene Selection out of order...

    I made a movie in FInal Cut Pro and set up Scene Markers. They split up into scenes in iDVD, however the selection is out of order. I'm using 'Reflection White' theme. What happens is when you are selecting through the scenes on the menu it doesn't g