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

Similar Messages

  • "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

  • 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

  • '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

  • 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

  • Accounting for variation of activity/price

    We use transaction KP26 to change the activity’s prices.
    Then we transfer the activity cost in accounting with CAT7.
    If we change the prices of past months, is there a transaction that generate an accounting document for the cost difference due to the price variation?
    Regards.

    Hi
    There is an activity called revaluation of activity prices, you need to run this every month end so that you get actuals price and not planned price. However you need have the actual price calculation run before this using KSII transaction.
    Use transaction CJN1 to revalaute project, KON1 to revaluate orders.
    ANAND

  • Does the photography cloud exist for students for a lower price? and what about updates?

    Does the Photography-Cloud, including PS and Lightroom (12,95€ per month), also exist for students and pupil for a lower price?
    Will the Photography-Cloud be updatet with any change on the programs?
    Thanks for any answer.

    Start here https://creative.adobe.com/join/edu
    One Year Intro Price http://forums.adobe.com/thread/1448933?tstart=0
    http://www.adobe.com/products/creativecloud/students.edu.html
    http://www.adobe.com/products/creativecloud/buying-guide-education.html
    http://www.adobe.com/education/students/student-eligibility-guide.edu.html
    ID Proof http://www.adobe.com/store/au_edu/academic_id.html

  • Error while updating the Actual Activity Prices

    Dear All,
    While calculating the Actual activity prices under test run (KSII) ,the system is calculating the prices correctly, but when I run the KSII after deselecting the test run ,the system is giving the following error message:
    Cost center EE04301000 activity type RWKHRS: costs exist although activity 0
    Message no. KP250
    Diagnosis
    The plan or actual activity for cost center EE04301000, activity type RWKHRS is 0. However, costs were planned or posted in period(s) 1.
    System Response
    The SAP System cannot calculate activity prices for this activity type as this would involve division by zero. The plan or actual costs are ignored in activity price calculation.
    Procedure
    Check activity price calculation in planning for activity type RWKHRS in cost center EE04301000 and the costs planned for period(s) 1.
    Activity Type Planning
    Primary Cost Planning
    For activity price calculation in actual, actual costs are allocated onto the activity type through splitting, although no activity posting was made on this activity type.
    The scenario is that we have 4 activity types and planned costs/activity qty for all the 4 activities and calculated plan prices and posted actual costs for all the four types. Production Order created and confirmed only 3 activities out of 4 activities. And when we calculate the Actual prices for all 4 activities the system is giving the above said message.
    Please suggest as how to solve this issue.  
    Regards
    Subbu

    Hi Subbu
    The error is very much justified.. If your actual qty for any act type is zero, then division by zero would yield an error during activity price calculatoin
    You need to ignore this error, if the zero qty for 4th act type is justified.. System would post act price for remaining 3 act types...
    Regards
    Ajay M

Maybe you are looking for

  • How can i propagate Zoning from one Vsan to another Vsan ?

    hi trying to find in FM but didnt found, my customer concerns is to migrate 1000 zones from Vsan 1 to Vsan 400 so it is possible without rebuilding all zoning informations in vsa400 ? thanks in advance JYP

  • HP Laserjet 1200 -- to HP Pavilion P6243w

    Greetings, I've had a wonderful experience with the HP Laserjet 1200 that I've had for a few years.  When I upgraded my desktop to the HP P6243w (Using Windows 7 64-bit OS), I hoped I would be able to find a paralllel to USB adapter to let it work wi

  • Flash js error in Windows 7 IE 8

    Hi folks, I see this error pop up when using IE 8 in 64 bit mode and don't know what to do or how to fix it: Webpage error details Message: Syntax error Line: 2 Char: 1 Code: 0 URI: http://cartierbuyer.com/flashdetect.js As far as I know, this was in

  • Ovi chat x3-02

    unable to receive messages but i can send message in ovi chat

  • CRVS2010 Beta - Crystal Report Viewer 2010

    Hi, I'm using Crystal report 2010 with VS 2010, and i have 2 web projects, the first is the one that my organization works with and the second is a dummy one - this is for test only -, my problem is when dealing with charts or pictures, every thing O