"No activity prices exist for" --- **Important**

Hello All,
I encounter a warning message of the following type
No activity prices exist for 30031316OH/3MET when I try ot maintain an entry for the user in CAT2.
Suprisingly, the cost centre mentioned in the warning message above (30031316OH) is different from the cost centre maintained for an employee in the info type 315 which happens to be 30058212OH.
It's neither the cost centre available in the 0001 infotype for an employee.
So my question here is, where from this cost centre is picked to be populated in the error message?
Anybody else face this issue?
Am I missing any configuration here?
Your advise on this is highly appreciated as this is important.
Thank you in advance,
VV

cost center is picked from the work center. u can see in tcode cnr2 in costing tab page.
now important for u is check whether cost center and activity type has been given properly there or not. after this check whether dates are maintained properly or not and also check ur activity, cost center should be avilablae on dates, after this check tcode kp26  whether rates has been maintained with proper cost center and activity type and again check rates are maintianed for current date.
Regards
Abhishek Sinha
Idhasoft, India

Similar Messages

  • KB21N--No activity prices exist for 0000013541/O2N110

    Hi Friends,
    While doing KB21N am not able able to enter total price and getting error message that
    No activity prices exist for 0000013541/O2N110
    Message no. BK057
    Diagnosis
    You want to charge activity O2N110 from cost center 0000013541. However, you have not planned the activity for the
    u2022     combination 0000013541/O2N110 in actual version "000"
    u2022     or you have not fixed any activity prices in activity planning
    Procedure
    Plan the activity price for activity type O2N110 on cost center 0000013541.
    Note that only prices of version "000" are included in the cost allocations.
    Any pointers
    Rgds

    Resolved the issue ,
    closing the thread
    Thanks Ahemad.
    Regards
    Ashutosh

  • No active nametab exists for...

    Hi,
    I try to maintain BOM data by CSAP_MAT_BOM_MAINTAIN bapi. Everthing works ok when I use example code of this function module. But when it comes to terms deleting an item from BOM, I always get error :
    "No active nametab exists for CI_STPO".
    But it also deletes the item. Do you have any idea?
    *---- BOM header data structure
    data: begin of tstk2.
              include structure stko_api02.
    data: end of tstk2.
    *---- BOM items table
    data: begin of tstp3 occurs 0.
              include structure stpo_api03.
    data: end of tstp3.
    DATA tstko TYPE stko_api01.
    *---- Object dependencies table
    *     Basis data
    data: begin of tdep2_data occurs 0.
             include structure dep_data.
    data: end of tdep2_data.
    *     Description
    data: begin of tdep2_descr occurs 0.
             include structure dep_descr.
    data: end of tdep2_descr.
    *     Source
    data: begin of tdep2_source occurs 0.
             include structure dep_source.
    data: end of tdep2_source.
    *     Sequence
    data: begin of tdep2_order occurs 0.
             include structure dep_order.
    data: end of tdep2_order.
    *     Documentation
    data: begin of tdep2_doc occurs 0.
             include structure dep_doc.
    data: end of tdep2_doc.
    data: flg_warning like capiflag-flwarning.
    *data : error_code type BAPI_MSG.
    *- Initialize database log
       call function 'CALO_INIT_API'
            exceptions
                 log_object_not_found     = 1
                 log_sub_object_not_found = 2
                 other_error              = 3
                 others                   = 4.
       clear tstp3.
       tstp3-id_item_no = '0050'.                    "Item identification.
       tstp3-fldelete   = 'X'.
       append tstp3.
    *- Change BOM
       call function 'CSAP_MAT_BOM_MAINTAIN'
            exporting
                 material   = MATNR
                 plant      = PLANT
                 bom_usage  = BOM_USAGE
                 valid_from = VALID_FROM
                 fl_bom_create = ' '
                 fl_new_item = ' '
                 i_stko  = tstko
            importing
                 fl_warning = flg_warning
                 o_stko     = tstk2
            tables
                 t_stpo       = tstp3
            exceptions
                 others  = 1.
       if sy-subrc eq 1.
    *---- Error
    *     Please see log
          ERROR_CODE = 'Tanu0131msu0131z hata. Baku0131m ekranu0131 açu0131k olmasu0131n?'.
       endif.
       if flg_warning eq 'X'.
    *---- Please see log for information, warning messages, and success
    *     messages.
    *      MESSAGE ID sy-msgid TYPE 'E' NUMBER sy-msgno
    *WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
              CALL FUNCTION 'MESSAGE_TEXT_BUILD'
               EXPORTING
                    msgid               = sy-msgid
                    msgnr               = sy-msgno
                    msgv1               = sy-msgv1
                    msgv2               = sy-msgv2
                    msgv3               = sy-msgv3
                    msgv4               = sy-msgv4
               IMPORTING
                    message_text_output = ERROR_CODE.
       Endif.

    CI_STPO is a customer include in which you can put some specific fields
    probably you call a user-exit that is used to maintain fields of this customer include and it does try to find the structure of it (which does not exist)

  • Help error on activation  -       No active nametab exists for SY

    In ABAP web dynpro I create a SERVICE CALL. Everything looks ok, but when I activate this project,
    it displays an error message as the following:
    Web Dynpro Comp. / Intf. ZW_Test_BAPI, Web Dynpro Component Controller
    No active nametab exists for SY
    When I click on the error message, it brings my cursor to the import value of the component controller context.
    What is going on here? Can someone help me?
    Thanks

    Changed the type to something other than SY-datum

  • No active nametab exists for SY

    Hi,
    I have created a BAPI and it has IMPORT and EXPORT values. I have checked the REMOTE-ENABLED MUDULE redio buttoms.
    This bapi works perfectly well for Java Web Dynpro.
    I now create a ABAP web dynpro and create a SERVICE CALL. Everything looks ok, but when I activate this project,
    it displays an error message as the following:
    Web Dynpro Comp. / Intf. ZW_Test_BAPI, Web Dynpro Component Controller
    No active nametab exists for SY
    When I click on the error message, it brings my cursor to the import value of the component controller context.
    What is going on here? Can someone help me?
    Thanks
    AS

    Hi Anna,
    I got the same problem with a customer of mine. I'm looking for a solution but I am unable to find anything at this moment.
    I thought that regenerating objects from SGEN transaction would solve this problem. Also, I've checked inactive object in SE80 transaction but nothing yet.
    Could you please tell me how did you solve this?
    Thanks in advance,
    Tomás Vírseda

  • No Active Nametab exist for - while deleting master data

    Hi,
    We are deleting a master data record in production and while saving the master data we are getting an error like "No Active Nametab exist for". And while going back the screen it is giving an error as "Table /BIC/YZEMPLOYEE does not exist". How do we resolve this and is there any program to delete the master datAny help is greatly appreciated.
    Regards
    Vijay

    Hi,
    Check this  OSS Note 211492.
    Hope this will resolve the issue..
    Best Regards,
    VVenkat..

  • Actual activity price calculation for production order

    Hi
    Can any one guide me in how many ways we can assign actual activity price calculation for production order?
    I knew only one way by assigning PPP2 costing variant?
    I have another doubt is: if we don't mention any material valuation indicator (moving average, standard) in valuation variant, how system will calculate material prices? is there any other way, to recognize the prices by system?
    regards,
    Ramesh B

    Dear,
    Costing variant PPP2 is linked to some valuation variant inn OPL1
    System will check the valuation of material and activity according to this valuation variant
    For material valuation there are many stg acceding to which system will take the price the raw material,
    Valuation strategy for material component
    Strategy sequence that determines the valuation of the materials used in the cost estimate.
    Use
    The materials are valuated using the price in the material master record or the values calculated in a material cost estimate.
    Procedure
    You can enter a single strategy, or you can enter multiple strategies in the form of a strategy sequence. If you enter multiple strategies, the priority of the strategy determines what price or what values are selected.
    Examples
    Assume that the following strategy sequence is entered for material valuation:
    1. Planned price 1
    2. Standard price
    3. Moving average price
    If the system finds a value in the Planned price 1 field (costing view), this value is taken as the value for valuating the material.
    If the system does not find a value, the value in the Standard price field (accounting view) is used.
    If the material does not have a standard price, the system uses the value from the Moving average price field.
    if you have not mentioned, then system will give error that "valuation stg not found"
    Valuation strategy for internal activities and processes-
    Strategy sequence that determines how internal activities and processes are valuated in costing.
    Use
    The activities and business processes used are valuated with the prices from Cost Center Accounting or Activity-Based Costing to determine the production costs or process costs. The prices can either be calculated iteratively through price calculation, or entered manually by the user.
    Procedure
    You can enter either a single strategy or more than one strategy in the form of a strategy sequence. If you enter more than one strategy, the priority of the strategy determines which price is selected.
    Examples
    The following strategy sequence is entered:
    1. Actual price of the previous period
    2. Plan price of the previous period
    3. The most current plan price
    If the system finds a price for the activity type, this price is used for valuating the internal activities. If no price was calculated for the previous period, the plan price from the previous period is used to valuate the activity type.
    If the system cannot find a plan price for the previous period, it looks for a future plan price, using the next price in the posting period to valuate the internal activities. For example, if plan prices have been entered for periods 2 and 3, and a plan price is calculated in period 1 for period 4, the system uses the price from period 3 in accordance with the valuation strategy Most up-to-date plan price.
    Again if you have not mentioned, then system will give error that "valuation stg not found".
    You can use any costing variant for actual (PPP2)and planned(PPP1) according to your requirement.. check in OPL1

  • A current or futre standard price exists for materail

    when i do the stock  movemnet using  MB31 ,101 movement the following error coming
    A current or future standard price exists for material ,mesage no CKPRCH 025
    in material master cost estimated updated
    how to slove the issue

    Dear,
    I think you have not updated the Cost Estimate. Please check in Costing view 2 tab of Material Master under Future Price any cost exist for the current period.
    Br, Vivek

  • "Use active profile except for: IMPORTANT CALLS?

    I'm kinda confused as to what this means (in the ringer profiles).  Exactly where in my phone would I set a contact as an "important caller" so that I would be alerted to them calling me/texting me regardless of what ringer profile I was currently using?  I'm really confused on this and need an explanation on how this works.
    Thanks

    Check out this KB article: Add Contacts to Important Calls List
    Also check out vcottrell's answer on how to have specific alerts for email and messages from specific senders:
    http://supportforums.blackberry.com/rim/board/mess​age?board.id=8100&message.id=7155#M7155
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • 'No active nametag exists for '

    when i'm trying to load from 2lis_02_itm to cube 0pur_c01.Its giving the error mas like 'No active name tag in the system'.
    And in the status tab
    Error message when processing in the Business Warehouse
    Diagnosis
    An error occurred in the SAP BW when processing the data. The error is documented in an error message.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Further analysis:
    The error message(s) was (were) sent by:
    Update.
    The data is directly feeding to cube.
    ITs not mentioning any table..........
    This is an urgetn requirement.
    Thanks

    Thats not tag its nametab.

  • Actual activity price does not exist for cost center / activity type

    Hi,
    We are trying to upload the time sheet related data(number of hours an employee workred on a project) ect from Non SAP to SAP.
    We have used a customized program and have loaded the data from se38.
    All this HR data will be saved in CAT2
    Later we transfer the time related data into SAP FI/CO using CAT7.
    +When  tested  with a couple of employees time sheets, they got uploaded in SE38 proerly and when transfered it through CAT7 it was properly taking the hour*rate is cost and was reflecting in the respective cost element.
    For a few time sheets in SE38 we were getting an error saying that the cost center(100501)/ activity type(EAT001) does not exist for 2010.
    Hence we have taken, FY 2010, the cost centes and activity types in KP26 and have given the planned Activity as 1. No planned cost in KP06.
    We have run the price calculation forr the FY 2010.
    Then we were able to uplaod the time sheets, but when we tried to transfer the data through CAT7, it throws an error saying no activity price exist for cost center 100501/ activity type EAT001. If I ignore the warning an proceed, no amount is being calculated.
    When uploaded employee time sheets before, all the cost were getting claculated and were entering into  the respective cost elements, but now no amounts are being calculated and it is taking Zero.
    When checked the previous years data i.e, 2009 all amounts are fine, in KSII I can see the activity quantity filled with some numbers in 2009, where from are they comming? I have checked KBk6 nothing was mentioned.
    PLease assit
    Regards,
    shilpa

    Hi
    I never used CAT* though, but the error means that you need to maintain a activity price in KBK6 (Actual price)
    Regards
    Ajay M

  • Memory Limit for "IMPORT/EXPORT from MEMORY ID" statement

    Hi All,
    Can anyone tell me whether there is any memory limit exists for "IMPORT/EXPORT from MEMORY ID" statement.
    Like may be we can transfer xx MB of data via this......or it is open, we can transfer any amount of data to ABAP memory via this.
    Regards
    Munish Garg

    1. Each user sessions have external sessions and each external sessions have internal sessions.
    2. The programs being executed in the internal sessions can access ABAP memory
    3.ABAP memory is a storage area for internal program variables like fields, structures, internal tables,,They can be passed  between internal sessions of an external session.
    4. you can transfer data through ABAp memory using IMPORT and EXPORT statements
    5. after IMPORT FROM MEMORY ID <id> , you can use sy-subrc to check the existance of the cluster ID. here sy-subrc is not used to check whether the Import was successful or not.

  • Price lookup for list pricing

    Hi!
    In one of my report which shows the list price versus
    offlist price I have a special condition which I am have to
    satisfy.I am a little confused about the same and would like to know
    if soemone can please guide me through.
    Basically if the condition type = 'ZLP'(list price)
    and the price tables (kotabnr) is either 1 or 2 or 3(tables)
    If the pricing falls under one of the above tables(1,2 or3),
    then the report needs to determine if there is a price in
    the following tables one by one for the same unit of measure:
    tables : 10, 11, 12, 13 or 14.
    if it is able to find a price with the same unit price
    in one of teh tables 10, 11, 12, 13 or 14 then it grabs
    that and multiplies by qty and thats the list price for it.
    I would like to know how to go about doing it and referning
    what tables to find that price. Basically we go by transcation VK13 to
    see the price manually but I would like to know how do I
    go about doiong in my program.
    Note:
    Sales org/plant/payer/material u2013 Table 1
    Sales org/Payer/material/sales unit u2013 Table 2
    Sales org/payer/material u2013 Table 3
    Sales org/Material u2013 Table 10
    Sales org/Material/Sales Unit u2013 Table 11
    Sales org/Plant/Material u2013 Table 12
    Sales org/Plant/Material/Sales unit u2013 Table 13
    Sales org/Sales off/Material - Table 14
    Regards
    ST

    Basically what I have done and after which I am unable to proceed is :
    ptable = zcl_konv=>get_price_table_number( itp_kschl = ta_konv-kschl
                                               itp_kolnr = v_kolnr ).
    if ptable = '974' or
        ptable = '993' or
        ptable = '994'.
    if the above condition is met we need to check for the prices in the transaction VK13 for the
    ptables 901, 904,976 & 990, going through each of them to checak if any price exist for the particular materail with same sales unit and if it exists the use that that price in the output.
    I have got through till the above code but not sure how to proceed further to check through each price tables for the materail prices exists or not.
    If someone could please help out after this would be highly appreciated.
    Thanks

  • Activity prices in KP26 used for actual and plan in version 0

    We plan activity prices via KP26 in version 0. We then plan activity consumption via KP06, and run the plan reconciliation via KPSI.
    During the year, we need to update the activity prices used in actual activity allocation. This price also comes from version 0.
    When we change the activity price, the planned amounts change also. We are looking for a way to maintain a separate price for actual activity allocation.

    Ajay,
    Your answer definitely sent me down the right path...thank you!
    For other's benefit, these are the steps I took to make this work:
    1) set the "Purely Iter. Price" indicator in plan version 0
    2) import planning layout 1-N01 from client 000 (OBKF)
    3) add planning area "Cctr: Manual actual prices" to planning layout SAPALL (KP34)
    4) add planning layout 1-N01 to planner profile SAPALL (KP34)
    5) create and run custom program from note 551309 to add cost element field to the input screen in KBK6 (SE38)
    6) transport planning layout for planning area "Cctr: Manual actual prices" (OKEX)
    Now we can plan a price in KP26, and maintain a different price in KBK6 which is used in the actual activity allocation.
    Thanks again,
    Linda

  • (Administration - Marketing - Import), you can set a parameter value "Import mode" for what to do in case of duplication as "update existing records", "Import new records". The final report of this import is presented as a text file that can be viewed in

    Administration - Marketing -> Import, you can set a parameter value "Import mode" for what to do in case of duplication as "update existing records", "Import new records". The final report of this import is presented as a text file that can be viewed in Business Administration - Marketing -> Import -> Exceptions. Whatever the exception, including duplication import occurs during import and recorded in a text file.   What are the fields that determine the duplicity? How I can I can change those?

    You will be returned anything that is in the option's value parameter. What is displayed in the dropdown and what is put in the value attribute do NOT need to be the same, so maybe you should start there.

Maybe you are looking for

  • Voice over on an ipad

    I cannot activate voice over on an ipad 1. Is there a tutorial on it? I'm trying to set it up for a visually impaired person.

  • Master details form: in the details form the List of values is not working

    The master details have an upper form and a lower form OK So, the List of values of values in the upper is working fine, the lower form or the details form the list of values not working on it and the code is right, and mean not working like when you

  • Vertical scroll bar disappears when I minimize the screen

    I have Firefox 10.0.2. I do have a vertical scroll bar with both the up and down button; however, they all disappear when I minimize the screen. When I am in Ancestry, for example, when I minimize I get a horizontal scroll bar but there is no vertica

  • Dump in BI Content activation

    Dear All, We have upgraded Bi system to version BW 7 SP level 18 (SAPKW70018). I am activating the technical content from SPRO. I am getting the below dump and job is getting cancelled. In ST22, it is displaying as RAISE_EXCEPTION. The details are as

  • Cancelling a single app subscription

    Today I upgraded a single app subscription to a complete suite subscription. I had 2 x single app subscriptions and I have tried to cancel the other single app subscription but can't online....? How do I do this?  I've been waiting for the CHAT to he