ABABusinessPartner

I am trying to find Message Type ABABusinessPartner, Namespace http://sap.com/xi/ABA in XI 7.0.  I can see Software Component XI CONTENT SAP_ABA, Version 700 in the SLD Software Catalog, which probably contains this message type.  But when I import the Software Component versions, I did not see it on the list.  Any suggestions would be appreciated.

You are correct that ABABusinessPArtner is located in SWC SAP_ABA. As Thorsten said the SLD definition of the SWC and the Xi Content are two different things. Usually the XI-content of SWC SAP_ABA and SAP_BASIS are imported as part of the post-installation procedure since many other SAP SWCs are dependent on these.
Check out service marketplace under SW distribution center Support Packages and Patches
Support Packages and Patches->" SAP NetWeaver"->SAP NETWEAVER"->SAP NETWEAVER 2004S"->Entry by Component-> Content PI/XI
rgds Johan
rgds Johan

Similar Messages

  • ABABusinessPartner still active and supported??

    Hello community,
    while searching for the relevant Business Partner business obect for ERP we somehow found this one:
    ABABusinessPartner in http://sap.com/xi/ABA.
    This seems to be the only business object offering outbound notifcation on data change (ABABusinessPartnerOut). That is, in ERP bp data is changed and connected systems are informed without request. Only CRM and FI (Inform Business Partner as Bulk) offer similar functionality.
    However: ABABusinessPartner is NOT documented in the ES workplace. You just find nowhere documentation (notn in any Wiki ..) about this business object, which is by the way one of the oldest (2004).
    My question is: is this business object still supported by SAP?
    Thanks a lot and Greetings
    Mark

    Hello Rishu,
    thank you for your answer.
    I mean the SOA business object ABABusinessPartner with its related service operations ABABusinessPartnerIn and ABABusinessPartnerOut not the ERP bsuiness object. You find them in the Enterprise Service Repository but they are not mentioned at all in the ES workplace which makes me wonder if they are still supported.
    Best wishes
    Mark

  • Business partner replication using ABAP proxy

    Hello,
    I want to send vendor master data records from the MDM to SAP SRM. There is a standard ABAP proxy interface in the SRM for this purpose and this proxy is also being used by the standard PI content for MDM.
    Do you have any experience with this interface? I have done some test cases and I missed the logging. In PI I don't get any feedback if the business partner has been created or not. And in case it was not, there is no detailed error description. Neither in SXMB_MONI in the PI nor in the SXMB_MONI in the SRM.
    Is there any other monitoring tool for this interface?
    Would you recommend to use this interface in production, or would you prefer to use the BAPI interface?
    Any comment appreciated.
    BR,
    Jürgen

    Hi Jürgen,
    yes I worked on a similar scenario, we were distributing customers to CRM, which is the dual of vendors in SRM, and at the end is just a different role of the business partner.
    The Proxy I used is the standard proxy ABABusinessPartner, which is part of the standard content, and we never had problem using this object (productive since more than a year).
    What is strange to me is that you do not see any trace in SXMB_MONI, you should see the message in both XI and SRM and when a message is in error you should see the trace there with a description of the issue.
    Regarding Acknowledgement I think you have to configure MDM to request an acknowledgement since the ack only comes back if the first sender of the message request it.
    Hope this help.
    Ciao,
    Sergio

  • 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

  • Proxy to IDOC for BP Data

    Hi Experts,
    I am working on a Proxy to IDoc Interface for Business Partner data.
    Sender : ECC 6.0 (Proxy)
    Receiver: 4.6c (Idoc)
    I have used standard Message type "ABABusinessPartner" as sender.
    And i am mapping this message to DEBMAS and ADRMAS idocs (splitting).
    After making the changes for business partner in transaction BP, It is creating one XML file in sender and splitiing in PI and creating 2 idocs in receiver.
    The problem is, the ADRMAS idoc is not getting any data. Its blank.
    It is fine with DEBMAS, it contains the expected data.
    I have tried passing the control record as constants and selected the option to take the control data from payoad in Cc.
    If required any other info. please let me know.
    Waiting for your inputs , Thanks.
    Regards,
    Naveen

    Thanks for your replies.
    Yes, i am able to see the payload in MONI.
    i have done all the IDX stuff. and i am able to see the idoc in my receiver side.
    i have tested my mapping. Even i am able to see the data in receiver payload.
    and tested the scenario in ID using 'Test configuration'. it is fine.
    I am able to see the idoc in receiving system, but it is failing with error
    "No appropriate entry found in table TSADOBJ".
    I had a check in table TSADOBJ. It contains the entries for BUS1006 (BP Address).
    Regards,
    Naveen

  • Mapping Problem Context Change

    Hi all
    I use Sap ABABusinessPartner to replicate Data.
    Here I have to map only TelephoneNumber where StandardSenderIndicator = X
              partner
              partner
                Telephone
                    StandardSenderIndicator
                    TelephoneNumber
                Telephone
                    TelephoneNumber
              partner
    if context is set to partner Queue of StandardSenderIndicator is <null>;X;<null>
                                           Queue of TelephoneNumber is <null>;Number1 Number2;<null>
    ; means ContextChange
    any Ideas??
    <?xml version="1.0"; encoding="UTF-8"?>
    <ABABusinessPartner >
        <Partner>
            <PartnerRecord>
                <PartnerInformation>
                </PartnerInformation>
            </PartnerRecord>
        </Partner>
    <Partner>
        <PartnerRecord>
            <PartnerInformation>
                <AddressInformation>
                    <Address>
                  <AddressData>
                            <CommunicationInformation>
                                <TelephoneInformation>
                                    <CompleteDataIndicator>X</CompleteDataIndicator>
                                    <Telephone>
                                        <Contact>
                                            <ContactData>
                                                <StandardSenderIndicator>X</StandardSenderIndicator>
                                                <TelephoneNumber>123456</TelephoneNumber>
                                            </ContactData>
                                        </Contact>
                                    </Telephone>
                                    <Telephone>
                                        <Contact>
                                            <ContactData>
                                                <TelephoneNumber>5556666</TelephoneNumber>
                                            </ContactData>
                                        </Contact>
                                    </Telephone>
                                </TelephoneInformation>
                            </CommunicationInformation>
                        </AddressData>
                    </Address>
                </AddressInformation>
            </PartnerInformation>
        </PartnerRecord>
    </Partner>
        <Partner>
            <PartnerRecord>
                <PartnerInformation>
                    <AddressInformation>
                        <Address>
                            <AddressData>
                                <CommunicationInformation>
                                    <TelephoneInformation>
                                        <CompleteDataIndicator>X</CompleteDataIndicator>
                                        <Telephone>
                                            <Contact>
                                                <ContactData>
                                                    <StandardSenderIndicator>X</StandardSenderIndicator>
                                                    <TelephoneNumber>333333</TelephoneNumber>
                                                </ContactData>
                                            </Contact>
                                        </Telephone>
                                    </TelephoneInformation>
                                </CommunicationInformation>
                            </AddressData>
                        </Address>
                    </AddressInformation>
                </PartnerInformation>
            </PartnerRecord>
        </Partner>
    </ABABusinessPartner>

    Hi,
    Telephone
                    StandardSenderIndicator
                    TelephoneNumber
                Telephone
                    TelephoneNumber
    First check if there is a StandardSenderIndicator tag in the source field (exists) and check if it has value X .....now if both conditions are satisfied map the required source element to target.....hopefully your issue will be solved......
    Regards,
    Abhishek.

