Invoices Interface to third party system and getting updates back to SAP

Hello!
We are trying to do our best to create the following process:
For billing documents we will use outgoing IDOC invoic02.
This IDOC will be transferred to authorities system.
The invoice have to change several statuses at authorites system.
Each time the status is changed, we get aknolodgment back. (For one invoice we will get several aknolidgments!)
We thought to use incoming IDOC for this purpose.
This IDOC will update the outgoing IDOC status, or we will maintain Z-table for each invoice to monitor all the IDOCs generated for this invoice.
We thought using somehow IDOC SYSTAT01.
What is the exact purpose of this IDOC?
Did anyone make similar interface and how it was implemented?
What is ALEAUDIT? Can it be helpful in this case?

Hi santosh:
How-To Guides:
Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 [original link is broken]
How to Configure the IDoc Adapter
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098
Regards Mario

Similar Messages

  • EREC: Interfaces with Third Party Systems

    Hello Experts,
    Does anybody can provide me a list of third party systems with seamless interface with E-Recruiting  (SAP Partner) for the following purposes below:
    Resume Parsing
    Background Check
    Drug Screening
    Posting in Multiple Job Boards
    Thanks in advance!
    Sivani

    Resume mirror is used for resume parsing.
    Regards,
    Bharat

  • Invoice status to third party system from sap

    Hi All,
    Could you please suggest me either to use functional module or bapi or badi so that i can send the invoice status from SAP to third party sytem.
    Thanks in advance for the response

    Hi,
    Invoice status can be sent to an external system based on IDOC or through an interface with proper program.
    For IDOC related stauts message do refer the below it may help you ..
    Electronic Data Interchange - EDI - ERP SCM - SCN Wiki
    Do refer the below OSS Notes to know the exist and badi in LIV.
    1156325 - BAdIs in the Logistics Invoice Verification environment

  • Add page on logon page from third party system and from KM

    Hi All,
    I have one requirement where i need to embade other html file in logon page of Portal.
    Where the pages will come from othere server as well as from KM.
    VS

    Hi ,
    Hey "It seems it solved my problem"  ?????
    still having any problem ... do let me know....
    well i don't remember that i replied to your question .....
    Any way  say thanks to SDN Support Team who work hard to give us such a nice platform to share our issues.
    Cheers SDN Support Team.
    As you wrote that you have tested on local system .. now try on portal and let me know that its working or not.
    Suppose if rendering of  page taking time then try to use ajax or some java script function to embed the page
    which leads to quick load.
    Regards,
    Piyush

  • How to receive receipt in third-party system?

    I want to send message from third-party system via HTTP-adapter and
    integration server to SAP MDM. I have created outbound interface for my
    third-party system, message for this system, message mapping between my
    messageand ABABusinessPartner, scenario for transporting business
    partner data between message interface of third-party system and MDM
    interface ABABusinessPartnerIn.
    On third-party system side I have developed function which sends XML-
    message via HTTP protocol to SAP XI integration server (to HTTP-
    adapter). I want to receive delivery acknowledgement in synchronous
    mode (in same HTTP session). I want have delivery result
    (delivered/undelivered) in my third-party system.
    Because ABABusinessPartnerIn is a asynchronous interface then I can't
    use HTTP synchronous mode (parameter &qos=BE).
    Whether I should use the sync/async gateway?
    Message was edited by: Eugeny Balakhonov

    You can see the stocks with mvement type 101-O for that material

  • 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

  • Connect Report output to third party system

    Dear Techis
    Can we connect Report output to third party system and hw?
    Pls advice............

    Hi Yong,
    Yes that's possible. You can use the web interface to configure logging category messages so that they are sent to remote syslog server targets
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.3/user/guide/logging.html#wp1052741
    ACS provides these preconfigured global ACS logging categories, to which you can assign log targets.
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.3/user/guide/logging.html#wp1052549
    Configuring Per-Instance Remote Syslog Targets
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.3/user/guide/admin_config.html#wp1063768
    Jatin Katyal
    - Do rate helpful posts -

  • Handling Rowset based message in third party systems

    Dear All,
    Could you please help me to understand, how can we handle a row set based message at third party system?
    PeopleSoft will be sending a row set based messages to third party system and in turn it will be expecting a row set based message as a response. How do we need to handle this?
    Thanks,
    Hari.A

    So you are creating an inbound sync service operation routing.
    This can be very well a rowset based message for the request as the response, since every message is an XML.
    3e party system will be sending an XML which in the rowset format (which is still XML).
    You can just take the message and read it in a rowset, process it and create a response message based on a rowset.
    3e party system will be receiving an XML which in the rowset format (which is still XML).
    The reason wy I mention XSLT is that the rowset based message has a lot of overhead noded which is not relevent for 3e party systems, but needed for PeopleSoft.
    See example:
    method OnRequest
       /+ &MSG as Message +/
       /+ Returns Message +/
       Local Message &response;
       &response = CreateMessage(Operation.SYNC_REMOTE,
       %IntBroker_Response);
       &response.GetRowset().GetRow(1).GetRecord(Record.QE_FLIGHTDATA).
       GetField (Field.DESCRLONG).Value = &MSG.GenXMLString();
       Return &response;
    end-method;

  • File adapter polling stops after reboot of third party system

    Hi,
    We noticed that whenever we reboot our third party system, XI File Adapter is losing it's connection to that third party system and polling stops. As a result File Adapter is not processing any files from that particular server.
    To fix this problem, we either reboot XI Server or refresh communication channel (Go to change mode and save it).
    File adapter is configured to  use FTP  to transfer the files between Windows Server and Unix Server.
    Is there a better way to fix this problem?
    Thanks in advance.
    Regards
    Chandu

    Hi,
    Make the connect mode as PER FILE TRANSFER in the file adapter.
    <i>Connect Mode
    Permanently
    An existing connection to the FTP server is used permanently.
    The connection is reestablished automatically if it is closed by the server.
    Per File Transfer
    A new connection to the FTP server is established for each file transfer.</i>
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Regards,
    Bhavesh

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

  • 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

  • RFID for third party system(rosetta net)

    hi friends
                                          Iam new for this Scenario, customers send the Purchase order through the ASN to the Rosetta net software. We are using the Rosetta net software for receive the purchase order from the customer.
                                         Our business process I want to convert purchase order to sale order from the Rosetta net .after sale order number generated.
                                            I am cleared about using the RFC program only  helping to convert the data to SAP data between the system .but I want to know how I SAP system is connect to third party system  and what are configuration required for this scenario .pls send me your sugggestion
    with regards
    dinesh
    Edited by: code acess on Oct 15, 2010 5:00 AM

    if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
    You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.

  • ECC Via XI to Third Party system through Idocs

    Hello,
    I have done all the setting required to IDOC communication,
    RFC's are created,
    Distribution Model
    Imported the Meta data
    Partner Profile
    ESR Objects Made (IDoc as my Source and WSDL as External Definition for Target)
    ID Configuration made, sender channel is SOAP.
    SLD Configuration (Business and technical system as third party systems and ECC as ABAP system)
    Sender is ECC, no sender channel will be required (correct me if i am wrong), where as
    now when i test my scenario with WE19, i do not see my XML while using tcode sxi_monitor.
    have i missed  any step.
    Any help will be appreciated,
    Regards,
    Abhishek

    in IDX5 System is not a Central Integration System: unable to start program is the error, if i fix this error what will be impacts on the system
    please follw bwlow step:
    Check SXMB_ADM --> Check the Integration Engine Configuration
    In the Global Configuration Data :
    Role of Business System should be Integration server
    Corresponding IS should point to Pipeline URL.
    please check below link
    Configure Role of Business System " as Central Integration Server , PI
    and
    Transaction SAP Adapter u2013 Monitoring (IDX5) : provides you with an overview of all messages sent to or from the Integration Server as IDocs. Double-clicking a message provides you with detailed information on this message in the Integration Server.
    You can monitor the status of all XML messages by using transaction Integration Engine u2013 Monitoring (SXMB_MONI).
    You can use transaction SM58 to monitor native RFC communication on the Integration Server. This type of communication protocol is used in two places here:
      To send an IDoc from an SAP system to the Integration Server
    To send an IDoc from the Integration Server to an SAP system
    and one more thing are you tested Rfc destination ? is it working ?

  • Sending Data from BI to Third Party System through CIB Interface

    Hi Experts ,
    We have a requirement where we need to send data from BI to any Third Party System through CIB Interface . We do not have to use the OHD's . Please share the documents for the same .
    Regards
    Garima

    Hi,
          My problem is solved.
    Sol:  Getting wrong data from third party sytem. They are adding spaces in front of the payload and end of the payload so it was not processing. After deleting that spaces its is working fine.
            Thanks for your help.
    Thanks & Regards,
    Purshothamm

  • Third party system user click the url iam getting error?in sap crm IC

    Hi Team,
    I have given URL to Thrid Party systems.user clicks the link,then he enter the password and username then its getting error like as below..Please help here what settings we need to do.
    Third party system user clicks the URL link ,after entering username password Iam getting error ?
    Thanks
    Kalpana

    HI  Team,
    I have added the parameter crm-ext-integration=true , or we need to any settings for this..Could you please help here..
    Error: TO help protect the security of information you enter into this website,the publisher of this
    content does not allow it to be displayed in a frame
    Thanks
    Kalpana

