Table in which TECO Date is Store

Dear All,
Can any one help me in finding out the Table in which TECO Date of Order  is Store.
or any report in which TECO date is present.
I already check COOIS and CO03, there is no TECO date avilable there.
Regards
Shayam

Dear ,
COOIS/COHV this kind of report will not display TECO date .Basically , you should have ABAP query with following sequence to get the date :
1.Enter Production Order Number  : AUFK
2.Pass the value of Object Id  from  AUFK to  JEST   then to Tabel : JCDS
Seat with your abaper with those tables and explain him so that he can help you out
Regards
JH

Similar Messages

  • How to find table name which provide data for the DataSource

    Hi friends,
    How to find the Table name which providing data for the Business content DataSources (Master Data). Is there any table or Transation which give datasource and Table name at once.
    Thanks&Regards
    Revathi

    Hi Revathi...........
    1)If the datasource is extracting data from any table.................open the datasource using RSO2..........there u will get the table name......
    2) If the datasource is extracting data from any view.............go to RSA2..........copy the view name..........go to SE11 >> give the view name >> and check..........
    3) If Datasource is Function module based............then u hav to check in RSA2 >> give the datasource name >> execute >> there u will find the Extract structure name......Copy the Extract Structure name >> Go to SE11 >> in the Data Element field give the Extract structure name >> Display >> From the Entry Help/Check tab u can get the Table name............
    If u double click on the Extractor..............u will get the Function Module..............from there also u can check that the FM extracting data from which tables............
    For Other datasources also...........u can get the structure name from here........
    4) If the Datasources r LO datasources............then u can get the table name in LBWE.............LO extractor - goto transaction LBWE.................... Select the maintenance link for your datasource............
    here in the right hand pane.........in the drop down box, you can see the structures associated with this extractor ........ just remove the MC for the structure names to get the base table names. e.g. EKKO for MCEKKO.
    5) There is a pattern for the Extract structure name for LO datasources.............for an example..........
    DataSource 2LIS_11_VAITM ......Extract structure name is  MC11VA0ITM
    2LIS_11_VAHDR  >> MC11VA0HDR
    Hope this helps.........
    Regards,
    Debjani.......

  • In which files data will store in a database

    Hi All,
    there will be three folders =
    admin
    ora81
    oradata
    in these 3 folders where data (tables etc ) will store
    Thanks,

    Hi pradeep normally data is stored in datafiles which are placed on a tablespace. datafiles then consist extents which contain data blocks where data is stored, you can check the appropriate location of your datafiles by using v$datafiles view.

  • Tables in which LSMW data is stored?

    Hi Gurus,
    I would like to know the base tables that LSMW uses. My actual requirement is to fetch the action log of the LSMW object. No option is provided in R/3 to download Action Log of an LSMW object into Excel.
    Hence I am trying to find the tables in which LSMW maintains the Action Log, so that the data could be fetched from the tables and could be redirected to an Excel Sheet. Plz help me in finding the tables.
    Points would be awarded for Solutions.
    Regards,
    Kiran

    Hi
    see the table
    <b>OIC_LSMW_PROJ</b>
    Reward points for useful Answers
    Regards
    Anji

  • TABLES in which the Psv1 transaction stores data

    hi gurus,
    I got a requirment that is  "Booking the employees for Training  " . i am using PSV1 trainsation for doing this. i  want to know in which table the booking details should be stored. i am using the menu option 'techchatter classroom"  to assign employees to training.
    Regards,
    siva
    Edited by: siva kumar on Feb 22, 2008 6:48 AM
    Edited by: siva kumar on Feb 22, 2008 6:49 AM
    Edited by: siva kumar on Feb 22, 2008 6:49 AM

    Booking details will be stored in Objects 1000 and relationship 1001 infotype
    :You can view this from Tcode PP01
    give the business event id
    and select the infotype 1001
    for eg
    07.02.2008     09.02.2008     A     025     Is partici     P     00000001
    07.02.2008     09.02.2008     A     025     Is partici     P     00008767

  • Tables in which authorisation data of a user is stored

    Hello All,
    Could any one tell, in which table the authorisation data(profiles, roles) of a user is stored?
    Example: for the user ABC may have SAP_ALL assigned, so in which table I will be able to see this information with
    respect to the user?
    Thanks in advace,
    Pradeep

    Hi,
    Data for user - profiles assignment are in table UST04 and for user-roles in Agr_users, Agr_define.
    HTH
    Regards,
    Dhruv Shah

  • Which oracle data type store Maximum data?

    Hi All
    could any one suggest me that i store maximum data in oracle data type for that which data type i have to use?
    i m working on Oracle 10g
    Thanks

    Refer
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#i54330
    and choose the data type that you need to (except for LONG - it has too many limitations and is only provided for backward compatibility).

  • Table in which system updates data collected through KKRV

    Hi,
    Can any one tell me the table in which system updates data collected through KKRV?
    and the correct procedure to collect the data for product drilldown.
    can i run KKRC alogwith KKRV to get summerized reports?
    Thanks in advance
    Regards,

    You could probably trace them at COSP or COSS tables where the object starts with VD (summarization object).
    Summarization transaction are better if run separately. First KKRV for summarising plant level information and then KKRC for hierarchy summarization.

  • How to find from which table we got the data

    Hi friends ,
    How can we find from which table we r getting data in the datasource.
    I am getting data from crm system.based on that we created cubes and dsos.
    we have only one datasource.now i need to know from which table we pull the data?
    can any one give the procedure
    Thanks in advance........
    sridath

    Hi,
    Datasource / tables in the source system
    Go to RSA2 (DS Repository) in your source system and display your source system.
    If Extraction Method is 'V' - you are lucky and you see table name where data is taken from.
    If it is F* - function module is used, and you have to go thru its code to see all the tables it uses and logic how data is
    processed.
    Ext. Meth   Short text                                                                               
    V                 Transparent Table or DB View                
    D                  Fixed Domain Value                          
    F1                Function Module (Complete Interface)        
    F2                Function Module (Simple Interface)          
    Q                 Extraction Using ABAP Query                 
    A                 DataSource Append                           
    OR
    Since you have the extract structure and the extractor, you must have some transaction like the Extractor Checker RSA3. If so
    then execute ST05, switch on the trace and execute the extractor checker. Once the extractor checker presents the results
    switch off trace. The clcik on Display trace and you will see all the tables that were hit by the extractor checker to
    retrieve data and present it to you.
    Hope this helps.
    Thanks,
    JituK

  • How to check which Table & Field is populating Data source

    Hi,
    My requirment is to check from which Table and Which field the data is extracted in the data source
    Data Source : 0MAT_PLANT_ATTR
    Field in Data Source :  MINBE
    Now i want to check from where (Table/Field) in R/3 is populating the Field MINBE in Data source 0MAT_PLANT_ATTR
    How can i do that

    Hi,
    Since you have the extract structure and the extractor, you can try Extractor Checker RSA3.Execute ST05 (activating SQL Trace), switch on the trace and execute the extractor checker. Once the extractor checker presents the results
    switch off trace. The clcik on Display trace and you will see all the tables that were hit by the extractor checker to retrieve data and present it to you.
    Note: Set the break point in the Extractor Function module.
    View the ST05 Extended Trace list. The Object name shows the Tables accessed.
    Hope this helps.
    Thanks,
    JituK

  • Tables in which Appraisal note data stored..

    Hi...Experts.
    I want to know about the tables in which appraisal note data stored. please help me.
    Regards,
        Siva

    https://forums.sdn.sap.com/click.jspa?searchID=9573368&messageID=5013157

  • Tables in which DB15 and DB02 data is stored

    Hi All,
    I'm interested in knowing the tables in which the DB15 and DB02 data is stored. To be more specific..
    1) DB15 - I want to know the tables in which the relationships between Archiving OBjects and Tables is stored. I have identified some tables namely - ARCH_DEF ,ARCH_DELE ,ARCH_DELE,CLASS_DELE,CLASS_DEF.. but the data from these tables does ot directly match what is being displayed in transaction DB15.     
    2) DB02 - I also want to know the tables in which the DB02 statistics is stored, namely the tables in which the Table & Index sizes are stored.
    Thanks in advance,
    Deepika.
    Message was edited by: Deepika Bhaskar

    Hi Deepika!
    ad 2) That's database related stuff. Information is gathered with native SQL out of database system tables.
    Even some data preparation is done by calls of database functions.
    Regards,
    Christian

  • In which table are stored the data of a set created by GS01?

    Hi All,
    could anyone tell me in which table are stored the data of a set created by GS01?
    Thanks

    Hi,
    It's stored in SETHEADER, SETNODE and SETLEAF tables.
    Regards,
    Eli

  • Which of the two stores data permanently

    pls could someone tell me
    which of the two stores data permanently in a stand alone application
    Collections or use of JDBC

    The JDBC is better, you can have persistent Collections e.g. Berkerley DB but using a Database is more flexible and manageable.
    BTW: The berkerley DB has higher performance.

  • How to find out all table names which has a particular data

    Hi,
    How could i get all the table names from a database(for a schema) which has data 'KST6490' in one of the fileds in the table.There are many tables with this
    data. Data type is Varchar2. Thanks.

    One approach would be to create a procedure which retrieves the name of all tables in the schema using the user_tables view. Then use the user_tab_columns view to get all the column names and types. If the type is varchar2, then dynamically create a sql statement which runs a query on that column using the value which you are looking for. You would need two cursor loops for this approach: one for tables and one for columns. This approach requires good PL/SQL programming skills.
    Alternately, many query tools, such as Golden, provide a search capability on query results. Just do a select * from the table and search on the results. This would need to be done table by table and the results would have to fit in the memory available to the tool.
    Alternately, you can write table contents to a text file on the a server and then search the text file using operating system tools such as grep. This would require good OS scripting skills.

