Testing same interfaces from other Business System

Hi,
Till now we have been testing with BIDCLNT100.
Now we want to continue testing with BIDCLNT200 for which there was no config before.
Apart from adding new Business System for new client in SLD, what is needed to be done in ID to configure interfaces for this client.
Regards,
Anirudh.

Hi Prateek,
I think I also need to add the SWCV which are used for these scenarios to this new BS in SLD.
Please confirm.
Also, will there be any changes in IR?
regards,
Aniurdh.

Similar Messages

  • Accessing data from other SAP system

    Hi experts
    I need to access data from one SAP system from other.  My requirement is , perform applications (programs) in some SAP system, but using/accessing  data from other SAP system .
    For example, when we press F4 we get the match code (search help) for the field ;  that window is alredy created by SAP and it shows the data for that field . Of course the application (ike any other program/application) read the data from the SAP system is being executing ;  well i need execute that match code but show (taking) the data from other SAP system;  i not refer to other MANDT in same system but other SAP system.
    The communication between SAP1 system and SAP2 system is already created from BASIS.
    My doubt is how can i  execute that standard application (search help) but 'invoke' to standard application this take data from other system ?
    I guess i can create Z search help wich call a Z Function (RFC) to get the data required from the other system ;
    or maybe enhance the standar search help to call that Z RFC ;  but standard application search help is already created and this access the data in several ways or places of code , and this has severals sub-windows and search features ; and i just need execute exactly same search help but accesing data from the other SAP system ; so my doubt is, is there some way to indicate to SAP the applications always (wherever) these applications acces the data do it but from other SAP system, 
    like if we 'redirect' the Data Base to other SAP system. 
    SAP1 applications are being executing  -
    >   but all data (records) are taking from SAP2
    Maybe the first suggestion is simply why do not we execute applications in SAP2 instead SAP1 , that's because the version package in SAP2 system (where we have the data) does not support some (non SAP) applications we need to use.
    Excuse the long thread.  Does somebody can help, any idea ?
    Best Regards
    Frank

    Hi Frank,
    Below are my thoughts, these are only conceptual and haven't had an opportunity to try these possibilities, also not sure if this is the right thing.
    1) Create an entry in DBCON using TCode: DBCO for the Database of system SAP2. Now in the application of SAP1 use the "SET CONNECTION" construct as the very first statement, so that consecutive SQL statements will point at the DB of SAP2.
    2) I have read somewhere that the Work Processes are connected to the Default database and i am not sure if you can change this setting, but if you can and provided you have have multiple application servers in your SAP1 landscape, then pick one of the application servers and change the settings on the WP to point at the DB of SAP2, you have the end users login to this particualr app server.
    3) If there are multiple app servers in SAP1 landscape, then choose one of the app servers and change the default database setting to point at DB of SAP2.
    Regards,
    Chen

  • Adding a interface to a Business system

    What permissions do i need to be able to add interfaces ..sender and reciever to a business system. If the business system is defined as a third party system..can i add the sender and reciever interfaces.
    venkat

    Aamir,
    Can you elaborate a bit...what i was looking for was this..when you have a business service...in the tab for reciever i can assing the inbound and/or outbound interfaces.
    Thats what i meant. of course we do have to create the rest of the Configuration items.
    However in my case we are unable to add the inbound and outbound interfaces to the Business system...Why..?
    That was my issue.
    Venkat

  • CRM_Order_maintain not wortking from other SAP system

    Hi ,
    we need to change the msg partner for a support desk msg from webdynpro application.for that we are creating a custom RFC function module, Contains the below coding ,
    CRM_ORDER_MAINTAIN
    CRM_ORDER_SAVE
    BAPI_TRANSACTION_COMMIT
    It is successfully changing the business partner ( msg processor ) in the support desk msg . But if we call this function module from webdynpro it is not creating as such.
    what could be the reason .
    ____________ we checked the following
    1. we called the RFC from other SAP system . it is not working .
    2. we debugged that RFC from R/3 , we found the difference. For the below functional module is not returning any events from R/3 . whereas if we run the FM from solution manager it is exporting events .
    CRM_EVENT_PASS_INFO_EXE_OW

    Hi,
    Did you solve this issue?? if you do? how you do it?
    thanks in advanced.

  • Integration directory : select IDOC interface for WAS business system

    Hi,
    While adding a receiver determination for an WAS business system, I do not get any IDOC based message interface from the design repository proposed for my business system in the popup dialog.
    The only interfaces that appear are for the non SAP standard SWCV that we added to the business system. But no interface for the APPL 5.0 SWCV ( or BASIS 7.0 ) appears.
    In the SLD this component is correctly listed for that WAS .
    If I remove all the default search criteria , eventually, the in terface appears but after selecting it I get a message saying :
    "Message Interface does not exist in any software components installed on this business system "
    Since everything looks ok in the SLD I'm puzzled. How does this look on other systems ?
    Any ideas
    ( The business system was updated from APPL 4.70 / BASIS 6.40 to APPL 5.0 / BASIS 7.00 some time ago but I don't know how it look before the upgrade of the business system )
    rgds
    Dirk

    Hi Bavesh,
    Yes, It's correctly listed.  I did not manually link these components to the technical/business system. This happened automatically by the SLD data collector service. I also cleared the SLD cache several times,
    rgds
    Dirk

  • Reading file structure and path from other local system share in jsp

    Hi,
    I have a requirement where I need to list all the file and folder structure from other shared folder from different path.
    \\tempx\\test , here test is the folder thats shared on tempx folder. if I copy and paste the path "\\tempx\\test" in start->run it opens the file in window. Same could be achived in java with File. However it gives issues in jsp. Please help me to resolve the issue.
    Thanks in advance.

    I am using below code to access share folder in other system and display all the file & directores below the folder. This code works fine in java in windows system, however if I move this in jsp and to Unix box issue appears. Plese guide
    import java.io.*;
    import java.io.File;
    import java.lang.*;
    public class BCMRepo
         public static void main(String args[])
              try
                   File fbcm = new File("\\\\tmp678\\test\\Common");     
                   String strFilename = fbcm.getAbsolutePath();
                   System.out.println("strFilename :"+strFilename);
                   String strFile[] = fbcm.list();
                   if(fbcm.isDirectory())
                             System.out.println("Is directory");
                             for (int i=0;i<strFile.length;i++)
                                  System.out.println(strFile);     
                   else
                             System.out.println("Is not directory");     
              catch(Exception e)
                   System.out.println("Error :"+e);

  • XI server: External XML to SAP interface: No own business system

    Hi, we have inbound XML interfaces into SAP via XI using JMS queues. We have a dev, test and int. test environment. The dev and test environments work OK. The int. test environment has just been set up. The XML appears in the XI server, viewed via monitor SXI_MONITOR. It has a red flag error, within the XML trace, No own business system, seee below for full msg. I've test in config and the receiver is determined correctly. Can anyone help? Using XI version 3.0, SP14.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="CONFIG">LCR_ERROR</SAP:Code>
      <SAP:P1>No own business system</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>No own business system</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    hi,
    have you tried executing TCODE - SLDCHECK
    on your XI ?
    if not check it and see it everything
    is ok over there
    if not check your busines system inside SLD
    Regards,
    michal

  • Creating shopping cart in SRM through an interface from an external system

    Hello,
    i am currenlty working on a SRM implementation at a client and we are looking into
    building an interface for purchase requisitions from an external system to SAP.
    To be able to get these requisitions as a package approved I would want them to go though the
    approval process in SRM. Does anybody know if it is possible to create a shopping cart in SRM through an interface from another system?
    thanks,
    Geert

    SRM has a standard business scenario of PDP PM
    here the external requirements are transferred to SRM for sourcing
    in normal business scenario ECC PR is transferred to SRM which creates a dummy SC or say sourcing SC in SRM which appears in Purchaser's worklist after correct settings
    SRM can work with NON SAP system also
    so logically yr requirement should be possible
    but in ECC PR transfer case the SC created in SRM is already apparoved.
    BR
    Dinesh

  • No interface Idoc in Business system Receiver

    Hello,
    I have one question concerning my interface for receiver.
    My scenarion is File to Idoc and when I configure my receiver determination, and I choose my business system receiver 'BS_ER6CLNT001' I don't find my interface 'CREMAS.CREMAS05' insinde, I have to click first to 'All' and there I find it.
    Is it normal? Because I receive in 'sxmb_moni' the error receiver could not be determined.
    Thank you,
    Mohamed.

    Hi
    This is not like that. It depends on the software component in which you have imported the idoc.
    If the software componet where the idoc was imported ,is included in the Business System then you can find all the interfaces,idocs,rfcs directly.
    In your case you might have imported the CREMAS in a different software component ,which is not included in your Business System.
    You can just check by adding that softwar component to Business System in SLD,then you can
    try in Integration Directory .
    Thanks
    Prasad Nemalikanti

  • Import XI 3.0 Components from other XI system

    Hi Experts,
    New XI Installation was done in the system with Service Pack 14.
    In the team, we had exported all our components in other XI system where we had used earlier (which was with Service Pack 9). Now we want to use all these exported components in the New XI system with SP 14.
    Now I would like to import my component (example My_Test_Component which was exported in Service Pack 9 XI system) in the New XI system with Service Pack 14.
    I logged into Integration Repository and tried with Tools --> Import Design Objects. I could not able to proceed further, regarding the import of those components (which are from Service Pack 9) to new XI system.
    Or
    Should I copy those exported .TPZ files into New XI system?
    Could some one help me, how to resolve this issue.
    Thanks in advance.
    Sree

    Sree,
    After exporting it saves as .tpz file in your export directory of your old system. So go to that location and copy that to the import directory of your new system. Then you click on Tools --> Import Design Objects --> Select your file and activate all of them.
    Before doing this you should have to create the same software component in your new system as in your old system.
    Hope this helps........
    ---Satish

  • SLT Replication for the same table from Multiple Source Systems

    Hello,
    With HANA 1.0 SP03, it is now possible to connect multiple source systems to the same SLT Replication server and from there on to the same schema in SAP HANA - does this mean same table as well? Or will it be different tables?
    My doubt:
    Consider i am replicating the information from KNA1 from 2 Source Systems - say SourceA and SourceB.
    If I have different records in SourceA.KNA1 and SourceB.KNA1, i believe the records will be added during the replication and as a result, the final table has 2 different records.
    Now, if the same record appears in the KNA1 tables from both the sources, the final table should hold only 1 record.
    Also, if the same Customer's record is posted in both the systems with different values, it should add the records.
    How does HANA have a check in this situation?
    Please throw some light on this.

    Hi Vishal,
    i suggest you to take a look to SAP HANA SPS03 Master Guide. There is a comparison table for the three replication technologies available (see page 25).
    For Multi-System Support, there are these values:
    - Trigger-Based Replication (SLT Replication): Multiple source systems to multiple SAP  HANA instances (one  source system can be connected to one SAP HANA schema only)
    So i think that in your case you should consider BO Data Services (losing real-time analytics capabilities of course).
    Regards
    Leopoldo Capasso

  • Reuse Message Interface from others software component in BPM

    Hi.
    I have created new ccBPM scenario, in the first step always receiver step. so in this receiver i want to use message interface (IM) that already difined in others software component.
    Why i can't see this MI from my Integration Process (IP) ? how to configure so i can see all the MI from others software component ?
    Thank you
    Fernand

    Hi,
    Have u added abstract interfaces in Object area(IP).If u specify in object area u can add those interfaces to step.
    If u want to add other SWCV's interfaces u vave to configure usage dependency.
    look into below links for usage dependency:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/e95ac0a0302d56e10000000a422035/frameset.htm
    /people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies

  • Lose interfaces from MRTG monitor system after upgrade.

    After upgrade C7609S routers from:
    c7600rsp72043-adventerprisek9-mz.122-33.SRD4.bin
    to
    c7600rsp72043-adventerprisek9-mz.150-1.S3a.bin
    I lose interface with ip mpls configure form the MRTG SNMP pooling system. cfgmakre not see any more that interfaces (intrefaces fall on ($if_ok) filter). Other interface which not have a ip mpls configured is normally visible in the our MRTG monitoring system.
    From my site it is looks like that interface when I configure ip mpls go to unknown state for MRTG. That interfaces are not any more ethernet type.
    I can reach interface with configure ip mpls only with manual configure *.cfg file with  ifindex value.
    If you now how to fix that problem pleas let me know.
    Best regards,
    Primoz

    Im not a Mac person and dont really know if this will fix it but try re-setting the work area and see if it then sticks.
    Show screen shots if you can.
    Maybe another Mac user can help.
    Glenn

  • We would like to test old deltas from the source system( copied to new)

    Hi Gurus,
    The scenario is
    They will make a DB copy of the Prod system onto a QA system, the Copied system will have
    its system ID changed(SID) to a new one.
    There will be deltas available in the RSA7, as this is a copy of the  3 weeks old prod
    system. Now the delta's will be available on the Copied system pointing to the BW Prod system.
    We would like to test these delta's to BW Dev. why we would like to do the delta's to the
    BW dev system is to check whether we can do system copies without clearing the delta's on
    the source system.
    After the system copy we will do all the activities necessary to reflect the system changes
    a. Like BDLS, We20, we21,ALE checks, RFCDES, RSLOGSYSDEST, RSBASIDOC, etc on the source system to
    reflect the changes of the BW Prod system to BW Dev system.
    b. Likewise, we will perform all the above activities on the BW dev system by changing the
    existing source system to the new source system( performing BDLS,we0, we21, etc)to reflect
    the new Source system with the new (SID).
    c. We will check the source system connection
    d. Replicate the datasources on the new source system
    e. Activate the Transfer rules for the new source system.
    Now for us to do delta's from the new source system to the Bw dev system we need to change
    underlying tables in source system to point the delta's, arfc TID's etc to the BW dev system.
    We can change the entries in the TRFCQOUT, ARFCCSTATE, ARFCDATA tables to point the LUW's and
    destination to the BW dev system.
    What I presume is if we run the BDLS on the Copied system to change the BW prod system to BW
    and also  the underlying Tables for the LUW's and etc will still be pointing to BW Dev. I would
    like to know if this is the case .
    Lastly, appreciate if anyone can say if this is possible to do without having to clear the
    BW delta queue on the source system.

    Hi Ramesh,
    Appreciate a lot for your response, but i would like to know if we can reflect the entries in table RSSDLINIT(Last Valid Initializations to an OLTP Source) and RSSDLINITSEL(Last Valid Initializations to an OLTP Source)  in the BW system on the copied source system
    tables ROOSPRMSC(Control Parameter Per DataSource Channel), ROOSPRMSF(Control Parameter Per DataSource Channel) by executing the ABAP program RSSM_OLTP_INIT_DELTA_UPDATE after we do the BDLS conversion on the new copied source system.
    After the BDLS conversion I reckon the entries in the RSA7 queue, ARFCCSTATE, TRFCQOUT tables willl reflect the BW Development system instead of the BW Production system isnt it.
    response much appreciated.
    Kalyan

  • Data interfacing from 3rd party system to SAP

    Dear all,
    We are going to upload employee masters, including actions, org assignment, personal information and other infotypes from a third-party system to SAP HCM.  May I know what should be the best approach, e.g. BDC, BAPIs, for these kinds of data interfacing?  I am thinking to use....
    BDC for hiring/transfer/termination actions (besides BDC, any other approaches?)
    RH_INSERT_INFTY or RH_UPDATE_INFTY for personal information / other infotypes updates
    However, I have no idea on how to automate updates of OM.  Please kindly share your thought, thank you!
    Best regards,
    Anne

    As I known , there is a interface tool named as IDOC.For more information , please ask your abap team.

Maybe you are looking for

  • How to get all Universes in a folder?

    Hi all, I am trying to get all Universes (or more specifically the count of all Universes) in a folder. This means it has to count all univeses in that folder + all the universes in the sub folders + sub folders of the sub folders and such. How can I

  • Error message saying "iTunes has not been correctly localized for this language"

    When trying to launch iTunes I'm getting an error message saying "iTunes has not been correctly localized for this language.  Please run the English version"?  Any suggestions are much appreciated and thank you in advance!

  • Listening to iPhone music thru iTunes

    I usually use my iPod and do this but I am wondering why I can't do this with my iPhone. My main library is at home and I sync both my iPhone and iPod with that library. When I come into work I plug in both my iPhone and iPod. My music show up thru i

  • Itouch syncing

    I can't get my outlook mail to sync with my itouch when i connect it to my desktop,it will sync the calendar and the contacts.

  • Travel Management FI-TV. Error in TRIP Travel Manager

    Dear Forumers, Why is the error coming out when I press the button "Results" in TRIP after all the data has been entered for calculation, i.e. advance, travel expenses??? The system writes *"Error: E:PT:167 Message #PT167"* Maybe, some customizing ac