For a function module how can I find its assigned data source name?

Hi BW Gurus,
If i know the data source name then the  assigned fn. module/Table/Infoset I could find from RSO2. But for function module How do I know its assigned data source name?
Thanks a lot for the response.
Regards
Ven

Hi Ram,
In SE16, enter the table name as ROOSOURCE and in contents choose field EXTRACTOR for selection and enter the name of the function module.
It will return the list of datasources where the function module has been used.
Best Regards,
Ankit Agrawal

Similar Messages

  • Iphone app asked me for username and password. how can i find this? it seems deferent than the apple id or i tune store username!

    iphone app asked me for username and password. how can i find this? it seems deferent than the apple id or i tune store username!

    Which iPhone app?
    Don't just enter usernames and passwords into apps unless you know what it is for and why it wants it.

  • HT4623 i forgot my security questions for my apple id how can i find them out?

    i forgot my security questions for my apple id how can i find them out?

    You need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (92876)

  • For  a given tcode how can we find out the available standard events

    Hi Experts
    For  a given tcode how can we find out the available standard events?
    Thanks in advance

    Arghadip Kar wrote:>
    >
    > Or you can debug the Service for Generic Object button in the standard screens and there you will find which BO the Tcode is referencing to.
    >
    Wonder where you got that answer from, Arghadip!
    You have neither acknowledged nor closed the 16 threads that you opened.

  • How can I find out the date of a movie I am trying to pre-order if the date is not available/showing in the "manage pre-order" section?

    How can I find out the date of a movie I am trying to pre-order if the date is not available/showing in the "manage pre-order" section?

    Thanks so much for your reply King_Penguin. No, sadly there is not indication of the expected release date on the film, it's no where to be found. I have also tried to look in other places online, but no luck. I guess your latter statement jives more with my situation, that  being the studio/rights-holder hasn't feel inclined to provide the date.

  • How can I find out those files whose name has space character?

    Hi
    How can I find out the files whose name has space character in a whole file system?
    Thanks
    Jerry

    thank you all
    I can use this command to find out like
    $find ./ -type f -exec ls -1 {} \; 2>/dev/null | grep " "
    ./space in name
    while, I modify above a little to find out a spcific file systems like below:
    $find /bbj* -type f -exec ls -1 {} \; 2>/dev/null | grep " "
    /bbj14/appl/oracle/prdrep/S_STATIC_TAB_05.dbf
    --while, I didn't see any space character in file name "S_STATIC_TAB_05.dbf"
    what is wrong?
    thanks

  • My iphone is stolen. i have its serial number/UDUD. how can i find its IMEI through its UDID ?

    My iphone is stolen. i have its serial number/UDUD. how can i find its IMEI through its UDID ?

    If the iPad was running iOS 7, the thief will not ever be able to use it.
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/HT5668
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    iCloud: Lost Mode - Lock and Trace
    http://support.apple.com/kb/PH2700
    iCloud: Remotely Erase your device
    http://support.apple.com/kb/PH2701
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    What NOT to do if your iPhone or iPad is lost or stolen
    http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
     Cheers, Tom

  • I lost my administrator password and can not install Mavericks (or any other software for that matter). How can I find my administrator password?

    I lost my administrator password and can not install Mavericks, or any other software for that matter. How can I retrieve an administrator password?

    Forgot Your Account Password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password, OS X Mountain Lion- Reset a login password, and
         OS X Lion- Apple ID can be used to reset your user account password.
    For Snow Leopard and earlier with installer DVD
         Mac OS X 10.6- If you forget your administrator password
    For Snow Leopard and earlier without installer DVD
        How to reset your Mac OS X password without an installer disc | MacYourself

  • How can I find the currently logined domain name on Windows??

    Dear,
    I've a program that query some user account information from A.D.
    But I don't want to hard code anything.
    I've read some previous post about using LDAP, and using DNS queries to found all LDAP server of A.D.
    But how can I get the A.D. domain name in Java?
    for example
    ldcp://_ldap._tcp.xxxx.yyyy
    I want to get "xxxx.yyyy" from the logined user account. It is possible in Java.

    You coud use the NTSystem class to derive the NetBIOS domain name, however without doing some gymnastics it isn't easy to derive the fully qualified domain name. import java.io.*;
    import com.sun.security.auth.module.NTSystem;
    class NTDomain {
         public static void main(String[] args) {
              NTSystem system = new NTSystem();
              String domain = system.getDomain();
              System.out.println("Domain: " + domain);
    }The only other alternatives could be to check the domain suffix of the user principal that was authenticated via Kerberos ....
    lc = new LoginContext(searchkrb5.class.getName(),new SampleCallbackHandler());
         lc.login();
         catch (LoginException le) {
              System.out.println("Logon failed: " + le);
              System.exit(-1);
         System.out.println("Authenticated via GSS-API");
            System.out.println("User: " + lc.getSubject().getPrincipals().toString); however I think that you still have to specifify the Kerberos realm in the apps configuration file.
    Another alternative could be to make assumptions about the machines hostname, however one day an assumption will always be proven wrong, (eg. The machine's DNS domain name does not need to match the Active Directory domain).
    Unless there is a Java API to read the Windows registry or extract Kerberos ticket information from the WIndows Kerberos ticket cache, you may be kind of stuck.

  • How can I find the purchase date of my Mac?

    In order to complete an upgrade to software on my Mac, it asks for the purchase date of my Mac. How can I find it?

    What kind of updates?
    See your receipt or
    roughly here:
     > About This Mac
    or here with your serial number:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • How can i find the available JDBC driver name?

    hi,
    can anyone tell me how can i find the JDBC driver name in XI

    Hi
    The available JDBC drivers can be viewed in the file found in the following path in ur XI  server
    :\usr\sap\XR3\DVEBMGS00\j2ee\cluster\server0\bin\ext\
    regards
    krishna

  • How can I find out my data usage for the past 3 months?

    Greetings all, I have been a long time Verizon customer, and as such I, along with my husband, was grandfathered into the unlimited data plan. When I last spoke to a representative, they informed me that the only way we were going to be able to keep our unlimited data was by paying the full retail price ($600+) to get a new phone. So we were considering upgrading and changing to one of the newer data plans so we could still get the discounted price on the new phone, but I would like to make sure I choose one with enough data, without paying for a bunch of data that I don't use, however MyVerizon only shows me the amount I have used since the start of the billing cycle. Is there a way to find out the data usage for both my husband and myself for the last 3 months so I can choose the right option?
    Thanks in advance for your help!

        Hello sweetpea1221! How exciting that you're considering upgrading with us. mrhelper is helpful, indeed. You can view your data usage for each line under the View Bill option via your My Verizon account. You can also view your 3 month average  data usage with our Account Analysis feature. Here's a link that will be helpful in doing so http://bit.ly/vnLjqO. I'm confident that we have a great plan to match your data needs. Please let us know if you have further questions.
    TanishaS1_VZW
    Follow us on Twitter @VZWSupport

  • I generated web service from function module.Where can I find .wsdl file ?

    Hi,
    I generated web service from function module.
    Where can I find .wsdl file ?
    I want to use .wsdl file in .Net application.
    Thanks.

    Hii Cemil Bozlagan,
      All Remote enabled Function Modules in Web AS 6.20 and Above are available as Webservices and the WSDL documents are available in the web service repository at
    [http://<host>:<port>/sap/bc/bsp/sap/webservicebrowser/search.html]
    Find the respective BAPI.
    Click on the WSDL link in the browser and download the WSDL document and use it as per the requirement
    Regards,
    Varun

  • How can I find my contract date and length online?

    I've searched everywhere and can't find anywhere online in MyBT that has the actual details of my contract date and length. I know I renewed my  line rental in advance and have Option 3 phone and broadband. I need to know, if I have paid a year's line rental, does that mean I'm automatically contracted to a year's Option 3 also?
    It would be SO much simpler not to have to waste hours going round in circles on the website. It is as though contract info that is personal to the subscriber is deliberately hidden. I can't think of any other provider who does this.
    All it would take is : Your contract started:....... Your contract ends..........
    Not rocket science!

    If you contact live chat at this link they can tell you http://bt.custhelp.com/app/contact/c/2902/?s_intcid=con_intban_sanda_contact_us_chat_from_forums
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • How can I find the posted data in XI

    Hi ,
    In my scenario Vendor data is posting into SAP from File Adapter. When I saw in Runtime workbench or sxmb_moni , i am not able to find the exat data according to Datatype created in XI. How to findout exact data we received from the FTP server.
    Regards,
    Anjaneya

    Hi,
    U can even find the message in the RWB.
    1. Select communication channel monitoring.
    2. Select the file adapter and click the use filter button.
    3. Click on the mesage id.
    4. In the new window click on the Message Content tab.
    5. Select the payload option in the Message part drop down menu.
    Regards
    San
    Remember to set the thread to solved when you have received a solution there is a Way.

Maybe you are looking for

  • Need to compare two fields and populate the other fields.

    Hi All, I have scenario like this. DATA: text1(150) type C VALUE 'Step: SHORT DUMP; Scenario: PRE; Date :09.07.2007. Time :13:08:33.'. DATA: text2(150) TYPE C       VALUE 'Step: &; Scenario: &; &', DATA: text_A(150) TYPE C,           text_B(150) TYPE

  • FTPS and SFTP adapters

    I am bit confused about all this B2B scenarios. Our setup: Existing PI Server  || firelwall || DMZ  || Firewall - > destination (abc company) Proposed PI Server  || firelwall || DMZ Adapter Engine  || Firewall - > destination (abc company) Flat file

  • AcrobatX1 Trial How to Convert part of PDF to Excel

    I was trying to convert part of a PDF to Excel sheet so I downloaded Acrobat x1,but found out to my wasted time that the trial version will not do so! I contacted Microsoft support & spoke to a lady and she tried to help but assured me that it will n

  • WRT54G - Cannot get DHCP to resolve

    Hello, I have a WRT54G v 5.0 that I had got 2 years ago. It has worked wonderfully in what it had to do, but now it's cutting out on me for no apparent reason. I have a relatively simple setup Optimum Online -> WRT54G -> 2 computers [wired] and a wir

  • New editor: %SurroundedText% in pattern

    What does that mean in the editor configuration. If I click on bottom right corner of editor window, the options menu opens. OK - No help at all, the new SAP stanbdard. What does the parameter %SurroundedText% in patterns like this stand for: DO |  T