Scenerio without business system

Hi guruz,
how many  type of scenerio we can create without business system and business service.
like example file to jdbc scenerio ,at reciver side jdbc adapter is there . we can give all the parameters in adapters configuration(like db name ,connection string,driver name ,server address etc) .  please correct me if  iam wrong .so what is the need of business system .
OR is it possible to do like this or not?
help me.
warm regards.

hi,
in case you want to connect to any database system, the JDBC adapter is used.When you want to read or insert/update data into database you should use the jdbc adapter . Also when you want to do the lookup into data base table from UDF( user defined function) you should use jdbc adapter .
For mode details on jdbc adapter refer the following link .
/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter
for more ref: http://help.sap.com/saphelp_nw04/helpdata/en/22/b4d13b633f7748b4d34f3191529946/content.htm
When you want to read or insert/update data into database you should use the jdbc adapter . Also when you want to do the lookup into data base table from UDF( user defined function) you should use jdbc adapter .
For mode details on jdbc adapter refer the following link .
/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter
We use this adapter to connect database systems using the JDBC driver. We need to deploy JDBC driver Deploy JDBC Driver using the link
http://help.sap.com/saphelp_nw04/helpdata/en/80/4f34c587f05048adee640f4c346417/frameset.htm
U will find all the details including how to configure sender JDBC adapter + receiver JDBC adapter:
http://help.sap.com/saphelp_nw04/helpdata/en/e2/cb610b230c9c4cb4b800989196b63a/frameset.htm
U can Start your hands on with:
FILE to JDBC Adapter using SAP XI 3.0-
/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
Thanks,
Vijaya.

