How to findout the data source information for the perticular tables

Hi,
Can you please tell me the process to findout the data source information for the perticular tables .
For ex.. T2503 ,T2507 ,T25A1,T25A2 etc ..
I am doing a reverse engineering to find out the data sources build on the above SAP Tables.
Thanks.

Hi,
Still we haven't get the field level information ,before they send us we should first give them the corresponding data sources for the COPA tables which they have given .
I have searched in help.sap.com but I didn't find any information on this .
Please let me know is there any way to know the data source details for SAP Tables.
Thanks

Similar Messages

  • How to get the date of Friday for the given week

    HI,
    I have a requirement to get the date of Friday for the given week.
    Eg: I have an input of 200722 (Yearweek), From this I need to get the Date of the friday for this week 22 of Year 2007.
    Plz let me know how to get this..
    Thanks in advance..
    Sridhar.

    Hi,
    Thanks for your reply...
    I have implemented your logic but not getting exact output as required.
    Suppose, If i give the input as 200720, I am getting an output as 18 (friday of week 20 of year 2007), but i need to get an output of 18.05.2007
    Plz let me know how to do thdi.
    Thanks in advance..

  • How to change the Data sources after deploying the application ??

    Hi All,
    i want to know how to change the Data sources after deploying the application to the application server ???
    I'm using Oracle Application Server 10g Release 3 (10.1.3.1.0)

    Can you access the Enrprise Manager website of the target Application Server from your location? If so, you can change the datasource in it. If not, yo can bundle the datasource definition in your archive and use that one instead of the one configured in the target OC4J container. Or this will just be the responsability of your customer: whenever you send a new WAR file, they have to modify the datasource if needed and deploy the application?

  • Data source properties for the rulefiles.

    Could some one explain what is the use of field edits like move/split/join/create of data source properties for the rulefiles.

    move/split/join/create are very useful loading data without going back to source file and changing them. For example
    you have an entity dimension with member names like
    east10569
    east10658
    if you want to add a prefix for these members to make them unique, you can use those field edits.
    the other uses which I saw is concatination to create unique names etc.
    hope this helps

  • What is the data source name and the data target name for the table COSP

    Hi,
    Actaully i am new to fico/bw,and i have to create a report based on the actual and budget value and difference in the variance.
    in R/3 side the table they are using is COSP,so please let me know what is the data source name and the cube or ods name in BW side.wht are the fields in which i can get the BUDGET value in the report.
    here we are using all the business content extractors and BI content cubes and odss.
    please reply immediately as its very jurgent isssue.
    Thanks,
    ashok

    answered

  • I reset my disabled ipad 2 and it is asking me for the apple id which first set it up but i forgot the password for that apple id and the password/recovery information for the recovery email address. What can i do?

    i reset my disabled ipad 2 and it is asking me for the apple id which first set it up but i forgot the password for that apple id and the password/recovery information for the recovery email address. What can i do?

    Click here and use Apple's iForgot service, or contact their Account Security team, or if you're the device's original owner, take it and its purchase receipt to a physical Apple Store.
    (124525)

  • How to add a data-source.xml to the project to config DB connections and to be SCM'ed

    I'd like to explicitly manage a data-sources.xml for my JSP + BC4J project.
    Any helps on getting the released Jdev to add a data-source.xml that would then
    be what the .ear deploys to OC4J?
    Thanks, curt

    I have a JSP + BC4J project:
    So far my naive experiments to explicitely add data-sources.xml to a
    project that is picked up by the deploy to .ear step and put in the
    root of the .ear have failed.
    Is this one of those gaps like the orion-application.xml file, that has no
    solution at present?
    Or is the back-door via adding an EJB component to my project, then deleting it??
    Thanks, curt

  • How can I download the full source code for the Java 3D package

    how can I download the full source code for javax.media.j3d
    especially I need the Transform3D.java class.
    thanks a lot
    Meir

    thank you guys I'll try to do so, I suggest you to
    join me.From the one of the (ex-!)Java3D team:
    "I'm glad to see that Sun has decided to officially support an
    open source Java/OpenGL binding, JOGL. Perhaps they will
    eventually decide to make Java 3D open source. However, be
    careful what you wish for. The Java 3D source is huge and
    complex. There are native sections for Solaris, Windows/OpenGL,
    and Windows/Direct3D, plus common code. I don't know how you'd
    open source a build process that requires different pieces of
    the code be built on different machines running different
    operating systems."
    Sounds scary - I hope we're ready for it :)

  • The data field format for the sql* loader

    the data field in my data file was surrounded by ",", such as "1","2","3",...
    so in my control file, I coded
    fields terminated by ',' enclosed by '"'
    no error after I execute sqlldr command.
    however, on data has been inserted into table either.
    if I remove "" and ,
    the data field changed to 1 2 3 ...
    and the data has been inserted into my table
    However the first format is what I want. can anyone experienced silmilar situation? please give me a hint.
    your help is highly appreciated
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Renali ():
    say:
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' TRAILING NULLCOLS (
    colname1,
    colname2,
    colname3)
    the data field in my data file was surrounded by ",", such as "1","2","3",...
    so in my control file, I coded
    fields terminated by ',' enclosed by '"'
    no error after I execute sqlldr command.
    however, on data has been inserted into table either.
    if I remove "" and ,
    the data field changed to 1 2 3 ...
    and the data has been inserted into my table
    However the first format is what I want. can anyone experienced silmilar situation? please give me a hint.
    your help is highly appreciated
    <HR></BLOCKQUOTE>
    null

  • How to convert exponential data into number for the downloaded excelsheet

    Hi
    I have downloaded one field data i.e. having char of 50,  into excel sheet and it is displaying as  exponential in the excel sheet. 
    The data numbers should display as text only i.e 1236547896321 and not exponential
    Is anyone can tell how we can do this
    Thanks
    Pallavi

    Hello Pallvai,
    The problem of exponential is with the excel. Excel converts the large numbet into exponential.
    To avoid this you can make the number into text then excel won't convert it into exponential.
    For that you can do a simple trick. Just prefix a single quote ( ' ) in the field.
    eg:
    field = 1236547896321.
    then,
    constants c_quote type c value '''.   "<-- single quote
    concatenate c_quote field into field.
    " This will make the EXCEL to consider this field as text not number and hence it will not be considered
    " as exponential.
    Hope this solves your problem.
    Regards,
    Sachinkumar Mehta

  • How do I add text to a photo when making a calendar from iPhoto?  I see the text box for the dates but not for the actual photo...thanks.

    I can't find a way to add text to a photo once it's been put into the top pane of the calendar month...is there a way to do this since I'd like to add a descriptor to the photos?  I see the text box when you click on the calendar date, but don't find one for the photo pane.  Thanks for any assistance.

    Right - you can not add text to photos with iPhoto - you must use an external editor
    LN

  • How do I delete credit card information for the app store?

    Right, so here's what happened. Got into this game that I recently downloaded through the app store, came to a road block were I could either wait days to get the in-game money I needed needed to move on or pay $1.99 and get it over with. I had a gift card with $3 still on it and thought "why the **** not?" Problem now is that I can't update any of my apps without this notification coming up and saying that I need to update my card. I've tried going through my account settings on my phone but I don't get that "none" opinion that everyone is talking about. How can I delete that card from my account? Do I need to call someone or just use up that  $1 I have on it?

    Hello ArcticWolfParadise,
    I would try iTunes as well to see if you get the none option available there. I think what may be contributing to it is, even if the app is .99 cents with tax, that will put it over the 1 dollar left in your credit, there by needing a credit card to cover the tax.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Changing your account information using a computer:
    Open iTunes.
    Choose Store > Sign In.
    Enter your Apple ID and password, then click the Sign In button.
    Choose Store > View My Account.
    Enter your account password, and click the View Account button.
    And then
    To update your name, billing address, or payment information, follow these instructions:
    From the Apple Account Information page, click the Edit Payment Information button.
    Edit the information that you would like to change. Note: The payment methods that the iTunes Store accepts can be found in the payment type section. If you do not want a payment method on your account, select None in the payment type section.
    Click the Done button once you've updated all of your information.
    If the issue persists then I would reach out to the iTunes Store support directly using the most recent receipt you have with this article How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase found here http://support.apple.com/kb/ht1933.
    Cheers,
    Sterling

  • Data Source information for SD

    Hi all
    Can any one please let me know information all data sources in SD cycle , its Sales data , Billing Data , Delivery Data .
    Thanks
    Ashutosh D

    Hi Ashutosh,
    sales overview
    http://help.sap.com/saphelp_erp2004/helpdata/en/71/1769372b2b7d20e10000009b38f842/frameset.htm
    orders/offers
    http://help.sap.com/saphelp_erp2004/helpdata/en/21/93e63736544d4de10000009b38f8cf/frameset.htm
    Also find this link of SDN post:
    List of data sources and extract structures in LO
    SD Cubes
    0SD_C01 Customer
    0SD_C02 Shipping Point
    0SD_C03 Sales Document Header Data
    0SD_C03 Sales Document Item Data
    0SD_C05 Delivery Item Data
    SD Data Sources
    2LIS_01_S001 Customer
    2LIS_01_S005 Shipping Point
    2LIS_11_VAHDR Sales Document Header Data
    2LIS_11_VAITM Sales Document Item Data
    2LIS_11_VAKON Sales Document Condition
    2LIS_12_VCITM Delivery Item Data
    2LIS_13_VDKON Billing Document Condition
    2LIS_13_VDITM Billing Document Item Data
    Sales Over view Related DS InfoSources
    2LIS_01_S260: SD - Sales order
    2LIS_01_S261: SD – Delivery
    2LIS_01_S262: SD - Billing document
    2LIS_01_S263: SD - Sales order / delivery
    Offers / Ordres Related DS
    2LIS_01_S264 SD - Quotation
    2LIS_01_S260 SD - Sales order
    2LIS_12_VCSCL - Schedule Line Delivery
    2LIS_12_VCITM - Delivery Item Data
    Assign points if this is useful.
    Rgs,
    I.R.K

  • Populating the data tab field for the FM IDOC_INPUT_CREDITOR

    HI
    I need to use the function module IDOC_INPUT_CREDITOR .
    When i am populating the idoc data table i need to update the field sdata  for the segment E1LFA1M.
    What is the best way to populate the field .
    Is there a function module which  will get the import structure of the table LFA1into the the sdata field.
    Thanks a lot in advance.
    Anjali

    Check for the user exit of the idoc function module. You can check for - EXIT_SAPLKD02_001 & include -  zxvsvu04.

  • How to make the Data Source Administrator see the 9208 ODBC instant CLient.

    I have installed the 9208 Oracle ODBC instant CLient as per the instructions in the accompanying README.txt.
    Part III: Exploding the Kit onto your system
    Expand the self-extracting archive file onto your hard drive.
    C:\> ORA9208.EXE
    Part IV: Installation Instructions
    This section assumes the following:
    1. Oracle 9.2.0.0.0 client has already been installed on your system,
    and necessary 9.2.0.8.0 patch has been applied.
    2. Part III has been completed.
    Software fixes:
    Refer to release notes (ODBCRelnotesUS.htm) for a complete list of
    Software fixes.
    Installation Instructions
    Once the self-extracting archive file ORA9208.EXE has been
    exploded it will create an directory structure as shown below on
    your hard drive.
    The directory structure after unzipping and where the files to be
    copied are shown below:
    1. a. ORA9208\bin\sqora32.dll ---> <ORACLE_HOME>\bin\
    b. ORA9208\bin\sqoras32.dll ---> <ORACLE_HOME>\bin\
    c. ORA9208\bin\sqresus.dll ---> <ORACLE_HOME>\bin\
    2. a. ORA9208\ODBC\html\ODBCRelnotesUS.htm ---> <ORACLE_HOME>\ODBC\html\
    b. ORA9208\readme.txt ---> <ORACLE_HOME>\ODBC\html\
    3. ORA9208\ODBC\mesg\oraodbus.msb ---> <ORACLE_HOME>\ODBC\mesg\
    All of the above has succeeded ok; however whilst trying to create new DSN the intsant client is not listing as an available driver. What's missing please?

    The package you downloade is not ODBC Instant Client package
    Instant Client Concept came into existence from 10.1 onwards only
    What you downloaded are the patched 9208 ODBC Drivers

Maybe you are looking for

  • Software Update Fails to Install iLife 09 Updates...

    I have a Macbook with all the most recent updates installed, and computer otherwise running smoothly. I had purchased iLife 11 (and since gave it away to a friend) but was very disappointed with the upgrade, and for various reasons decided to go back

  • Error while sending .XLS attachment

    Hello, I'm trynig to send an email with an .XML attachment. I use FM SO_NEW_DOCUMENT_ATT_SEND_API1 to do it. When I use this code:   DESCRIBE TABLE lt_objbin LINES l_records.   lt_objpack-transf_bin = 'X'.   lt_objpack-head_start = 1.   lt_objpack-he

  • Non Editable Purchase Order Price

    Hi,  Need a config help for the following scenario: "Vendor Price is fixed for a material. The fixed price is required to flow in PO. User should not be able to change the unit price." Best Regards, Srini

  • After installing PSE 10 on OS X Lion, no longer able to select pictures from iPhoto library

    I've downloaded and installed Photoshop Elements 10 on my MacBook Pro, which is running OS X 10.7.4. After installation and importing the photos from iPhoto, I noticed that I am no longer able to select images from my iPhoto library from other applic

  • CR 2008 and Dynamic Parameters

    I have a report that has been "upgraded" over a number of years and thus a number of versions of Crystal Reports.  The basic issue is that it has 2 dynamic parameters that are showing up as plain textboxes in CR 2008 SP3 instead of a dropdown.  This