B2B Scenario (????) Help

Hi All
We have a req which was given very short. The invocice details are to be validated in a screen and are to be posted into R3 (Client's customer). I hope this makes a B2B scenario. Need your suggestion in how to goahead with this req. Initiaaly i thought of having some websrveice consumed and using either HTML client or EP the user can vlaidate the invoice data and post to R3 of the clients custmer. Kindly adivce on this and also link me to some useful docs adresing a similar scenario.
thkx
Prabhu

Hi Prabhu,
I am sorry, I don't have any standard doc for your requirement because as stated earlier there is no difference in A2A and B2B scenario.
>> Validate invoice data.
- Use either ABAP report or webpage to display UI for user.
>> backend for invoice data
- If using abap report then ztable else any database table.
>> Send invoice data to customer.
- If you have any RFC destination for customer's client R/3 then you can import Idoc/RFC directly (I am assuming you are going to post Idoc in R/3).
--- Create JDBC-XI-Idoc (RFC) if you are using web GUI
--- Create RFC-XI-Idoc (RFC) if you are using ABAP report with ztable.
-If you don't have any direct connection with your customer's client then it is now tricky. Proxy/firewall comes into play.
--- Agree on common stepping stone which is accessible via both party.
--- create JDBC-XI-File (or HTTP) scneario.
--- Post file into customers R/3 either using RSEINB00 or any other ALE method.
--- You can also use AS2/AS3 adapter from Seeburger for communication.
Regards,
Gourav

Similar Messages

  • JMS in a B2B scenario

    We have a scenario where external partners will transmit requests to our application, which will reply back with some results. Some of the other requirements for our application are: support for concurrency, scalability, high avail, etc.
    We feel that using EJBs to model our application will help us because the EJB container/appl server will handle security, transactions, etc. That's good - but, our problem is how would the external client applications communicate with us ?
    One solution would be: we expose the remote interfaces of our EJBs and the external applications code to that interface. But, this may mean that any time we change our interfaces, the external applications also need to be changed. This may be a pain ;-)
    But, what if the external applications send requests encapsulated in a mutually-agreed message format and receive responses via messages ? Yes, I am thinking about JMS. Our external applications can send messages to queues in our JMS provider. Our application picks up requests from a "request" queue and inserts results into a "results" queue. The external applications will obtain these results from this queue.
    I was going to spend more time researching on this, when I came across the JMS FAQ, which says that JMS is to be used only within an enterprise, while ebXML messaging is recommended for a B2B scenario.
    Before I discard my current line of thinking, I would like to get some input/advice/suggestions as to whether JMS will work in our scenario. If not, what kind of an architecture would help us ?
    Thanks a lot !

    We have a scenario where external partners will
    transmit requests to our application, which will reply
    back with some results. Some of the other requirements
    for our application are: support for concurrency,
    scalability, high avail, etc.
    We feel that using EJBs to model our application will
    help us because the EJB container/appl server will
    handle security, transactions, etc. That's good - but,
    our problem is how would the external client
    applications communicate with us ?
    One solution would be: we expose the remote interfaces
    of our EJBs and the external applications code to that
    interface. But, this may mean that any time we change
    our interfaces, the external applications also need to
    be changed. This may be a pain ;-)
    But, what if the external applications send requests
    encapsulated in a mutually-agreed message format and
    receive responses via messages ? Yes, I am thinking
    about JMS. Our external applications can send messages
    to queues in our JMS provider. Our application picks
    up requests from a "request" queue and inserts results
    into a "results" queue. The external applications will
    obtain these results from this queue.
    I was going to spend more time researching on this,
    when I came across the JMS FAQ, which says that JMS is
    to be used only within an enterprise, while ebXML
    messaging is recommended for a B2B scenario.
    Before I discard my current line of thinking, I would
    like to get some input/advice/suggestions as to
    whether JMS will work in our scenario. If not, what
    kind of an architecture would help us ?
    Thanks a lot !
    Hi,
    I don't think you need discard your current thinking. Yes some JMS implementations are best placed in the enterprise however some are designed specifically for external connectivity and building business partner networks. Our own product ( Nirvana ) is one that has been designed for externally facing middleware connectivity. Our messaging functionality resides above a pluggable transport layer and supports sockets, SSL enabled sockets, HTTP and HTTPS transports. The whole proxy and firewall traversal problem is handled correctly. There is no requirement for a web server ( although we have produced an Apache module for reverse proxying ) running a suite of servlets.
    We are currently packaging a new release that provides a new JMS implementation as well as a P2P framework. All of which runs over our pluggable transport drivers. The P2P framework supports the concept of BOP's ( Business Object Proxies ) , this functionality allows you to create services that are directly accessible from pretty much anywhere.
    We would be more than happy to provide you with an early access distribution prior to us updating our web site. Please feel free to contact us.
    Paul Brant
    http://www.my-channels.com/
    Email: [email protected]

  • B2B Scenario(urgent)

    Hi...Experts,
    i am going to do B2B Scenario in Banking..i am getting the response immediatly from target to source..
    i think  IDOC is not support for this requirement..i am planing to go for RFC at sender side .because IDOC is not having the capability to receive the response from target..for this requirement i am planing to go for RFC-SOAP scenario..
    if i am wrong pls correct me...
    pls give me some suggestions..
    *****for helpful answers i will assign the full points***
    thank u,
    Pasi

    Hi,
    Refer these links..
    /people/shailesh.mane/blog/2006/06/27/b2b-configuration-part-i--creating-an-integration-scenario
    /people/shailesh.mane/blog/2006/06/29/b2b-configuration-part-ii--creating-the-configuration-using-the-automated-configuration-tool
    /people/james.guanzon/blog/2006/02/22/how-to-support-industry-standards-in-xi-part-i-of-iii--interfaces
    /people/james.guanzon/blog/2006/03/23/how-to-support-industry-standards-in-xi-part-ii-of-iii--mapping
    /people/james.guanzon/blog/2006/09/09/how-to-support-industry-standards-in-xi-part-iii-of-iii--config-test
    B2B Integration
    Integration Scenario Configuator and Business Services (B2B)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c189119d-0801-0010-a6a2-f0b010e727ac?prtmode=navigate
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi - Invoke Webservices using SAPXI
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-
    a651295aeaa9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-
    a651295aeaa9
    Some blogs that will help you configure B2B scenarios;
    /people/shabarish.vijayakumar/blog/2006/09/08/b2b-and-the-hype-about-the-party
    /people/shabarish.vijayakumar/blog/2006/09/13/wanna-party
    Chk this link also:
    http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm
    regards
    Aashish Sinha
    Reward points if helpful

  • What is a B2B scenario definition from XI perspective ?

    Hi All,
    what is a b2b scenario in xi ? suppose, data flows from wholesale dealer database to companies r/3 system, will it be a b2b scenario ?

    Hi,
    Here goes a simple explanation :
    A2A is application to application. When two applications in a company communicates with each other we call it an A2A scenario and if its across Companies we call it B2B or buisness to buisness.
    B2B scenarios come in to picture when communication is between two Organizations or parties.
    Let's say, there are 2 companies, and they have a different systems, which need to be integrated. For Ex: your client is using SAP R/3 and their customer is having some other technology. they want to integrate each Appications. this is B2B.
    "B2B" is contemporary shorthand for a longtime sales practice called business-to-business. B2B transactions primarily target companies and other wholesale buyers, while transactions targeting individuals are called B2C, or business-to-customer. Many organizations have both B2B and B2C components, but it's not unusual for a company to specialize in B2B services or sales. In fact, the vast majority of products and services sold are considered to be B2B in nature
    If you do the Intergration for the BP out side the Customer LAND SCAPE then it is called a B2B
    The scenarion you are talking about falls under B2B , if the wholesale dealer database and r/3 system doesnot fall under same company (enterprise).
    Hope this is helpful.
    Regards,
    Divya

  • IDOC to JDBC -- B2B scenario

    Hi,
    What are the Adaptors used for a B2B scenario to send an IDOC from R3 system to an Oracle database.
    Thank You!

    Hi San,
    what Nikhil suggested is right
    In Addition to above
    Check this link for IDOC Configuration
    Configuring IDOC
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098
    and this for Recieving JDBC adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    Reward if helpful
    Regards
    Sachin

  • JDBC in B2B scenarios

    HI All,
    Here my question is
    Can we use the JDBC communication channel(Adapter) in B2B scenarios?
    In our case, we have a JDBC database which is not in our local network. It is residing in our partner's network.
    Please share your thoughts.
    I have experience in JDBC sender and receiver scenarios.So please no links to classical JDBC scenarios.
    Regards,
    Samiullah.

    Hi,
    If you are able to acces partner network in your client enviornment then you can use clasical approach.Check with basis team/network team  they will help you.
    Regards,
    Raj

  • A2A and B2B Scenarios

    Hello Friends,
                  Can any one explain what is A2A and B2B Scenarios and please explain what is asynchronous and synchronous communication.
    Thnks&Rgds,
    Dinesh

    Hi Dinesh,
    1. A2A integration involves configuring your system landscape, designing your integration scenarios, configuration of the scenarios, handling messages. In which you communicate at application level.
    2. B2B Integration
    Its something in which two business are integrated like: we develop scenario like legacy system to  MDM using XI.
    Now two businesses are communicating. See the link:
    http://resources.ecommercetimes.com/search/keyword/ecommercetimes/Definition%20B2B/Definition%20B2B
    3. Asynchronous communication:
    Means you will send the data but no response will come from the receving end called Asynchronous communication. You will just send, disadv: your data may lost.
    4. Synchronous:
    Every time sender will send the data, receiver will give a response say acknowledgement to the sender that data received.
    Adv: if data is not going to receiver it can be delivered again.
    Rewrads if found helpful.
    BR,
    Alok Sharma

  • Need guidence on B2B scenario

    Hi Experts,
    need your help on the following questions:
    1. when the partner system is installed on its local network how can the pi get connected to it?  and how can i do a connection
        test?
    2.is there any document about a practical b2b scenario? i need a step by step guide .
    any helpful replies will be rewarded.
    dario

    Dario,
      As your PI and your partner system is separated by firewall, then you need to ask the IT Security team to open ports for any communication between you and them. Even if your PI system and your partner system is kept in DMZ, unless you open communication ports, you will not be able to transfer data. Your physical IP s are not exposed to anywhere as you will be providing the natted IP to your partner and same will they do.
    Rajesh has suggested to use encryption for communication and that has to be carried out in any case as you are not supposed to expose your systems directly to the outside world and the mode of communication is over the internet.
    Common B2B adapters we have heard about are CIDX, RosettaNet,etc, although I have not used them ever. I am not sure about the JDBC communication over internet will be possible or not, if possible then the connection parameters you have provided should work,but the consideration is that you have the connectivity established. In this case your default communication port should be the db port.
    As you said, you are planning to use VPN connectivity, in that case, I believe , if your client's LAN is accessible to you, then you need not open communication ports, even. But the Database must be accessible through this VPN Client IP. You must have VPN access to Client's Database server from your PI and they must be connected. If you straightaway use VPN IP as the DB IP, then I do not think it will come useful to you.
    Regards,
    Sugata
    Edited by: Netweaver_I3L on Jul 16, 2010 10:54 AM
    Edited by: Netweaver_I3L on Jul 16, 2010 10:57 AM

  • B2B Scenario in  XI.

    Hi All,
    How can we read any EDI from external system into XI?

    Hi,
    Go through these documentations....
    PDF..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/844a9790-0201-0010-31a1-96af21dfc2c6
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00bfe190-0201-0010-5cab-b623ca90e746
    Thread:
    A2A   B2B Scenarios
    B2B Scenario
    Sap documentations:
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/efb540efe68631e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/ca/efb540efe68631e10000000a1550b0/frameset.htm

  • B2B Scenario inputs required..

    Hi All,
    We would like to perform a B2B scenario (SAP R/3 -> PI -> X12 810), So we have a Flat file Invoice Idoc which can be mapped to PI and we want to generate equivalent ANSI X12 810. This is for testing purpose only and we don't have Seeburger adapter.
    Can we implement this scenario? If so please let us know how to proceed
    Thanks
    Ramani

    >
    > We are not having Conversion agent as well. So we would  do the Java mapping, but at the receiver end can we use a file adapter? I believe we need to specify all the content conversion parameters ryt? Which would be a File - to - File scenario?
    >
    > Is that right?
    Yes you can use File adapter at receiver end,but JAVA Mapping have to give output in the form of X12 staructure, it is going to be a tough logic to implement,but we can do it.
    for referece saptechnicaldotcome one article availble on the same, it will help you to go further.
    Regards,
    Raj

  • B2B Scenarios?? Urgent

    Hi XI experts..
    Anybody explain about Busines 2 business scenarios..
    what are necessary steps i should follow to develop B2B Scenarios. Compare to A2A.
    Share to me Some Real Time Example's..
    Thanks,
    RAJU

    Hi Rajshekar,
    B2B scenarios come in to picture when communication is between two Organizations or parties.
    A2A - application 2 application:
    this is a integration like let's say, you have 2 systems in your company: ERP & accounting system. And you want to send data from ERP to acconting system. This happens inside your company, so it is sol called A2A.
    B2B - business 2 business
    Let's say, there are 2 companies, and they have a different systems, which need to be integrated. For Ex: your client is using SAP R/3 and their customer is having some other technology. they want to integrate each Appications. this is B2B.
    "B2B" is contemporary shorthand for a longtime sales practice called business-to-business. B2B transactions primarily target companies and other wholesale buyers, while transactions targeting individuals are called B2C, or business-to-customer. Many organizations have both B2B and B2C components, but it's not unusual for a company to specialize in B2B services or sales. In fact, the vast majority of products and services sold are considered to be B2B in nature.
    One major reason for the popularity of B2B sales and services is sheer volume. An individual customer may visit a clothing manufacturer's website catalog and order two pairs of shoes or a sweater. The buyer for a national chain of clothing stores, however, may order 5,000 pairs of shoes and 2,000 sweaters. Without a B2B component, the manufacturer would have lost out on a very lucrative sale. This is why many companies provide B2B options alongside the B2C offerings at their websites and other outlets.
    B2B sales are also generated by providing a specialized product line or service not available to the general public. This form of B2B transaction is very common in the manufacturing world. A company which produces shaving cream in cans, for example, may need a specific plastic nozzle. Several plastic injection molding companies would send sales representatives to pitch their particular designs. These nozzles would be useless for individual customers, but a manufacturer may order thousands of them.
    With the growth in electronic communications, B2B has taken on even more importance. Instead of simply focusing on business-to-business sales, modern corporations are conducting other financial transactions online. B2B communications are now being used to promote investment, trade stocks and form financial alliances. Because the price of these transactions is far beyond the reach of most individuals, there is no equivalent business-to-customer option available. Some B2B transactions handled electronically can literally run into the billions of dollars.
    Refer these links..
    /people/shailesh.mane/blog/2006/06/27/b2b-configuration-part-i--creating-an-integration-scenario
    /people/shailesh.mane/blog/2006/06/29/b2b-configuration-part-ii--creating-the-configuration-using-the-automated-configuration-tool
    /people/james.guanzon/blog/2006/02/22/how-to-support-industry-standards-in-xi-part-i-of-iii--interfaces
    /people/james.guanzon/blog/2006/03/23/how-to-support-industry-standards-in-xi-part-ii-of-iii--mapping
    /people/james.guanzon/blog/2006/09/09/how-to-support-industry-standards-in-xi-part-iii-of-iii--config-test
    B2B Integration
    Integration Scenario Configuator and Business Services (B2B)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c189119d-0801-0010-a6a2-f0b010e727ac?prtmode=navigate
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi - Invoke Webservices using SAPXI
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-
    a651295aeaa9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-
    a651295aeaa9
    Some blogs that will help you configure B2B scenarios;
    /people/shabarish.vijayakumar/blog/2006/09/08/b2b-and-the-hype-about-the-party
    /people/shabarish.vijayakumar/blog/2006/09/13/wanna-party
    http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi - Invoke Webservices using SAPXI
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-
    a651295aeaa9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-
    a651295aeaa9
    http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm
    Regards,
    Vinod.

  • Displaying same JSP page with different views based on BOB and B2B scenario

    Hi Experts,
    I have a requirement where, in the orderstatusdetails.jsp i want to add a button only for a BOB(OOB) scenario but not for the B2B scenario. I know how to display diffenretly by adding the code       
    mybom.getShop().getscenario()
    in the action class i use and putting the codintion OOB or B2B but How can i code in JSP for this requirement? Can you please help me how to do it?
    Thanks a lot in Advance!!!!!
    Regards,
    Lakshman.

    Hello LRG,
    Almost anything you can do in a Java class can be done in a JSP - but it is always recommended you do less of coding in the JSP. But this is an exception you can do in the JSP
    All the inport classes required for this piece of code you have referred can be added to the page import in JSP. For example if you need the class UserSessionData then
    <%@ page import=u2018com.sap.isa.core.UserSessionDatau2019 %>
    will do the job in the JSP. Once you have all the required imports then it is just a matter of adding the piece of code in a Java scriptlet to get the scenario.
    <%
    //Code copied from the message reply by Michael Meyer
    UserSessionData dt = UserSessionData.getUserSessionData(request.getSession());
    BusinessObjectManager mgm = (BusinessObjectManager)dt.getBOM(BusinessObjectManager.ISACORE_BOM);
    String scenario = mgm.getShop().getScenario();
    %>
    After this, is determined in any page, use the variable scenario, use it in a if clause and surround the button with that if clause.
    <% if (scenario == BOBSCENARIO) { %>
      //HTML code in the JSP here for the button when the scenario is BOB
    <% } else { %>
      //More HTML JSP code if the scenario is not BOB
    <% } %>
    Hope this is what you wanted.
    Easwar Ram
    http://www.parxlns.com

  • A2A   B2B Scenarios

    Hi XI experts
    I'm new to XI , i'm taking corporate training on XI....
    in the indtroduction part....Xi is process integration technology and platform  for A2A  B2B  Scenarios.
    my question is what is A2A  B2B Scenarios.

    hello peravalli...
    i wud like u to go thru' this thread....
    https://forums.sdn.sap.com/rss/rssmessages.jsp?threadID=62076
    might help u...
    regards..
    vishal

  • Difference between A2A and B2B scenarios.

    hi,
    i want to know what is difference between A2A and B2B scenarios.
    plz give me some examples if possible.
    thanks and regards
    vijender

    Hi VIJENDER SRIRAMOJU ,
    SAP XI is an integration technology and platformu2026
    u2026for SAP and non-SAP applications.
    u2026for A2A and B2B scenarios.
    u2026for asynchronous and synchronous communication.
    u2026for cross-component Business Process Management.
    The following websites wil answer u'r questions :
    SAP Exchange Infrastructure: Process-Centric Collaboration
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ed49db90-0201-0010-c4a5-c520866a19c7
    Application to Application scenarios :
    Tutorial: Developing XI Content for A2A Processes
    http://help.sap.com/saphelp_nw2004s/helpdata/en/66/58934257a5c96ae10000000a155106/content.htm
    Business-to-Business Processes:
    Enabling Business-to-Business Processes
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7a/c76642804a173be10000000a155106/frameset.htm
    Standards Required to Support XML-Based B2B Integration
    http://xml.coverpages.org/rosettanetStandardsForIntegration.pdf
    B2B and Industry Standards Support
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/00bfe190-0201-0010-5cab-b623ca90e746

  • About B2B scenario?

    Hi Experts,
    I am new to B2B sceanrios. I understand the basics that it is for communicating between two external systems, i.e outside the firewall.
    But for using the B2B scenarios what kind of adapters can be used? And i am not able to find any test scenarios for this. Can you give me link or document showing the step by step procedure for B2B scenarios?
    Thanks in advance
    Regards,
    Lavanya R

    Hi Lavanya,
    About EDI and AS2.
    Third party adapters are provided by Seeburger which is used to integrate EDI scenarios. Adapters are AS2,VAN,OFTPS,X400.
    Seeburger EDI Adapter provides an EDI solution on internet via HTTP or AS2 to replace the expensive VAN. It provides some pre-built mappings for IDOC to ANSI X12(810,850,855,856 etc.,) and Idoc to EDIFACT(ORDERS,DESADV,INVOIC etc.,) and has the ability to build your own. These pre-defined mappings transform the IDOC-XML to EDI-XML format.
    These transformed EDI-XML messages are then converted to EDI specific format using the Seeburger's BIC(Business Integration Converter)adapter. In addition, Seeburger provides adapters like AS2,FTP(EDI specific) and so on to route these EDI messages to external EDI Partners.
    Seeburger EDI Adapter leverages SAP XI's Adapter Framework. This Adapter is used to perform conversion between EDI and XML format. It also provides some canned EDI layouts and the ability to build your own. It is used to transfer the EDI message via HTTP or AS2 protocols.
    The most direct way of using the Seeburger adapters is to configure the BIC as a module. There is a software component from seeburger called bicmapper which will allow you to do the following:
    1. define or import the inbound message metadefinition in various formats ( edifact, xml,...)
    2. using a mapping create an xml variant as the output metadefinition or edifact in the other direction.
    3. create a one to one mapping between input en output.
    4. export the metadata in xsd or sda format for import in XI
    5. generate an SDA which can be deployed in XI and used as a module.
    Please go through the following links which clearly explains what you want and it also helps you in understanding the same in depth:
    http://www.seeburger.com
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    B2B(EDI) Integration using SAP Netweaver XI and Seeburger AS2 Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf
    SEEBURGER EDI adapter
    Re: Pls.. Help Needed.. Seeburger Mapping Names..!!
    Re: Seeburger AS2 adapter...
    Re: AS2 Module tab.. Mapping Names for modified Standard Msg types ? ? BIC ??
    AS2 adpater-- Configuration details for both SND and RCV.
    AS2 Sender Adapter -- Need few details.
    Regards
    srinivas