Maybe you are looking for

  • Kindle Fire HDX - Skype video calling, video is de...

    When I use Skype on my Kindle Fire HDX 7" I get really good calls when it comes to audio calls. When it comes to video calling though, the sound is excllent as well as the video quality, but the video is 3-4 seconds delayed in contrast to the sound r

  • Setup of ASCP centralized

    Been A DBA for a while but new to EBS and R12. We have R12 that was built as and OBA. We need to configure/setup ASCP centralized. I've found several documents on setting up ASCP decentralized but not the steps to set up centralized. Does anyone have

  • Dynamic field names in ALV (referencing to the month)

    Hi, I have 12 fields in my ALV, named Monthly Sales 1, Monthly Sales 2 and so on until Monthly Sales 12. Monthly Sales 12 corresponds to the current month and Monthly Sales 1 is the current month minus 11 months (in terms of the month.) So the user h

  • Dynamic Routing? how to read files from 2 different directories?

    i need to do that..pick files but from 2 different locations.. any simple idea? yes, the best simple is to have 2 bpels listenening to each directory... can i create only 1 BPEL? i heard about Dynamic Routing...too complex? Thanks! Pablo.

  • How download earlier itunes version?

    I want to download an earlier version of itunes but apple only offers the latest version. how do I find an earlier version?