Table for updating Fixed cost

hi,
Please suggest me the table or procedure to find the Fixed Cost in SALES ORDER COSTING.
the field name is FK,Data element is  CK_FK_S1 ,structure is  CKCOSTLINE.
Thanks in Advance.

Try these tables.
KALA,KALO,KALM

Similar Messages

  • Table for total actual cost and total actual revenue.

    Hi Gurus,
    Can anybody pls tell me what is the table for total acutal cost and total actual revenue for a service order.
    Thanks in advance.
    Regards
    Satish

    Check COSP

  • Lock table for update in adf

    dear all ,
    am using Jdeveloper 11.1.1.3 with oracle database 10g,
    now what i need to do is when inserting a new row in one of my entities i need to lock the entire database table until the commit happen...
    i'll explain to u why I need to do this,,, let say that the table x contains the following columns
    x_pk number, ( which is the primary key )
    x_serial number,
    x_type varchar2 );
    now am getting x_pk from a sequence on a database so its not a problem,
    but for x_serial it needs to be serialized per x_type , now in oracle forms developer i used to do the following in per-insert trigger on the block level-->
    lock table for update then selecting the max serial per the type then use it for setting the :x_serial that is in the same block...
    now in ADF , i should do this in the do_dml when the operation==DML_INSERT but am not sure what to write and if it will be working same as it was in the form developer
    thanks ,
    Lama

    Delta,
    I wrote a [url http://stegemanoracle.wordpress.com/2006/03/15/using-updatable-views-with-adf/]blog post some time ago for an earlier version of JDeveloper that implemented some custom locking behaviour for EOs - perhaps you can adapt the technique there to your needs?
    John

  • Tables for Fiels Fixed Value and Variable Value

    Hi,
    Can any one tell me where the actual fixed and variable costs are stored in which table and also the planned costs. I have checked it, but it is showing RKPLN as data structure. We are doing development report where in standard Cost Center Report we need to have break up of fixed and variable cost. Please guide me where exactly these fields are stored in which table. its very urgent.

    Hi,
    In regard to the tables for planned data please do a search of the forum as this question has already been asked a few times. E.g. here:
    CO PLANNING TABLES
    In regard to fixed / variable actual costs: these are not stored in separate tables. If a posting contains fixed and variable portions, for example postings resulting from splitting (KSS2), then the fixed portion is stored in the COEP- WKFBTR (line items) and COSS-WKF*  fields (summary items).  Please observe SAP note 192107 on this issue.
    Regards
    Karl

  • Table for Sales order Cost Est?

    Cost estimate data for sales orders used to be kept in KEKO and KEPH -
    Now that we've upgrade to 5.0 - there are only product cost estimates.
    Anybody know the tables for sales orders?
    thanks

    Dear Althea,
    please check with this tables.
    VBAG                           Sales Document: Release Data by Schedule Line in Sch.Agrmt.
    VBAK                           Sales Document: Header Data                               
    VBAP                           Sales Document: Item Data                                 
    VBBE                           Sales Requirements: Individual Records                    
    VBBS                           Sales Requirement Totals Record                           
    VBDATA                         Update data      
    Regards
    Mangal.

  • AFVC table note updated when Cost element is changed in PR

    For External activity PR is created and in PR cost element is changed. When I go back and check the activity in CN22 it reflects new cost element correctly. But when I check the AFVC table entries it still shows the old cost element.
    Did any one experienced same problem and I could not find any OSS note on this.

    i haven't come across this problem, however you can check which costelement updated in cooi table. i think
    it doesn't matter what costelement updated  in afvc table because system concerns more about cooi table for commitments
    and reporting.
    regards,

  • Table for "Budget planning : Cost Center"

    Hi Gurus,
    can anyone pls tell me table for "Budget : Cost Centre" . We create budget with respect to cost center in KPZ2/KPZ3 but i am unable to find out in which this data can be found.
    Pls tell me the table to retrieve the data.
    Regards

    You can do it yourself.
    goto transaction St05. activate the trace. then execute the transaction. after execution goto st05. click deactivate trace.
    then click display trace...hit enter button. a list will be displayed. goto menu bar choose first menu then choose option "Summarice sql statements"...a list will be displayed from which you can know what all tables were affected by the transaction.

  • Table for change in cost center in Kb61

    Dear friends,
    I changed the cost center using t code KB61, From which table i can get the details of change in cost center
    Rgds
    Madhavan

    Hi,
    KB61 will post the document with the change from old cost object to new cost object in CO documents, so you can check the following tables for this posting.
    CO document Header: COBK
    CO document items:COEP
    CO summary table:COSP (or COSS)
    best regards, takashi

  • Tables for  BUDGET & ACTUAL - COST CENTER

    Hi
    I want to know what are the table in which the actual and the budget for the COST CENTER are stored....
    Regards
    SAP4ME

    Hi Eli,
    Thnx for the reply.i have already checked those mentioned by u.
    My req is  that i want to pull the DATA for developing a report of ACTUAL and BUDGET for a particular cost center o range of cost cost centersfor a range of period.
    But in the table mentioned by,how can i will come to know,to which cost center ,what is budgeted and the actual .
    Please give some details.
    Regards
    SAP4ME

  • Tables for CJ40 - change cost

    Hi Gurus,
    Which is the table for CJ40 --> actuivity input?
    In this field we enter sender cost Ctr and Sender Act.Typ. Is there any table for same for PS?
    thanks in advance.
    NArender.

    In SE16, PROJ, only project header details are provided.
    In CJ40, we plan cost for each and individual WBS element. For a particular WBS element, if I plan cost with "activity input", system pops up following columns: Sender cost center, Sender activity type, and quantity. Quantity will be valuated with KP27 entries.
    So my question is: in which table this data will be saved (WBS element --> Sender cost center --> sender activity type) ?
    Regards,
    Narender.

  • FM for locking n unlocking a table for update

    I have to update a table named bnka, can anyone tel me the FM for locking and unlocking a table before updating the same..
    thnkx
    amit

    you can use FM ENQUEUE_EFBNKA to lock the table vbak
    and DEQUEUE_EFBNKA to unlock it
    Example:
    call function 'ENQUEUE_EFBNKA'
    EXPORTING
       MODE_BNKA            = 'E'
       BANKS                = bnka-banks
       BANKL                = bnka-bankl
    EXCEPTIONS
       FOREIGN_LOCK         = 1
       SYSTEM_FAILURE       = 2
       OTHERS               = 3.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    update BNKA .....
    call function 'DEQUEUE_EFBNKA'
    EXPORTING
       MODE_BNKA       = 'E'
       BANKS           = bnka-banks
       BANKL           = bnka-bankl.

  • Name of the table for Standard Output/Cost maintained in in the IO

    Dear All,
    We go to KO03, enter the order no, display the order. Go to extras, Cost analysis. There are two columns. Total target cost and total actual cost. I need to find out the name of the table where the target cost/standard output is stored.
    Thanks in advance,
    Thanks,
    Satya

    Hi,
    The tables are :
    COSP
    COSS
    COSL
    COSB
    Regards,
    Eli

  • Table for finding material cost in group currency

    Hi ,
    We are maintaing product cost on Cocode currency and group currency using CK11. We are not able to find the cost in group currecy in MEBW or KEPH.
    Kindly let me know the right table to look into.
    Thanks,
    Jatin

    Hi Jatin
    Did you mean you have cost component split in controlling area currency? if yes, then you will get for each costing calculation two records in table KEPH, the currency label is field LOSFX. The record with blank LOSFX is company code currency, the one with "X" is controlling area currency.
    Hope this helps.
    Junqi

  • INV_INSPECTION_FLAG_ERR in the mtl_interface_errors  table for UPDATE

    Hi ,
    I am doing Item UPDATE interface through Back end
    i am getting error in the mtl_interface_errors table like below
    COLUMN_NAME                               ERROR_MESSAGE
    INSPECTION_REQUIRED_FLAG      Inspection Required Flag cannot be set to "Y" if Receipt Routing is not set to Inspection.
    what is happening?

    PranitSaha wrote:
    Probably you are using an item template that contains conflicting item attribute values.
    Sent from my iPhone
    Hi,
    Thanks for reply,I am not using Item Template in the Insert statement to the interface table,
    I am just inserting into org_id,item_no,process_flag, pr0cess_id...
    can you please explain more?

  • ORA-00918 issue joining tables for Update

    Hi,
    I have 2 tables : PAR_SPEC_OPS and T_PAR and I'm trying to update 2 columns in the first one with values from the second table.
    Here's my script :
    Update
    Select membership_id, membership_status
    From Par_Spec_Ops P,T_Par T
    Where P.Tracking_ID=T.Tracking_ID
    Set P.membership_id = T.membership_id,
    P.membership_status = T.membership_status;
    Running this gives me ORA-00918: column ambiguously defined. I've looked this up and it says it happens when there's a common column in the 2 tables and I'm not using prefixes, but as you can see from my command, I'am using prefixes. I have tried with and without alias but I get the same error.
    Do you guys have any ideas?
    Thanks and regards,
    Ionut
    Edited by: 837311 on Nov 8, 2011 4:24 AM

    Does this help?
    SQL> create table t_par
    2 (membership_id number,
    3 membership_status varchar2(10),
    4 tracking_id number
    5 );
    Table created.
    SQL>
    SQL> create unique index t_par_ix1 on t_par(tracking_id);
    Index created.
    SQL>
    SQL> create table par_spec_ops
    2 (membership_id number,
    3 membership_status varchar2(10),
    4 tracking_id number
    5 );
    Table created.
    SQL>
    SQL> create unique index tracking_id_ix1 on par_spec_ops(tracking_id);
    Index created.
    SQL>
    SQL> insert into t_par values(111,'new',1111);
    1 row created.
    SQL> insert into t_par values(222,'new',2222);
    1 row created.
    SQL> insert into t_par values(333,'new',3333);
    1 row created.
    SQL>
    SQL> insert into par_spec_ops values(111,'expired',1111);
    1 row created.
    SQL> insert into par_spec_ops values(222,'expired',2222);
    1 row created.
    SQL>
    SQL> Select t.membership_id, t.membership_status,p.membership_id,p.membership_status
    2 From T_Par T left outer join par_spec_ops p using(tracking_id)
    3 ;
    MEMBERSHIP_ID MEMBERSHIP MEMBERSHIP_ID MEMBERSHIP
         111 new          111 expired
         222 new          222 expired
         333 new
    SQL>
    SQL> Update
    2 (
    3 Select p.membership_id as p_m_id,
    4      t.membership_id as t_m_id,
    5      t.membership_status t_m_stat,
    6      p.membership_status p_m_stat
    7 From Par_Spec_Ops P,T_Par T
    8 Where P.Tracking_ID=T.Tracking_ID
    9 )
    10 Set p_m_id = t_m_id,
    11 p_m_stat = t_m_stat;
    2 rows updated.
    SQL>
    SQL> Select t.membership_id, t.membership_status,p.membership_id,p.membership_status
    2 From T_Par T left outer join par_spec_ops p using(tracking_id)
    3 ;
    MEMBERSHIP_ID MEMBERSHIP MEMBERSHIP_ID MEMBERSHIP
         111 new          111 new
         222 new          222 new
         333 new
    SQL>

Maybe you are looking for