Similar Messages

  • Business System with or without Party

    Hello,
    I've a interface RFC to JDBC syncrhonous
    I've two CC sender (RFC) for the same interface, one for each client. The test for one client is ok however the test in other client result with the follow error:
    'aternativeServiceIdentifier: party/servce from channel configuration are not equal to party/service from lookup of alternativeServiceIdentifier..', I have seen the 730870 note (Q26) but i don't see how solved my problem.
    1.- Somebody can explain me the difference betwen using business system with party or business system without party in the integration directory?
    Thanks very much.

    >
    silvia diego wrote:
    > Hello,
    >
    >
    > I've a interface RFC to JDBC syncrhonous
    > I've two CC sender (RFC) for the same interface, one for each client. The test for one client is ok however the test in other client result with the follow error:
    >
    > 'aternativeServiceIdentifier: party/servce from channel configuration are not equal to party/service from lookup of alternativeServiceIdentifier..', I have seen the 730870 note (Q26) but i don't see how solved my problem.
    /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009
    >
    > 1.- Somebody can explain me the difference betwen using business system with party or business system without party in the integration directory?
    >
    > Thanks very much.
    in you case you dont ahve to use a part. You have different Business services.
    Configure you RFC adapters, one for each client.
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

  • Business system/service Service without party: info needed

    Hi,
    I am a newbie in XI world. I have a scenario of interfacing a 3rd party system to R/3 via XI. This system will dump a file to XI which needs to be converted to IDOC for R/3 use and later an outbound interface should send some data in a file format to this 3rd party system.
    As per various blogs, I have managed to define business system and basid IR config. Since this a 2 way asyncronous interface,  I wanted to know
    1> In XI, do I need to create a separate Buss System for 3rd Party sender interface( legacy->XI->R/3)
    and a new Buss system for 3rd party Receiver interface.(R/3->Xi>Legacy). However in R/3 should I can create only one and assign the inbound/outbound IDOC partner profiles. ( But do the names of legacy systems in R/3 and XI have to be same)
    2> What is the difference between Party and Service without Party( I saw these in ID). Do I need to define party for my interface scenario. If yes, How?
    3> For testing, I wanted XI to pick files from my desktop and then post to R/3. As per various sdn threads, I realise, I need to give the IP of my PC and use Service without party. Since I am new in this area, I do not know how to define this serv-without party for my scenario. Any blogs or threads which define this would be very helpful.
    Appreciate your help and time.
    Helpful answers will be rewarded.
    Thanks and regards
    Shirin

    Hi Shirin,
    For 3rd party sysytems u can directly configure in ID under bussiness service
    we will choose 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
    we will choose 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
    communication party (party for short) represents a larger unit, which is involved in a collaborative process. Using a communication party, you generally address a company within a cross-company process.That means we use party only when we r using B2B communcation.for example communication of two diffrent organization who r having different landscape.
    The matter of Party comes only when there are number of partners included in the environment. Thats usually happens in B2B systems. The services without party usually happens in normal A2A systems; were normal applications handle the message processing between systems and no multiple partners are interested in same data that are been handled.
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    Business System : It is registered in SLD,We should have all the technical details to use
    it, A business system is something that physicallu exists. generally for R/3 applications
    we use this one.
    Business Service : When we don't have all the technical details then we use the business
    service, it is mostly used for B2B scenarios.
    In ID objects tab in Business service is there, there right click and create the new business service, and fill the details like interface,...
    BUSINESS SERVICE CREATION STEPS:
    You can create the Business Service in ID itself.It is an abstract unit and it will act as Business System while exchanging the messages.In ID goto Service Without Party>Choose Business Service>Right Click and say as New>Give Servie Name as your Naming Conventions and choose u r configuration Scenario to adding the same> click on create>It will create the service and u can edit the service>u can find the tabs Receiver,Sender and etc--> Add ur Inbound/Outbound interfaces and corresponding Communication channels.
    Regards,
    Vinod.

  • Logical System Name Not appearing in the Business System

    Hi,
    Initially we had created a Technical system with Client 700 without a "Logical System Name" in SLD. hence the 'logical system name' in 'business system' was also Blank.
    Now, since we are implementing the IDOC to file scenario; we need to maintain the "Logical System Name" in the client and which in turn should reflect in our Business System in SLD.
    Though we maintained the Logical System Name in the Technical System --> Client --> Logical System Name; we are unable to see the same(Logical System Name) in Business System ('Integration' tab)
    Please also note that Business System is of the ROLE: Integration server.
    When we go to business system in SLD ---Integrtaion tab ---Logical System Name -- is still blank.
    Can anyone please help us to update the 'Logical system name' in Business System in SLD?
    Regards,
    Rehan

    Hi Sunil,
    I followed your link till
    Bussiness System -> select your bussiness System -> in Below pane u will find Details of your bussiness system ->amongs the various tabs available select Integration Tab->U will See option for technical system beside that u will see option for change ->click this ->u will be taken to Logical system ->there u define u r logical syatem name and then save the entries.
    When I clicked the option chnage ---> "Change Associated Technical System" appeared, It didn't take me to Logical system.
    But in turn I clicked hyperlink corresponding to Technical systems, it took me to technical system --> clients tab --I have entered the Logical system name.
    When I go back to Business system again its not showing the Logical system name in Integration tab.
    regards,
    rehan

  • Error while assigning Business Systems in Integration Directory

    Hi,
    I'm getting an error when trying to assign the business systems in the integration directory.
    The error i'm getting exactly is "access to object list of type BusinessSystem using the internalEOAService BusinesSystemAccessor failed " .
    I've cleared the SLD_cache and checked it but the same error.
    The business systems are appearing when i tried the transaction code SLD_CHECK and is in green status.
    what might be the error.

    Hey
    just want to make sure,are u using communication channel with party or without party.
    also make sure that user has sufficient authorizations
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/51104159ecef23e10000000a155106/content.htm
    Thanx
    Ahmad
    Message was edited by:
            Ahmad

  • Error while deleting the business system in SLD

    HI
    I am trying to delete the business system in SLD and encountering the following error .
    if some one has any idea as to why is this error occuring
    java.lang.NullPointerException at com.sap.sld.wd.businesssystem.BusinessSystem.removeXIIntegrationServer(BusinessSystem.java:497) at com.sap.sld.wd.businesssystem.wdp.InternalBusinessSystem.removeXIIntegrationServer(InternalBusinessSystem.java:474) at com.sap.sld.wd.businesssystem.BusinessSystemMainView.RemoveOk(BusinessSystemMainView.java:450) at com.sap.sld.wd.businesssystem.wdp.InternalBusinessSystemMainView.wdInvokeEventHandler(InternalBusinessSystemMainView.java:477) at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at com.sap.tc.webdynpro.clientserver.event.CustomEventProcessor.handleServerEvent(CustomEventProcessor.java:45) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleServiceEvent(WindowPhaseModel.java:361) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:128) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processPhaseLoop(WebDynproWindow.java:341) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:152) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:297) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:706) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:660) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:228) at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:47) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Thanks
    Nikhil

    hi Nikhil,
    Null pointer errors are difficult to correct as is
    If you have imported the BS from some other system make sure the BS has been imported correctly without errors & any Tech systems attached to it exist.
    sachin.

  • Cost centre without business area

    Hi All,
    I have document splitting with business area and profit centre mandatory, along with this i have configured business area wise FSV in OBY6.
    We have  configured 10 business areas and 5 profit centres, but i have  created cost centres without business area and i dontwant to create cost centres with business area becoz junk master data in system and no control to users. also i have done configuration in OKB9 for automatic posting expences account with the combination of valuation area-business area- & cost centre, but when we are posting any financial document though MM or SD transactions like PGI or MIGO for service, system is not allowing to post financial document without business area cost centres. Error "Business Area XXXX / Cost centre XXXX is not assigned".
    After all analysis i came to know that, if we have cost centre with business area then only we can move with this set of configuration. Is it right?
    In No. what need to be done. basically we dont want to create cost centres for all Business Area
    Thanks in Advance,
    Sahil

    Hi,
    If you are not ready to maintain BA in CC master you should write Substitution / you should maintain derivation rule for deriving business area.
    Regards,
    Viswa

  • Creating a Business system in the SLD

    I am receiving an error message when trying to create a business system in the SLD. The error is "The selected client has an associated logical system nae that is already  used for another business system. Select a different client."
    Here is my issue. The business system that I am creating is for our R/3 4.6C production system. I currently have a business system for our R/3 4.6C quality system. Our prodution and quality R/3 systems do have the same logical system name and client number. This is because we recreate our qaulity R/3 system from our production system.
    So, the question is, How do I create a business system in the SLD for my production R/3 system when the logical system name is used assoicated with and business system.
    I should add that all my R/3 systems have been created as technical systems without any problems.
    Thanks,
    Jim

    It is recommended to have all ALE names unique.
    If it is not possible the following workaround can be used.
    Create one system in SLD (business system/technical system) which contains the ALE name. Proposal: The production system
    Create the other systems(dev/QA) without the ALE name
    During configuration the production system will be configured as usual.
    For Dev/QA systems: Define in the receiver agreement the header mapping and use The Receiver service to reference the production system. Because you reference the production system the ALE name of the production system will be used to fill the idoc.

  • SLD: Adjust / Add logical system name for Business System [XI 3.0]

    Hi,
    In the <b>System Landscape Directory</b>, is it possible to adjust the logical system name of an already created business system?
    I found in the content maintenance in Subset="All Classes", Class=SAP_BCClient" --> <MY_BUSINESSSYSTEM_ENTRY> the only possibility to add information on the logical system name of a business system.
    Unfortunately, the information provided in the BCClient Entry is not forwarded to the Business System Entry for my Business System in the Business Landscape View of the SLD...
    Is there another possibility to add the logical system name to an exisiting business system?
    Regards
    Kristian

    In a third party business system, it is not possible to add a logical system, but you can delete the business system and recreate it with the same name without problems.
    After assigning a new logical system to a business system, you have to go to the integration directory and reload the logical system for the business system. Therefore open the Business System in change mode and maintain the Logical System with menu service -> Adapterspecific Identifiers.
    Regards
    Stefan

  • Business  system for idoc reciver communication channel.

    hi gurus,
    iam doing one file to idoc scenerio.
    for defining reciver idoc adapter ,which type of businees system i required that is configured in SLD.
    pls guide me .
    warm regards.

    Hi
    You can use th Buiness system as a receiver for IDOC.
    Making sure
    1. the LS of the system(R/3) is same in the SLD and it is also reflecting in the adapter specific attributes in the ID.
    2. Use the same LS name for the BS pointng to FIle in the SLD.
    Complete the IDOC configuration from XI
    1. Create the RFC dest from XI to ECC
    2. Create the Trfc port and call this RFC dest created..
    3. Use this Trfc port in the IDOC receiver
    On ECC:
    Make sure the Partner Profiles is created properly.
    it is suggested to use always the business systems when you deal with IDOC and Proxies.
    Edited by: Nisar Khan on Feb 27, 2008 1:31 PM

  • Business systems not showing in I.D( Integration Directory)

    Hi Guys,
    I Completed the Configuration up to I.R( Integration Repository). in integration Directory i created a scenario. under Service without party when i am trying to assign Business systems. it is not showing any Business Systems. i already Created Business systems in S.L.D. any body have any idea why it is Happing. Thanks in advance.
    Thanks
    Kiran.B

    Go to Objects tab and find your Buss. System. Right click on this and select add to scenario. Buss. system should be imported into ID only once.
    If you cant find your Buss system in ID, then use the menu Environment --> Clear SLD data Cache.
    Regards,
    Jai Shankar

  • Problem in assign business systems in IB configuration

    Hi ,
    I have defined Technical systems,business systems properly in SLD and i also able to import my software components in Integragion Repository. i have defined all the data type , msgs types ,msg interface,msg mappings properly in IR.
    But my problem is when iam trying to assign business systems in IB configuration scenario.
    Business system list is not appearing in IB configuration.
    Thanks
    Hari

    Hi,
    Check the following..
    1) Check Whether that BS is already is Assigned to Another Scenario
    2) If it is Assigned to another scenario means, goto Objects TAB -
    Expand Service With out Party
    Business sysemRight click---Add to scenario( Select ur scenario)
    3) Do SLD Cache through Envoronment----SLD Cache
    once you do this..
    1) Expand Your Config Scenario--Service Without Party-Business SystemRight clickAssign
    2) Say Continue-Say Continue Select ur BS
    3) Un check the Check Box Bottom of the Window
    go throgh these blogs too..
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    /people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena
    Thanks,
    Vijaya.

  • SLD Business system not appearinn in Integration Directory Configuration

    Hello,
    I have configured a business system in SLD(defined a Technical system,assigned it to a business system),but when i go to
    Integration directory and assign a business system without a partner,I am not able to see this business system.
    can any one please help.
    regards
    kaushik

    environment -> clear SLD cache

  • Cannot see business system in integration directory.

    Hi all,
    I am trying to configure a simple file to idoc scenario (from the starter pack) . I have created a third party technical system and assigned it to a business system.
    I have configured the scenario as given in the exercise scenario in the integration repository.
    In the Integration directory, i create a new configuration scenario . Now i go into the service without party , and try to assign a business system . However, here , in the list of business systems available from the SLD, i cannot see my business system . Could anybody help me find out why this is happening ?
    p.s. while creating the technical system , i have given 'localhost' as host, since i didnt know what to give here and thats what most other technical systems in the SLD contained. could this be the problem ?
    Thanks,
    Joe.

    Looks like the much abused points system is having a bad day on SDN
    I am glad actually - will keep the spammers away
    A Thank You is all that drives and should drive SDN
    Regards
    Bhavesh

  • Assign Business System in Integration Directory

    Hi all,
    i have basic question.
    in my ID, there are some configuration scenarios.
    for example, the left side look like,
    in case,one of Business System created on SLD was assigned to one of configuration scenarios,
    i would need to assign same business system into Business System in Service Without Party in another configuration scenarios, it was not possible to assign.
    can i assign BS1 to several configuration  scenarios?
    or should i create Main scenario in order to define communication channel?
    thanks in advance
    venjamin

    Hi venjamin
    Yes, you can assign the same business system to different configuration scenarios.
    to do this there are 2 ways.
    1. Open the cofiguration scenario to which the business system has already been  assigned.
    Right Click on the Business System> Add to Scenario> Select the scenario to which you want to
    assign your business system.
    2. Select the objects tab>service without party> business system> your business system> right click-->
    assign to scenario and then select your scenario.
    Hope this helps,
    Regards,
    bhavesh
    Message was edited by: Bhavesh Kantilal

Maybe you are looking for