Busines service and Party

Hi Frnds,
  1)   We Must define business service in party
  2)   We can communicate with one business system  with   Business service
3)  when we are having true business systems  can we  go with service without party ( A2A)
4) What is meant by Party . Is it used within the Company or It is used  to communicate between different companies.

> We Must define business service in party
We create party when two diff co. will communicate.
>when we are having true business systems can we go with service without party ( A2A)
If you have Business systems then u have to go with B. Sys and need to configure in SLD
>What is meant by Party . Is it used within the Company or It is used to communicate between different companies.
It is used b/w diff companies.

Similar Messages

  • Transport - Business services and Party components

    Hi Folks ...
    My SLD has Business systems with different names for each of my environment .
    e.g. - ECC_DEV -> ECC_QAS ->ECC_PRD
    and the transport targets takes care of the name changes when the objects are transported.
    How can I use the same concept for Business services and Party services. these objects do not have an entry in the SLD hence i cannot use the transport target concept.
    I Would like my services (both with and without party) to have different names in deifferent environments -\e.g. - BS_DEV -> BS_QAS -> BS_PRD.
    Possible?
    Regards,
    Arvind R

    Hi,
    >>>Possible?
    yes&no
    - transport targets work only with business systems
    - if you want to change changed names you can always
    create a business system instead of a business service
    but just make it third party business system
    this way it will work later on
    Regards,
    Michal Krawczyk

  • Business service and party

    business systems are logical names to technical systems
    what are business service and party explain with simple example.

    Hi
    business systems are logical names to technical systems
    what are business service and party explain with simple example
    Business service are abstract of senders and receivers which does not point to any Technical system or SLD components. This is useful when you are trying to achieve Cross Company integration or B2B.
    When you are not able to define system in landscape for a system refer to another location use business service for that.
    Example
    Company A Location A ERP1wants to integrate with Company B Location B ERP2
    Now you are not having ERP2 in Company A landscape then you can rely on Business service for ERP2 and Business system for ERP1 in Company A landscape. (Service without party)
    Company A can use Company B as a party as well. Then this will be considered as Third party communication and you can have components with Party.
    Refer
    http://help.sap.com/saphelp_nw70/helpdata/EN/c7/301640033ae569e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/c817d9d2296bb2e10000000a1553f6/frameset.htm
    Thanks
    Gaurav

  • Service Contract header, line level and party data report.

    Using 11.5.9.
    In Service Contracts Module, trying to create a query that extracts header data, party data (role and name) and the name of the service from the lines/account tab, ie Full Service, Gold Service etc...
    Created query that retrieve Service Contract header and party data, but when I try to join to mtl_system_items_b, I am getting a product description instead of the name of the service. I also include code below this that pulls in the lines from the lines/account tab which captures line 1.1 and has the correct service name. Note this code does not have the header data and party data built into it, but I am willing to modify either piece of code to create the need join and get the data returned.
    SELECT
    distinct (okhb.contract_number)     contract_number,
    nvl(okhb.contract_number_modifier,'-') contract_modifier,
    okhb.sts_code,
    okhb.start_date     start_date,
    okhb.end_date          end_date,
    okprb.rle_code ROLE,
    msib.description,
    (msib.segment1) item_number,
    hp.party_name
    FROM
    hz_party_sites ps,
    hz_party_sites ps9,
    hz_locations l,
    hz_locations l9,
    hz_cust_acct_sites_all ca,
    hz_cust_acct_sites_all ca9,
    hz_cust_site_uses_all cs,
    hz_cust_site_uses_all cs9,
    hz_parties hp,
    hz_parties hp9,
    okc_rules_b orb,
    okc_rules_b orb9,
    okc_rule_groups_b ogb,
    okc_k_headers_b okhb,
    okc_k_party_roles_b okprb,
    okc_k_lines_b oklb,
    ra_customer_Trx_all rcta,
    mtl_system_items_b msib
    WHERE
    PS.LOCATION_ID = L.LOCATION_ID AND
    ps9.location_id = l9.location_id and
    L.CONTENT_SOURCE_TYPE = 'USER_ENTERED' AND
    l9.content_source_type = 'USER_ENTERED' and
    PS.PARTY_SITE_ID = CA.PARTY_SITE_ID AND
    ps9.party_site_id = ca9.party_site_id and
    CA.CUST_ACCT_SITE_ID = CS.CUST_ACCT_SITE_ID and
    ca9.cust_acct_site_id = cs9.cust_acct_site_id and
    ps9.party_id = hp9.party_id and
    ps.party_id = hp.party_id and
    cs.site_use_id=orb.object1_id1 and
    cs9.site_use_id = orb9.object1_id1 and
    orb.jtot_object1_code in ('OKX_SHIPTO'/*,'OKX_BILLTO'*/) and
    orb9.jtot_object1_code = 'OKX_BILLTO' and
    orb.rgp_id = ogb.id and
    orb9.rgp_id = ogb.id and
    okhb.id = okprb.chr_id and
    msib.inventory_item_id = orb.object1_id1 and
    okhb.contract_number = rcta.interface_header_attribute1 and
    nvl(okhb.contract_number_modifier,'-') = nvl(rcta.interface_header_attribute2,0) and
    ogb.chr_id = okhb.id and
    okhb.sts_code = 'ACTIVE' and
    okhb.contract_number in ('VO-7001','VO-7078') and
    okprb.rle_code in ('CUSTOMER','END_USER')
    --oklb.line_number||'.'||oklbs.line_number = '1.1'
    order by okhb.contract_number;
    select
         to_char(oklb.line_number)||'.'||to_char(oklbs.line_number) subline_number,
    okhb.contract_number,
         okhb.sts_code,
    (msi.segment1) item_number,
         msi.description,
         okcis.number_of_items,
    round(months_between(element.date_completed , element.date_start))     billable_days,
         oklbs.start_date          start_date,
         oklbs.end_date          end_date,
         to_date(oklbs.attribute1, 'YYYY/MM/DD HH24:MI:SS')          warranty_start_date,
         to_date(oklbs.attribute2, 'YYYY/MM/DD HH24:MI:SS')          warranty_end_date,
         oklbs.attribute4 sales_order
    from oks_level_elements_v element,
    okc_rules_v rule,     
    okc_rule_groups_v grp,
    oks_bill_cont_lines_v      obcl,
         okc_k_lines_v          oklbs,
         okc_k_items_v               okcis,
         mtl_system_items_vl     msi,
         okc_k_items_v               okci,
         okc_k_lines_v           oklb,
         okc_k_headers_v          okhb,
    OKS_BILL_TRANSACTIONS_V obtrx
    where trunc(element.date_start) = trunc(obcl.date_billed_from) and
    rule.id = element.rul_id and
    rule.rgp_id = grp.id and
    grp.rgp_type = 'KRG' and
    grp.rgd_code = 'SVC_K' and
    grp.cle_id = oklbs.id and
    oklbs.cle_id     = oklb.id      and
         oklbs.lse_id     <> '2'      and
    okhb.sts_code = 'ACTIVE' and
         msi.inventory_item_id = okci.object1_id1 and
         msi.organization_id = 3      and
         okcis.cle_id          = oklbs.id and
         okci.cle_id          = oklb.id and
         obcl.cle_id           = oklb.id      and
         oklb.chr_id           = okhb.id      and
         obcl.btn_id = obtrx.id and
         okhb.contract_number like 'VO-7078' and
    oklb.line_number||'.'||oklbs.line_number = '1.1'
    order by okhb.contract_number, to_number(oklb.line_number), to_number(oklbs.line_number), oklbs.id;
    Code that pulls in the correct description as seen at line level in Service Contracts Module.
    OUTPUT of this query
    CONTRACT_NUMBER     STS_CODE     ITEM_NUMBER     DESCRIPTION
    XX-XXXX     ACTIVE     FULL SERVICE     FULL SERVICE

    I guess you are looking for coverage name. You need to add two more table to join with items like as in
    select inventory_item_id,a.name,a.item_description from mtl_system_Items_b c,okc_k_lines_tl a,okc_k_lines_b b
    where organization_id=<organization_id>
    and contract_item_type_code in ('SERVICE','WARRANTY')
    and a.id=b.id
    and b.chr_id=-1
    and coverage_schedule_id=b.id;
    Thanks
    Nagamohan

  • Difference between party and service without party

    Hi all,
    Please tell me the difference between Service and Service without party  and also let me know what is Business system, Business service and Integration process.
    regards,
    sudha

    Hi Sudha
    <u><b>Party</b></u>
    Party is used to represent a Business Partner (doesnt belong to the current landscape) which is defined in B2B Scenarios.So All the systems/services accociated with the Party are referred only as Services.
    <u><b>Service without Party</b></u>
    It is used to represent any service within the landscape and is used in A2A communication.
    Check the Threads for reference...
    Party & Service without Party
    Diff b/w Party & Service w/o Party in Integration Directory?
    Differenz between services to use
    Party and Service without party
    Use-Case for Business Services (Service Without Party) in SAP XI
    <u><b>Business System</b></u>
    Business system will use only when you defind in SLD to identify your sender or receiver.
    <u><b>Business Service</b></u>
    Business service will use to indetify your sender or reciver if we can't defind in SLD then we need to use the business serivce
    Cheers..
    Vasu
    <u><i><b>** Reward Points if found useful **</b></i></u>

  • Service with party and service without party

    Hi all,
    Can any body please suggest me when do we choose service with party and service without party?
    We have a scenario where i need to use the webservices provided by the third party Java Based system. i am sure that i need to define Business service as technical details of the system are not available in the SLD. Please do correct me as i am configuring this scenario for the first time.
    Any links related to a Web Blog / Thread would be great.
    Thanks and best regards,
    Kulwant Singh

    hi
    1.we go for service without party when we are having A2A communication.
    A2A means application to application communication, it is used when two systems in same landscape try to communicate with each other. Systems in same landscape means both the systems are belongs to same organization or a company.
    Normally in A2A communication sender and receiver is inside one organization and developer have freedom to define communication rules .
    refers to link
    http://help.sap.com/saphelp_nw04s/helpdata/en/66/58934257a5c96ae10000000a155106/content.htm
    2.we go for service withparty when we are having B2B communication
    B2B means Business to Business  communication .It is used when there is exchange of information between two different Parties or companies or landscape.
    When two applications in different companies communicates with each other we call it  B2B Communication.
    in case of B2B every party has it own rules which must be followed if we want to communicate between different organization. 
    refers to link
    http://help.sap.com/saphelp_erp2004/helpdata/en/ca/efb540efe68631e10000000a1550b0/content.htm
    rewardspoints if helpful
    BR
    Kasturika
    Edited by: Kasturika Phukan on Feb 12, 2008 6:06 AM

  • Scenario Configurator and Business Service without party

    HI all
    Quick question. I can't seem to assign a business service(without party) to an A2A connection in the scenario configurator on the ID. I have an email router service I created to push some emails to internal users, and it only allows me to choose Business systems. It does not seem to give the option of using the business services.
    Is that correct, or am I missing something.
    Thanks,
    Chris

    Hi Richard,
    If in IR u had seleced the check box "External party with B2B Communication" under Application Component, only then u may c a business service under the scenario onfigurator.
    So in ur case u couldnt view the business service.
    Regards,
    Prateek

  • Party and party without service

    Hi,
    As per my understanding, the "Party" in IB-Config is mainly used for B2B integration and "Service without Party" is mainly used for A2A integration.
    Under B2B scenario, one won't know the details of the application details of the partner's application, therefor we use "Business Service" , similarly for A2A scenario, one has the knowledge of the applications within the same organization and thereyby we use "Business System" in ID.
    If my above statement is true ,then why do we have "Business System" under "Party" while defining the Collaboration Profile Objects in Integration Directory and similarly why do we have "Business Service" under "Service without party"?
    Thanks
    sahil

    Hi Sahil,
    If you defined Bussines System in SLD with all details ,then we use Bussiness System in IB,its not true that for A2A Scenarios we use Bussiness System ,B2B we use Bussiness Service.
    If its possible to define Your Lnadscape Systems in SLD as WebAsABAP or WebAsJAVA in this case we use Bussiness System,in other case we go for Bussiness Servvice.
    Regards,
    Rraj

  • What is the significance of Party and Service without Party in ID? Help!

    Hi Experts,
        I often get confused with the Party and Service without Party in Integration directory. What is the difference between these two? When to use Party and When to use Service without party?
    Kindly help!
    Thanks
    Gopal

    Hi,
    you need to use a party when you want to change some header fields
    of your XI message (when communicating in B2B scenarios for example)
    with party you can also use IDOC partner profiles other then LS
    (like LI, VN)
    but in most cases in A2A scenarios you never use the party object
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Error in Service with Party and Service without party scenario

    Hi All,
    I  am configuring an external system to customer SAP system scenario.
    I have configured the external file system as Service with Party and the receiving SAP system as Service without party.
    All the configuration including the "Virtual receiver" set up has been done properly but i am still getting the error "No receiver could be determined".
    Can somebody help me on this ?
    Thanks in advance.
    RGds,
    Vasanth.

    Vasanthakumar,
    in my previous experiences with internal/external parties communication, I've found out that the best practice is to create an integration scenario and then create the configuration scenario from scenario wizard. It is much simpler and easier.
    Briefly, you'll have to create a dummy party/service in order to "wrap" your internal system, since the external party should not receive information regarding internal systems (Business system name, for example).
    Regards,
    Henrique.

  • Business service and business system

    Can someone please tell me what is the difference between business service and business system and in which cases are they used respectively?

    Hi,
    Business System
    Business System have an entry in the SLD and Buiness Service do not.
    Business Systems are used when you are sending data to and from an R3 system and can be of ABAP, JAVA and Third Party Types.
    Business System is a logical representation of a Technical System.
    Business Service :
    Business Service is a abstract representation of a System. For instance, www.google.com have a several system working together and IPs of this machines change eventually. When we use a Business Services like google we reference a computer that we don't know the phisical implementation.
    Business Service and Business System difference:-
    What is the difference between Business System and Business Service?
    Difference between Business System and Business Service.
    Difference between Business System and Business Service
    Thanks,
    Satya

  • Use-Case for Business Services (Service Without Party) in SAP XI

    Hi,
    I have a synchronous scenario where I am calling a web Service from SAP R/3 via SAP XI. I have designed the Integration Scenario in the Integration Repository, where I created an A2A role for the R/3 System and a B2B Role for the Web Service. For the Web Service Party in the Integration Directory I use a Business Service unterneath 'Service without Party' as the party for the Web Service is unknown.
    I realized that I cannot assign the Business Service to the defined Web Service Role when I want to use the Integrationscenario-Configurator. This only works when I ceate a Party and create the Business Service underneath this Party.
    I understand that this makes sense when I am having a B2B communication like in this case although I don't have a real external Party for the Web Service.
    But I don't understand for which cases I would create a Business Service underneath the 'Service without Party' as internal Systems are known and can be set-up as Business Systems in the SLD.
    Does anybody have such a case where I use an 'Internal' Business Service? And is there any way that I can use such a Business Service in the Business Integrationscenario-Configurator?
    Thanks in advance.
    Alex

    Hi,
    for creatting a communication channel you will have to have either the Business system, Business service.
    For file systems which are generally just servers come under Business service. This is one of the place where you use Business service.
    Regards
    Vijaya
    Message was edited by: vijaya kumari

  • Business Services and Business System

    What is deffrence between Business Services  and Business System. Which type do I have to choose for File,JDBC,SOAP Receiver/Sender?

    Hi Denis,
    Please go through this link, it has all:
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/6b82cd0d1aef48ab5953524c9cc5b2/content.htm
    Choice depends on which form of integration your are doing. <b><i>Service</i></b> is a Abstract unit for adressing senders or receivers. It is used mainly for test purposes.
    But in real time the data can come from any system in the landscape, therefore they all should be in your SLD.
    Sceanrios involving these third party of other SAP systems need to use <b><i>Business System</i></b> in their integration scenarios.
    I hope if it helps, you'll give me points )
    Thanks & Regards,
    Varun Joshi

  • Business Service Without Party in Integration Scenrio Configurator

    Hi everybody
    I am stucking in a small issue but do not found a related thread.
    Can anybody explain me, why I cannot assign a "Business Service" of typ "Service without Party" to an Application Component? I am try to configure my integration Process and call in the directory Tools --> Transfer Integration Scenario from Integration Repository. In the following Configurator I can only assign Business Systems from SLD or Services with a Party depending on the settings of the Application Component in the Repository (Flag "External Party with B2B Communication"). If you configure the scenario manually it is possible to involve Business Services without party. But I would like to make use of the Wizard and my Customer has a lot of Systems maintained as Business services.
    Any suggestions?
    Regards Oliver

    Hi,
    I have not done this type of task before.. but from the given links
    see the below information was in the above first link
    The following steps are then only required if the application component has at least one connection to a B2B component.
           3.      On the Business Services for B2B tab page, enter the business service that you want to use for B2B communication.
    The integration process service that is already entered on the  Integration Process Service for A2A tab page is then assigned to this business service.
    B2B Component...
           1.      On the Business Services for B2B tab page, assign the business services.
    Use the input help () to select the business services.
           2.      If you want to create a new business service, choose Create Business Service ().
    To assign multiple services simultaneously, choose Input Help () in the toolbar of the table (only when assigning business services and business system services).
    Regards
    Chilla

  • Using Service without party in Inbound Idoc scenario

    Hi Guys,
    Can we use a Service Without Party in an inboud Idoc scenario? I want to create a Business Service without party and use it as a sender service. For the Adapter Specific Identfiers for this service I want to put any arbitrary value for the logical system for Idoc adapter (as there is no business system defined in SLD for this, we cannot get the logical system name from there). Would this work while the Idoc adapter tries to resolve the Sender Service? Would this arbitrary value from the Adapter Specific Identifier be taken for SNDPRN in the Idoc control header?
    Regards,
    Suddha

    Hi,
    You can use Business system or Business Service (Service without Party).
    If you use Business system then there will be direct linking with SLD while in case of Business Service you will have to manually add the Interfaces to the Business service.
    But in case of IDOC sender since communication channel is not required so you can use Business service as well.
    Check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    PrasHanT