Maybe you are looking for

  • Internet Exporer 6.0 IE6 not displaying images

    I understand that this is not a Dreamweaver problem, but I'm hoping that someone can help. I have a very basic site built for a client. All that is on the index page is a Banner graphic and a single photo. Both are Jpeg format. Running in IE7 and Fir

  • I'd like a new iPod Classic model

    Is it really too much to ask for one with a larger SSD drive and possibly wireless sync capabilities?  Admittedly, since I got a Sonos the iPod has been relegated to the office but I still use it most days.  What else would you like?

  • HT201335 Airplay does not show on device connected to AppleTV

    I have an iPad with iOS v7.1 My AppleTV shows up as a device on my iPad to mirror but when I select it it does not show up on the screeen.  Any suggestions?

  • Help w/ screwdriver for upgrading SSD

    I have opened my lenovo yoga to upgrade the ssd but don't have a phillips screwdriver small enough for the screws holdingthe metal piece down. I went to radioshack and the smallest they had was 00, which was too big. Ive looked on amazon but am not s

  • Album 1.0 to Elements 4.0

    I currently have about 3,000 pictures saved, sorted and fixed under Adobe Photoshop Album 1.0 (I know, it's old) . I want to install elements 4.0. I was thinking of doing a back-up of Album 1.0 and then a restore of THAT CD on Elements 4.0. Problem i