Table name in which return item data is stored of a PO

Can some please specify the table name in which return item data is stored of a PO?
Thanks in advance;

Hi,
Let me explain what exactly I need. In a PO there is a checkbox "Retun Item". If we check that checkbox for an item that item becomes a retun item.
I need to fetch all the data of this return Item. The commitment data goes to table COOI but this return item records doesn't get stored in COOI table. I need all the data of this entry including the Network Activity, Project, WBS element etc.
Please let me know if you could help me.
Thanks.

Similar Messages

  • Table name in which the trip history is stored.

    Hi All,
    I was trying to find out the table in which the trip history is stored but in vain could not. Can any one let me know the table name plz.
    Your help is very much appreciated.
    Thanks and Regards
    Sri

    FITV_REJECT                    Rejected Trips                            
    FTPT_IMR_SURFACE               IMR - Other Segments of Trip as Flights   
    FTPT_QT_ALTERN                 Quicktrip Trip Alternative                
    FTPT_QT_QTRIP                  Quicktrip Trip                            
    PTRV_ARCHIVE                   Administrative Table for Archived Trip Dat
    PTRV_BEIH_BEL                  Assignment of Receipts to a Subsidy for Tr
    PTRV_BEIH_TAG                  Assignment of Days to a Subsidy for Trips 
    PTRV_BEIH_WEG                  Assignment of Trip Segments to a Subsidy f
    PTRV_BEIHILFE                  Subsidies for Trips Home for Entire Separa
    PTRV_COMM_AMT                  Detail Data: Transfer to FM When Trip Save
    PTRV_COMM_ITM                  Header Data: Transfer to FM When Trip Save
    PTRV_F_FBLK                    Form Blocks of the Trip Costs Form        
    PTRV_F_FBLK_TXT                Form Blocks of the Trip Costs Form        
    PTRV_HEAD                      General Trip Data                         
    PTRV_PERIO                     Period Data of a Trip                     
    PTRV_REDUCTION                 Decision Fields: Change of Statutory Trip 
    PTRV_ROT_AWKEY                 Assignment of Trip Results to Posting Doc.
    PTRV_SADD                      Trip Statistics - Add. Receipt Data       
    PTRV_SBACKLOG                  Trip Statistics - Batch/Backlog Processing
    PTRV_SCOS                      Trip Statistics - Cost Assignment         
    PTRV_SHDR                      Trip Statistics - Trip Amounts            
    PTRV_SREC                      Trip Statistics - Receipts                
    PTRV_TRIP_CHAIN                Table of all Trip Destinations f. Processi
    PTRV_TRIP_DELETE               Trips Deleted in R/3 For Offline Travel Ma
    SFLTRIPBOK                     Individual Flight Bookings for a Flight Tr
    T702N                          Trip Provision Variants

  • Whats the fieldname and table name for purchase order delivery date

    hi all,
        whats the fieldname and table name for purchase order delivery date
      thanks and regrads

    EKET-EINDT is the delivery date according to the schedule lines.
    for example the line item has 100 qty.
    it is sent in three schedules (40, 40, 20).
    Then EKET will have 3 records for one PO Line item.
    The final delievry data is the EKET-EINDT for the 3rd schedule line item.
    Regards,
    Ravi

  • Table name for LIV line items

    Hi all,
    Can anyone provide me the table name for LIV line items?  I can only find the LIV header table, which is RBKP.
    Thanks.
    Rgds,

    RSEG

  • Problem while displaying all the table names from a MS Access Data Source.

    I started preparing a small Database application. I want to display all the Table Names which are in the 'MS Access' Data Source.
    I started to executing by "Select * from Tab" as if in SQL.
    But i got an error saying that "Not able to resolve Symbol 'Tab' in the query".
    Please let me know how can i display all the table Names in the MS Access Dats Source.

    Here i am developing the application in Swing using JDBC for accessing the database.
    I want to display all the Table names from the data source in a ListBox for easy selection of tables to view their details.

  • Table name from which to extract bank name and swift code by key field as vendor code

    Please help with the table name from which we can extract the bank name and swift code of vendors with the key input as vendor numbers

    Hello Subhadra, I'm sorry, I should've said join of LFBK and BNKA. The fields for the join will be the bank country(BANKS) and bank key (BANKL).
    If you have not found a docu on SQVI already, you can refer to this:
    How to create Report by using SQVI
    This is how your join should look in BASIS mode, your selection parameter should be vendor code LIFNR; output fields with be bank name BANKA and swift code SWIFT.

  • Query for retreiving table names that have the same data

    Hi,
    Does anybody know how to retreive all the table names that have the same data in their respective tables but i dont know the table names or its fields. Is there any possible query to perform this action???
    Thanks in Advance,
    Balaji.

    What about...
    WITH manager_list AS
    SELECT name,
            LTRIM(MAX(SYS_CONNECT_BY_PATH(id,','))
            KEEP (DENSE_RANK LAST ORDER BY curr),',') AS employees
    FROM   (SELECT m.name,
                    e.id,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) AS curr,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) -1 AS prev
             FROM   manager m,
                    join_table jt,
                    employee e
      WHERE m.id           = jt.manager_id
      AND   jt.employee_id = e.id
      AND   m.name = :P_MANAGER)
      GROUP BY name
      CONNECT BY prev = PRIOR curr AND name = PRIOR name
      START WITH curr = 1
    ), all_list AS
    SELECT name,
            LTRIM(MAX(SYS_CONNECT_BY_PATH(id,','))
            KEEP (DENSE_RANK LAST ORDER BY curr),',') AS employees
    FROM   (SELECT m.name,
                    e.id,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) AS curr,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) -1 AS prev
             FROM   manager m,
                    join_table jt,
                    employee e
      WHERE m.id           = jt.manager_id
      AND   jt.employee_id = e.id)
      GROUP BY name
      CONNECT BY prev = PRIOR curr AND name = PRIOR name
      START WITH curr = 1
    SELECT a.*
    FROM   manager_list m,
           all_list a
    WHERE  m.employees = a.employeesWould be easier in 11g, but I don't have an installation here so this is based on 10g.
    Cheers
    Ben

  • What is the table name from which......

    Hi,
    when i run a report KE30 - Execute Profitability Report through TCode KE30 in r/3 ( profatibility analysis and profitibility report ) from which table does the report pics the data.
    Is the report generation in r/3 is thorugh ABAP only ?
    thanks in advance
    Janardhan Kumar

    Hi Janardhan,
    Hope you are fine.
    The Tables for COPA Data are CE1xxxx, CE2xxxx,, CE3xxxx, and CE4xxxx,. These tables contain data at different levels.\
    COPA tables are defined based on ur operating concern as below -
    There is the table CE1xxxx for actual line items (where xxxx = operating concern), which contains all the data at the most detailed level.Holds the line items - Contains Profitablility Segment No, Period, Posting Date, Characteristics & Value fields.
    Planned line items are stored in the table CE2xxxx.
    The segment level CE3xxxx is set up between the segment table and the line items, thereby making a time-based classification possible. Alongside value fields, the segment level also contains the characteristics record type, planned/actual indicator, version, and period, as well as some additional technical details. Several lines from the segment level are attached to a particular profitability segment (that is, to a line in the segment table). These lines all have the same segment number but relate to different posting periods.
    There is also the segment table CE4xxxx, which is located at a higher level. It is used to assign segment numbers to each combination of characteristic values. For the first summarization to be performed, at least the document number and the billing item are hidden.
    Basically COPA Reports picks up data by default from Summarization level (if exist) .
    The method suggested above may help you find exact table.
    Take Care.
    CK

  • Table names for Ordercosts and Operational Data

    Hi Gurus,
    I am working on Ordercosts and Operational Data.I want the table names to pull operations data.
    In IW32,there is Operaionts tab,i want to pull all the fields in that tab in my bw reports.
    Can anyone help the table names and the datasources which can fullfill my report requirement.
    Thanks in Advance.
    Thanks,
    Surya.

    what module is this for? also you could click on status and find out the technical name of fields from system menu tab which will give you more info where the fields are stored.

  • Table names for GR number , GR date

    Hi,
    I need  table names which store  GR number and GR date.

    The table stores GR and IR info. If you want GR details, you need table entries where VGABE = 1 (GR). BELNR is the GR document, EBELN is the PO. BLDAT is document date, BUDAT is posting date, CPUDT is the entry date. Check with the functional guys which of the 3 dates is to be taken.
    See if you have any of these datasources installed. These give GR data..
    2LIS_02_CGR
    2LIS_02_SGR

  • Ajax call method which return json Data

    Hi, I make one function , which i want to return json value , for this which return type i mention in function:
    This is javascript which call Retrieve method.
    <script>
    debugger;
             var remoteDatasource = new kendo.data.DataSource({
                 transport: {
                     read: {
      type:"POST",
      url: "Controllers/Home.cfc",
      dataType: "json",
                         data: {
      method: "Retrieve",
                             dataLists: JSON.stringify(request)
    </script>
    Home.cfc
    component
    remote   function Retrieve(string dataLists)
      try
                q = new Query();
                q.setsql("SELECT * FROM Product");
                qResult = q.execute().getresult();
                col_len = ListLen(qResult.Columnlist);
                dataArray = ArrayNew(1);
                row = 0;
                col = 0;
                for(row = 1; row <= len; row++)
                     for(col = 1; col <= col_len; col++)
                          FieldName = ListGetAt(qResult.Columnlist, col);
                          dataArray[row][col] = qResult[FieldName][col];
          jsonvar=serializeJSON(dataArray);
      catch(any e)
    return jsonvar;

    One can see immediately that you have to make the following corrections, at least:
    Give the query a name;
    Point the query to a datasource;
    Define the variable 'len' (even better, use a different, less confusing, name for the variable).

  • Table name in which approver details are stored-Workflow

    Hi ,
    Can any one tell me the table name of approver is stored and theire levels...
    Regards,
    Veera

    Do you know which table maintains approver details of PO?

  • Want know a table name in which material movement field exits

    hi,
    if any know the table name which contains "material movement" field and  ("vendor number" or any vendor related field)

    Material movements are in tables MSEG and MKPF.
    Regards,
    Rich Heilman

  • Help creating a formula which returns current date last year

    I need help creating a formula which returns the current date last year. I also need it to work during leap years.
    Any ideas?

    Hi Dagros,
    I'm lucky to be a universe designer, I have to do this only once
    The easiest way would probably be to use
    =RelativeDate(CurrentDate();-365)
    So subtractiing 365 to get the same date last year,
    but you would need some extra logic for the years with a feb 29 in those 365 days.
    =If FormatDate(RelativeDate(CurrentDate();-365);"dd") = FormatDate(CurrentDate();"dd")
    Then RelativeDate(CurrentDate();-365)
    Else RelativeDate(CurrentDate();-366)
    Another question to ask is if you really want the same date last year, or if you also want a really 'same day' so monday compared to monday etc. in this case you would just subtract 364 days and get the day 52 weeks back...
    Good luck,
    Marianne

  • To Get List of Tables from Database which has the data 'AAAA' - T-SQL Query

    Hi,
    I have a database "Adventureworks", I need to get list of tables, which has the data 'AAAA' in their rows.
    Is there any optimised or simple way to do this task?
    Any T-SQL Query Available
    --- Thanks in advance..

    You can refer the same below URL provided by Praveen:
    https://gallery.technet.microsoft.com/scriptcenter/c0c57332-8624-48c0-b4c3-5b31fe641c58
    It has the SQL SP - "SP_SearchTables". You can pass parameters the way you want and get the expected output.
    -- Search for 'bike' instead of 'AAAA'
    Use AdventureWorks2012
    EXEC SP_SearchTables @Tablenames = '%', @SearchStr = '%bike%'
    -Vaibhav Chaudhari

Maybe you are looking for

  • Milo:  Is there a way to proportionally change a zoom zone?

    Sometimes I want to zoom in on a picture, but I want to be sure that the original proportions of the photo stay the same. I'd hoped I could use the zoom tool and drag the corner while hold the shift (like changing the size of a Free-Transform selecti

  • Imac 17" core 2 duo 1.83Ghz motherboard upgrade

    My imac 17" core 2 duo 1.83Ghz motherboard happened video problem, I am going to buy a 17" core 2 duo 2Ghz motherboard from ebay to upgrade/replace the bad motherboard. The bad motherboard parts is 280-1919-A, the 2Ghz motherboard parts is 280-2052-A

  • Problem with f.03 clearing

    Hi,    When i tried to clear 2 bank clearing accounts for one account document was created with line items, but for another document there are no items. Can any one please help me solve this. thanks, sravanthi

  • How should I save Tritone image for import into InDesign?

    Photoshop only gives me 4 file format options, and InDesign CS4 only accepts one, .EPS Otherwise I got the error, "This files uses an unsupported color space." There are several .EPS options. I chose "Single File with Color Composite". However, I'm c

  • Instant crash when trying to load steam game 'Dungeons of Dredmor'

    Everything is up to date, crash log + computer details below. Any help is appreciated! Exception Type:  EXC_SOFTWARE (SIGTRAP) Exception Codes: 0x0000000000000007, 0x0000000000000000 Crashed Thread:  0  MainThrd  Dispatch queue: com.apple.main-thread