Maybe you are looking for

  • Performance issue with Business Objects Java JRC API in CRXI R2 version

    A report is developed using java JRC API in CR XI release 2. When I generate the report in the designer, it took less than 5 seconds to display the results in crystal report viewer inside the designer. But in the QA environment, when I generate the s

  • Error while entering the time card

    Hi, while entering the time card,I am getting the error in APPS.PA_OTC_API api. oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-20020: Pa_Otc_Api ::: ->Validate_Otc_Data->Validate_Process :: Check for quantity being negative. : ORA-

  • Getting Started with Flex and Java RPC for Free?

    Good Morning, Please forgive me if this is the wrong place to post- I'm just having trouble wrapping my head around what is and what isn't available for free in the Adobe Flex world. I've been working on an application for the last few months using O

  • Submitting Forms via Email

    I have created an order form in LiveCycle that i wish to post on my website. I want my customers to be able to open the form directly from the site, fill it in, click submit, and for their form to be emailed directly back to me. I have tried a couple

  • Using a Lucent Wavelan Silver in the PCMCIA slot

    I removed the Lucent Wavelan Silver card from an old Airport Base Station Graphite hoping to make my Powerbook Titanium wireless. After I plugged it in the PCMCIA menu bar icon displayed but the card didn't appear to be functioning. The Network prefe