BW transferrules; which sourcesystem am i connected to

Hi experts,
we now have two 0bpartner sourcesystems.
In the transferrule for one of those i want to find out which sourcesystem it is connected to.
Of course we can enhance the extractor in the source system but we prefer not to do that.
Is there any system field i can use in the ABAP?
Any other hint?
Marco

Hi Marco
Please check the below threads.
0LOGSYS Transformation Routine
ABAP CODE TO POPULATE LOGICAL SOURCE SYSTEM
You can use 0SOURCESYSTEM /0LOGSYS to read the source system id and after compounding your 0BPARTNER with 0SOURCESYSTEM.
During transformation system should read soursystem id maintained in ..
RSA1 --> Tools --> Assignment of Source system ID..
I guess in this case Transformation rule would be "Initial" for 0sourcesystem. ( For BI 7 flows)
Regards
Anindya
Edited by: Anindya Bose on Oct 14, 2011 3:05 PM

Similar Messages

  • I would like to know which apple server dictation connects to so that my proxy server will stop blocking it. Which apple server does it connect too?

    I would like to know which apple server dictation connects to so that my proxy server will stop blocking it. Which apple server does it connect too?

    I would presume so, but it might be worth your while to experiment and play around with different combinations to see if you can block FaceTime while keeping Game Center open.  Good luck!

  • I have an eMac which I want to connect to my home wireless network. My router is D-Link-601 tech 802.11n. My emac is wireless ready but does not contain an airport card. Do I need a card and an airport station? What else?

    I have an eMac which I want to connect to my home wireless network. My router is D-Link - 601 tech. 802.11n. My eMac is wireless ready but does not contain an airport card. Do I need a card and an airport station? What else?

    You need the Airport card OR Airport Express but not both.  Considering the age of your machine, I recommend Airport Express as you will find other uses for it whenever you replace the eMac.
    To set up the AE, you do need OSX 10.4 or higher.

  • How to determine Which Database I am Connected to?

    hi everyone,
    10g
    I'm going to drop a database via SQL Plus.
    I forgot the command that will show which db I'm connected to. Dont want to delete the wrong database!
    Thanks, John

    Personally I prefer to use: select name from v$database
    to verify what database I am connected to if there is any doubt.
    With 10g it is possible to set the sqlpromt to your database name and have it maintained even if you issue a connect statement to another database.
    HTH -- Mark D Powell --

  • I have an iPhone 5, which I need to connect to my Bose sound wave system. What leads to I need

    I have an iPhone 5, which I need to connect to my Bose sound wave system. What leads to I need for me to use my iPhone to listen to my music

    Did anyone ever find an answer to Hugh's question?
    I'm just now facing the how-to-connect-iPhone5 (s) to the Wave. Bose will most likely sell me an expensive connector kit, but has anyone found a way to DIY? The Bose guy did say the 5 will not work with the Bose Wave stereo I've got.

  • How to find out which database I'm connected to

    I need to use a pl/sql to determine which database I'm connected to. I'm not using forms so I cannot use a built-in. I need to know for a report I'm building, as the display differs based on the database.
    Thanks

    In order to consult V$... views a user must have a special role (SELECT_CATALOG_ROLE). This permit to the user to access also all DBA_... views. Such things could not be desired for security.

  • Canonir 2525i which is loosing network connection

    I have canonir 2525i  office printer which is loosing network connection. Every time that happens we restart  the machine to enable it to start printing, this happens to 5 to 7 times a day. Its been running very well for the past two years just recently it began behavin life this. Its quiet frustrating working like this. I tried to change the network cable but yielded nothing. How do I get out of this problem?
    The following are networking settings on the machine.
    Network Information
    Physical Interface:Ethernet Driver Settings:Transmission Rate:MAC Address:Use SNMPCommunity Name1NMP Writable1:Community Name2NMP Writable2edicated Port:Use USB Device:
    Ethernet
    Auto Detect
    100Mbps
    00 1E 8F DB 67 BE
    On
    Off
    Not Specified
    Off
    On
    OnStartup Time : 0IPv4 Settings IP Address SettingsDHCP:BOOTP:RARP:IP Addressubnet Mask:Gateway Address :
    On
    Off
    Off
    10.100.0.20
    255.255.255.0
    10.100.0.61
    DNS SettingsPrimary DNS Server Addressecondary DNS Server Address:Host Nameomain NameNS Dynamic Update:
    10.100.0.64
    0.0.0.0
    CanonDB67BE
    unity.co.zm
    Off
    IPv6 SettingsUse IPv6: OffWINS ConfigurationWINS Resolution:WINS Server Address:
    On
    10.100.0.64
    LPD Print SettingsUse LPD: OnRAW Print SettingsUse RAW:Use Bidirectional:
    On
    Off
    WSD Print SettingsUse WSD:Use WSD Browsing:Use Multicast Discovery:
    Off
    Off
    Off
    SNTP SettingsUse SNTP olling Interval:NTP Server Address:
    Off
    24 hours
    FTP SettingsUse PASV Mode for FTP:FTP Extension:
    Off
    Off
    HTTP SettingsUse HTTP: OnProxy SettingsUse Proxy:HTTP Proxy Server Address :HTTP Proxy Server Port Number :Use Proxy within the Same Domainroxy Authentication SettingsUse Proxy Authentication:User Nameassword:
    Off
    80
    Off
    Off

    Hi Boomuser!
    Thanks for posting! Canon does not provide direct support for imageRUNNER series products, but your dealer will be able to help you! If you don't have a dealer, please call us at 1-800-OK-CANON (1-800-652-2666) and we will be happy to provide you with the names of dealers who are in your area!
    Thanks and have a great day!

  • SQL that shows which client process is connected to which server process

    Hi,
    I am running database on Linux.
    I have many oraclePROD processes (up to 100). These are dedicated server processes, which are opened by several client processes.
    I want to know which server process is connected to which client process. I see that v$session gives the session# and client process, but does not give information about the related dedicated server process.
    Is there any v$ view that gives this information?
    Thank you.

    user12952237 wrote:
    Hi,
    I am running database on Linux.
    I have many oraclePROD processes (up to 100). These are dedicated server processes, which are opened by several client processes.
    I want to know which server process is connected to which client process. I see that v$session gives the session# and client process, but does not give information about the related dedicated server process.
    Is there any v$ view that gives this information?
    Thank you.
      1* select process from sys.v_$session where username = 'USER1'
    SQL> /
    PROCESS
    29711
    SQL> !ps -ef | grep sqlplus
    bcm      29711  1980  0 08:04 pts/0    00:00:00 sqlplus
    bcm      29761 29711  0 08:07 pts/0    00:00:00 /bin/bash -c ps -ef | grep sqlplus
    bcm      29763 29761  0 08:07 pts/0    00:00:00 grep sqlplus
    SQL>

  • How the broker cluster determine which broker to be connected

    Currently,there are four server instances in glassfish a cluster.By default classfish used MQ broker cluster to provide JMS services.The question is when a client use the JMS connection factory to create a connection,what's the policy the brokers cluster used to determine which broker to be connected to?
    In MQ's document, it's said that the connection was create use the imqAddressListBehavior and imqAddressList properties.
    As a fact,I found that the connection distribution is 350/200/50/200(broker3,broker4,broker1,broker2);
    the imqAddressList =broker3,broker4,broker1,broker2
    the imqAddressListBehavior= priority
    Can anyone tell me what's the policy the brokers cluster to routing the connection?

    Hi,
    The brokers is started up by glassfish nodeagent process,when i started a nodeagent.All of the brokers are behind the firewall.
    can anyone share some document about this subject?
    thanks a lots!

  • I want to understand in which db I'm connected in bqy file

    I want to understand in which db I'm connected in bqy file, where I find the information,<BR> I'm not interesting the name of oce file, I want to know the name of the database,<BR> and if I use multiple connection, where this query is connected or this one<BR> <BR> thank you<BR> massimo

    Dear Barry,
    Maybe, I can explain you what I want:
    When I create 5 tabels on 2 pages, each tabel will have their own row numbers. When I'm working on page 2 and on row 40 for ex, it is very difficult to see which is row 40 of 1st tabel on page 1.
    When I put these 5 tabels in 1 big tabel, you won't have this problem, but than I can not name my tabels.
    So, I thought maybe I can link for ex, all row 40 in all 5 tabels

  • Help with two scripts - Mounting remote DMG and Checking which network I'm connected to

    Hey guys, I need some help with two separate scripts:
    1. The first script I'm trying to create to mount a DMG stored remotely on another Mac using an AppleScript or shell script. Using the following:
    set cmd to "hdiutil mount 'afp://username:[email protected]/Lion/Users/username/Desktop/Test.sparseim age'"
    do shell script cmd
    results in the following error:
    error "hdiutil: mount failed - not recognized" number 1
    I'm not very experienced regarding AppleScript or using hdiutil, could somebody point out what's wrong with my script?
    2. The second script I'm working on to try and essentially prevent the 'Could Not Find Server' Finder dialog when a network mount is unavailable. I guess what I'd like it to do is detect which network I'm connected to, and if I'm connected to the correct network, then mount the shares, otherwise just fail silently without any errors. From the searching I've done, using try statements should do this, but they do not, and I'm still presented with an error dialog after the server cannot be found.
    Does anybody have any suggestions on this script? Also, I've seen some tips regarding detecting which wireless network the Mac is connected to, which could work, but what about when connected via Ethernet?
    Thanks!

    Edit: I need to clarify on my first script request:
    I need to mount the DMG on the remote Mac, not on the Mac I'm running the script from.

  • HT1918 I cannot access files I uploaded from an old computer.  The email account to which some tracks are connected is deleted. For some reason my birth date doesn't work either. Is there some way to transfer the files to my current address?

    I cannot access files I uploaded from an old computer. The email account to which some tracks are connected is deleted. For some reason my birth date doesn't work either. Is there some way to transfer the files to my current address and username?

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • I'm a new iPad owner. When I've rented a movie, I can't work out how to play it back without a wifi connection. I get a message which says you cannot connect to the iTunes store without an Internet connection. This happens whether I've rented or purchased

    I'm a new iPad owner. When I've rented a movie, I can't work out how to play it back without a wifi connection. I get a message which says you cannot connect to the iTunes store without an Internet connection. This happens whether I've rented or purchased a film. We're going on a flight soon and would ideally like to watch one on the plane. Can someone please provide some step by step instructions. Thanks.

    Rented or purchased video are watched through the videos app after you have downloaded them, iTunes on iOS devices is for buying media only.

  • TS3274 Every time I try to play Amazon video on iPad, it shows "our Internet connection is currently using an HTTP proxy, content playbacks not supported when a proxy is configured". Though I can play it on iPhone which has same Internet connection. Plz h

    Every time I try to play Amazon video on iPad, it shows "our Internet connection is currently using an HTTP proxy, content playbacks not supported when a proxy is configured". Though I can play it on iPhone which has same Internet connection.
    Can any one please help?

    This helped me
    http://mashtips.com/amazon-instant-video-http-proxy-error-on-ipad/

  • After I upgraded iPhone4 to iOS5.0.1, the iPhone screen was shown a picture which request me to connect it to iTunes.  I can do nothing on my phone includes dialing emergency call.

    After I upgraded my iPhone4 to iOS 5.0.1, the iPhone screen was locked and it has shown a picture which requested me to connect my iPhone to iTunes.  My iPhone can do nothing now. 
    I've tried to deleted my iTunes and downloaded the latest version.  However, when I plugged in my iPhone4, the plug-in sound is different from before and it cannot be detected by iTunes. 
    Please kindly help.

    So whenever you plug the iPhone into the USB port your computer doesn't recognize it???? At all?? Can you check on the hardware of your pc if by any chance is the USB being detected; like it will appear and then diss connect  from the pc, just to check and make sure that something is changing, of nothing occurs I will doubt on the cable, you can get one and then return it if it's not the case.
    If it is detected then did you backup the iPhone? If so you may need to rollback the change.
    Please try!
    Good luck

Maybe you are looking for