Maybe you are looking for

  • IDOC from R3 to XI

    Hi all, I am trying to send idocs from an R3 system into XI. I have done the folowing: In R3: (log sysID = ''DEV100') - create rfc destination 'SAPXI' in sm59 (type 3 abap connection) - create partner profile we20 - create tRFC port in WE21 In XI:  (

  • Problem with ODynaset::Close()

    Hi, I'm working with OO4O v. 8.1.7.3.11 and MS VC++ 6.0. My application opens multiple dynasets. When the database access is no longer needed it closes the dynasets using the ODynaset::Close method. But when I take a look at my temporary directory I

  • Turkish character support in Oracle sqlplus

    Hi, when i run a query in sqlplus with turkish character there is no result. But i know there is a data inside the database. query: "SELECT NAME FROM HDF_DM.BUSINESSPARTNER WHERE NAME LIKE 'AFŞ%';" "Ş" is the turkish character. Is it about with the l

  • Elements 8 crashing while viewing pictures windows 7

    Help, I have been having problems with elements 8 organizer crashing while reviewing photos one at a time. It will go for a while, then get a grash message, and the program closes. I'm using windows 7. I tried looking up one of john ellis's (sp) link

  • Mail won't open jpeg attachments

    On my MBP, sometimes I'll get emails with a few jpeg photos attached. It won't open all of them. Sometimes it will let me open and save 3 or 4 of them, but not the rest. Anyone know what's up? Any of the things I've tried (right clicking, clicking Sa