In which table we get latest finish date of operation

Hello all,
I have one report for planned order in which i have to display the latest finish date of all the operation in that particular plnned order.
can you please tell me from which table i can get the latest finish date of the operation.
I have used the table KBED, but in table KBED i am not getting data for all the operation in planned order. I am geting only one or two operation in table KBED.
Is there is any other table or any other way by which i can find the latest finish date for the opeartion.
Please help.

Hello Rudra,
I don't want dates of planned order.
In planned order we have number of operation.
I want latest finish date of these operation,
In table KBED we get the latest finish date but i am not able to get details of all the operation.
In table KBED i am getting detials of only two operations where as in planned order i have 7 operations.
Thanks

Similar Messages

  • Latest finish date of operation

    Hello all,
    I have one report for planned order in which i have to display the latest finish date of all the operation in that particular plnned order.
    can you please tell me from which table i can get the latest finish date of the operation.
    I have used the table KBED, but in table KBED i am not getting data for all the operation in planned order. I am geting only one or two operation
    Is there is any other table or any other way by which i can find the latest finish date for the opeartion.
    Please help.

    Hello,
    I have checked the PLAF table, it is table for planned order. I need details of operations in that particular planned order,
    thanks

  • How to get the finished date of production order

    hi guys
    now i want to get the finished date of production date.  when i search in the table afko , i found the field GLTRI is '0000.00.00'.
    BUT IN the production order display view , the confirm date is '2007.1.1'. so how can i get the confirm date with the production order number? thanks.

    For costing report, you have to read the following tables: based on material Qty/value/ Machine rate and machine posting date , machine rate ( T-code kp26)  and also types of material Raw, finished and semi finished ..
    AFRU ,AFPO,AFKO,AFVV,AFVC,CAUFV FOR PRODUCTION ORDER.
    For material calculation MARA, MSEG and MKPF as well as MAKT...
    Hope this’ll help you .
    Thanks

  • CY190001 - calculate latest finish date

    Hello experts,
    in ennhancement CY190001  i need to change schedule data for a plan order.
    My problem is to calculate the latest finish date, i can not do it manually because off the complexity (calendar day, break, work center time...many parameters) then i'm looking for a function to do it.
    I try with FM CX_PLAN_SCHEDULE but doesn't work and doesnt accept start time, i'm looking in function gr.CXTM....
    If anyone know a FM to do it, please help me.
    Thank in advance
    Boris

    Hello,
    I have checked the PLAF table, it is table for planned order. I need details of operations in that particular planned order,
    thanks

  • Latest Finish Date

    Hi :
    I am trying to select Work Orders based on
    Planning Plant M600; system status excluding CNF, TECO, CLSD, DLFL including PCNF, CRTD, REL; excluding work order types PM04 & PM09; and excluding “latest finish dates” greater than 42 days in the future.
    How can i write condition for excluding work orders whose
    latest finish date ( mcafvgv-ssedd) greater than 42days in the future.
    Thanks.
    Raghu

    declare a variable & store the latest finish date in it for comparison. ie
    data: w_fin_dt type sy-datum.
    w_fin_dt = sy-datum + 42.
    check mcafvgv-ssedd gt w_fin_dt.
    ~Suresh

  • In which tables this Project system 'CJ20N' Data has been stored.

    Dear Guru's
    Please help to fullfil my requirment.
    In Project System we are creating 4 levels WBS structure in CJ20N; we are assigning deferent machine types and deferent Personal nou2019s to deferent WBS elements.
                     Here I want a report against this project what all the Machines & Employee No that we have assigned, and against Employee Network we are booking the time sheet for Employee and we are transferring the same to Controlling, we are Preparing the Sales Order by using the WBS element and than we do u201CDP91u201D to create Debit Memo request with reference to sales order for that employee for his working approved working Hrs.
    From which tables we will get this required information to prepare u201CZ-Reportu201D
    Are there is any link to get the document flow from Project to Debit memo request.
    Regards,
    Kalyan

    U have to refer multiple tables for this.
    Fot CATS time entry u can get the date from table CATSDB.
    Refer below link.....
    SAP Project System - A ready Reference ( Part 2 )

  • F.M or Table to get contract cancellation date in CRM

    Hi,
      Can you please let me know, where contract cancellation date would be available or stored n table or FM..
    I have header GUID of contract, to which table or FM need to pass to get contract cancellation date.
    crm_order_read function module is also not able to give the cancellation date.
    Regards
    Badari

    HI using this methods u can create dynamic internal tables,
      CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
        EXPORTING
          IT_FIELDCATALOG = FIELD_CATALOG
        IMPORTING
          EP_TABLE        = GFINAL.
      ASSIGN GFINAL->* TO <GFINAL>.
      CREATE DATA WFINAL LIKE LINE OF <GFINAL>.
      ASSIGN WFINAL->* TO <WFINAL>.
    Please let me know once the requirement clearly , is the fm or Method importing parameter is internal table , corresponding to that
    internal table you need to fetch data from data base.
    In general , field symbols holds some memory in memory area , I think just like pointers in C language , this holds address only , there we dynamically assign some structure .
    Let me know once if u not cleared ,
    Regards
    Siva

  • Get Summary Finish date to Subtask

    Hi,
    Is there (Except from creating a macro) a way to get a subtask finish date to reflect the finish date of the summary task. Am aware of that it is the dates from the sub tasks that sets the finish date of the summary task, but are wondering if there
    still is a way of doing the opposite.
    (Have a milestone that keeps a task with a cost related to which should be calculated at the end of each Project.)
    Kind regards //Anders

    The only thing I can think of simply is to set the milestone as a successor of the summary task. In such a case the milestone cannot be a subtask of the summary. Generally, linking summary tasks is bad practice, but in your case maybe not as the milestone
    is not a work item.
    See image for suggested soln.
    Ben Howard [MVP] | web |
    blog | book

  • SQL command to get latest effective date

    Hi!
    How can i want to write a sql command to fetch records as such
    Vendor;    Item;     EffectiveDate;    UnitPrice;    Remarks
    Vend1;      ABC;    31/01/2012;        120;            Dont show
    Vend1;      ABC;    29/02/2012;        150;            Show
    Vend2;      ABC;    01/01/2012;        140;            Show
    Vend1;      XYZ;    15/01/2012;        100;            Show
    Please help me, so far I can only figuire out how to get the latest effective date by vendor and item but was not able to get UnitPrice
    SELECT  "VendPart"."Vendor", "VendPart"."Item", Max("VendPart"."EffectiveDate") AS MaxOfEffectiveDate
    FROM   "POS_LiveRpt"."dbo"."VendPart" "VendPart"
    GROUp BY "VendPart"."Vendor", "VendPart"."Item"
    Edited by: MichellePoh on Feb 23, 2012 9:58 AM

    hi Michelle,
    you can use a subquery in your command to bring back the UnitPrice that is applicable to the max date...see the code below for an idea.
    you'll have to change the "UnitPrice" field below to match yours.
    note that in the subquery the vendpart table has been aliased as vendpart2 for the subquery to work. also note that the code may not work in your database as Alan aluded to the fact that the syntax is specific to the database type...if you get any database errors please refer to your database manual or a forum for your database type that has a subquery. and of course there may be errors from my typing in the query as it's just being done inside this forum thread...but hopefully this will give you an idea how to do this.
    cheers,
    jamie
    SELECT 
    "VendPart"."Vendor",
    "VendPart"."Item",
    Max("VendPart"."EffectiveDate") AS MaxOfEffectiveDate,
    SELECT "VendPart2"."UnitPrice"
    FROM "POS_LiveRpt"."dbo"."VendPart" "VendPart2"
    WHERE "VendPart2"."EffectiveDate" = Max("VendPart"."EffectiveDate")
    AND  "VendPart2"."Vendor" =  "VendPart"."Vendor"
    AND "VendPart2"."Item" = "VendPart"."Item"
    ) AS UnitPrice
    FROM  
    "POS_LiveRpt"."dbo"."VendPart" "VendPart"
    GROUp BY
    "VendPart"."Vendor", "VendPart"."Item"

  • Which table will get updated for batch characterstics for the MIGO trans?

    Hi all,
    As i am trying to post a goods receipt for 101/102 movement type in MIGO transaction.
    But it is giving error as 'Batch characterstics values are not classified'.
    If i give Batch Type- as  PRODUCTION(P)  in batch classification.
    It will get posted.
    Can any one help me out in which table this field will get updated.
    Thanks...

    HI ,
                 Try table MSEG.
    Regards,
    Mohan

  • Which tables store the domains and data types?

    Hi.
    From what I know, DD01L stores all the domains (both SAP and user-created) in the system. Is this understanding correct?
    As for data types, which table stores them?
    Thanks.

    Hi,
    All abap program stored in the TADIR table and TRDIR
    Z_reports are stored in the table REPOSRC
    TVDIR is the system table(view) maintained by sap.
    in this all Tables are stored.
    TVDIR is a repository of VIEWS.
    The domains are stored in DD01L
    The tables that are created are stored in DD02L
    Fields are stored in DD03L.
    Data Elements are stored in DD04L
    DD06L                          Pool/cluster structures
    DD07L                          R/3 DD: values for the domains
    DD08L                          R/3 DD: relationship definitions
    DD09L                          DD: Technical settings of tables

  • In which table is the Live cache data stored?

    Hi experts,
       I am new APO .Can anyone let me know in which database table will the Live cache data be stored?
    Thanks in advance
    regards
    Ashwin.

    Hello Ashwin,
    the idea of the liveCache is to haev data permanently and quickly available without having to read/write from/to database. Therefore, the liveCache is <b>NOT</b> a physical database, it is a program in C++ that <i>simulates</i> a database and holds the data in the memory.
    However, it does need so called liveCache-anchors which are saved on the database, and which are similar to pointers.
    However, you can extract data from liveCache using BADIs or by creating a datasource on a planning area (for DP and SNP), manipulation can also be done only by BADIs or sophisticated programming (which basically uses RFCs).
    I hope this answers your question.
    Regards,
    Klaus

  • In which table does the Manage Rejection data is stored

    Hi All,
    I need some information regarding Manage Rejection.
    In which table is Rejected users data is stored. Actually what I am looking for is to look at the comments of all the rejected users by the reviewers.
    Currently I need to go into each and every request for the comments of reviewers.
    I searched for any specific table on the net but was able to find any.
    Please any help in this regard is appreciated.
    Regards,
    Nisha

    Dear Nisha,
    you can use table GRACREVREJUSER with the correpsonding reasons from table GRACREJREASON and GRACREJREASONT.
    Regards,
    Alessandro

  • In which table we get the details of related to goods issue and reversal

    dear experts,
    hello every body  please help me in finding the tables :
    case 1 : when i use mb1a to issue good with movement type 531 in which table can i find the stock details .
    case 2. same from 262,532.
    regards,
    Bh krishna mohan.

    Dear
    case 1 : when i use mb1a to issue good with movement type 531 in which table can i find the stock details .
    case 2. same from 262,532.
    SAP Tabel : Tabel will be AUFM and field BWART /MSEG
    1.AUFM-MSEG  for 261
    2.1.AUFM-BWART for 262 , 531 , 532
    Regards
    JH

  • How to find from which table we r fetching the data

    Hi friends,
    i got a requirement to design a query,in my transfer rules i check the info object related to the fiels.but in my crm the field name is different.
    how to find from which table the field is fetched........
    please tell me........
    Regards
    sridath

    Dear Sridath,
    In ST05 switch on the SQL Trace.
    Goto RSA3.
    Give your DataSource name > Execute
    Goto ST05...Switch OFF the Trace
    Analyze the Trace file
    Gives you details about the fields and Tables from where you are fetching.
    OR
    Goto LBWE
    Find your DataSource > Maintenance > Display mode
    In right side window...expand ALL list box...
    Exclude MC and take other words...they are the Source Tables.
    Regards,
    Ramkumar.

Maybe you are looking for

  • How to call Badi - CRM_ORDERADM_H_MERGE only on saving of service request.

    Hello CRM Experts, I am trying to change value of a field - "object_id" of table "CRMD_ORDERADM_H" while creation of a service request. I am doing this by implemeting BADI - CRM_ORDERADM_H_BADI, method - CRM_ORDERADM_H_MERGE. In this method I am crea

  • Why can't I text or email photos

    Why can't I text or email photos?  It doesn't indicate that it wasn't sent, but I know they're not being received.  Thanks!

  • Array Collection

    Hi, I'm using the following code in conjunction with amfPHP to pull information from a database, this info is then (as far as I know) returned to flex as an array collection. What I'm looking to do is populate the list with the data within the array

  • Raise to speak missing in IOS 8

    I couldn't find a good way to report this as a 'bug' or 'feature request' wanted to register my unhappiness with the removal of this feature.  It is quite annoying to have Siri use the speaker at full volume when I want her to quietly add an appointm

  • I didn't receive my free 4.7 license. Why?

    I completed and submitted the free 4.7 lincense form, but didn't receive a license. Will it receive it ever? And when? PS: Dropping the DV is ab absolutely bad decision :-((