Maybe you are looking for

  • Document splitting: Items for clearing 0010/100062508/2010/001 not found

    HI Gurus, I hava issue with FC valuation. I have done configurtin for FC Valuation of GL A/c i.e, Long Term loan paybles which is created as Open Item management. It is working fine post the entries at the end of May and reversed  the same on 01.06.2

  • Watching video on screenand thru the output

    Is there any way to watch the video on both the screen and thru the video out? I have a monitor set up in my car and i would also like to be able to watch video on both. I know it's not possible as is but are there any hacks?

  • OBIEE users have full access unfort.

    Hi guys, its my first query. I am a newbie. My company bought BIEE. I did the configurations and connected it our Active Directory. Problem is, everyone see everything in the forlders (analysis, dashboards etc...) I will create roles/policies and any

  • All-of-Sudden file hangs on PC.  After saving on Mac. Used to take file between systems. What gives?

    I began a project on AE CC on my PC with most updated version of After Effects. I have been moving this project between my PC and Mac with no problem  --  for 8 months. No plug-ins used. All of a sudden the file will HANG on the PC. This occurred aft

  • How to get X-FI to actually work on Vi

    1. Uninstall Creative Programs 2. Uninstall Creative Drivers 3. Use Driver Sweeper to clean the last traces of 'em off 4. Install Daniel K's drivers. Fixed everything for me. Stupid musical-chairs bug with the speaker channels sometimes rotating one