CO assignment missing at at the time rounding off material in MIRO

Dear All,
              Iam facing the problem with co object assignment missing at the time of MIRO,
>when iam posting miro with higher value than PO, it should hit rounding off of material(GL)
>it is hitting that, but it is not allowing to post into the rounding off gl, showing error like cos object missing.
>Here we r mapped setting in OKB9 with cost centers depends upon plant wise.
>if i assign in okb9 valuation area mandatory level(1), it is not allowing me to post,
>but if i assigh GL at main screen in okb9, instead of selecting valuation area mandatory(1),it is allowing me.
Please help me how to overcome the problem, is there any special setting or logic for rounding off material gl.
>That GL has cost element, cost center is in active,field staus group setting also correct,
Where else i have to check please guide me.
Thank,
chinni

HI,
Once you set valuation area is mandatory, then you need to do another setting in the same screen.
Select level 1 in the OKB9 initial screeen and double click on the second screen with header " Detail per business area and valuation area". There u need to enter the value with the combination of cost center and valuation area.
You will not have any issue once you do this setting.
Vijay

Similar Messages

  • Asset a/c entry at the time of MIGO instead of MIRO

    Hi
    currently we are posting asset accouting entry at the time of MIRO i.e. asset Dr and vendor Cr.
    Now we want asset should debited at the time of MIGO.
    we have change the setting in MM-account assingment but still we are not getting the desire result. can anybody let us know how we can achieve the same.
    please reply
    Regards

    Hi
    Thanks...that is there but still not getting result.
    regards
    DD

  • Can't switch the time machine off!

    Hi everyone,
    At the advice of a friend I've turned my external hard drive into the time machine, but I don't want to do this, I just want it as an external plae where I can store music. I tried to switch it off by going to timemachine and then moved the switch to off, but for some reason everytime I plug my external hard drive in, it keeps showing up as the time machine. Does anyone know why?

    Use Disk utility to erase the drive. When it remounts you will get a dialogue box asking if you want to use the drive as a TM backup. Simply decline.

  • Problen in assigning partner function at the time of creation of lead .

    Hi ALL ,
              I have requirement , where as soon as bp will be created a lead has to be generated mentioning the BP as sales prospect (partner function) . I have to assign  employee reponsible partner  function too in lead , at the same time .
    I have used BAPI :BAPI  BAPI_LEAD_CREATEMULTI  to create the lead .
    But its not accepting the partner function as well as organisation details , giving error like Ref field for  Partner ,Orgman are not allowed.
    Can any one tell me where and how can I assign the Partner function in case of my reuirement .
    Thanks & Regards
    Debasri sarkar

    Hi Debasri,
    I am able to develop a code to add a partner
    Check this:
    *- Data
      DATA: lt_partner            TYPE crmt_partner_comt.
      DATA: ls_partner            TYPE crmt_partner_com.
      DATA: lt_input_fields       TYPE CRMT_INPUT_FIELD_TAB.
      DATA: ls_input_fields       LIKE LINE OF lt_input_fields.
      DATA: ls_input_fields_names TYPE LINE OF CRMT_INPUT_FIELD_NAMES_TAB.
      DATA: LV_Guid type CRMT_OBJECT_GUID.
      DATA: LV_AddPartner type NOTES-UDATE.
      DATA : lt_orderadm_h TYPE CRMT_ORDERADM_H_COMT,
             ls_orderadm_h like line of lt_orderadm_h,
             gt_obj_guids TYPE  crmt_object_guid_tab.
       LV_Guid = '96CB40512AA2BD4C95EEE26BFD8E6187'.
       LV_AddPartner = '00000012'.
    *- Partner info
      ls_partner-ref_kind = 'A'.
      ls_partner-kind_of_entry = 'C'.
      ls_partner-no_type = 'BP'.
      ls_partner-display_type = 'BP'.
      ls_partner-ref_guid = LV_Guid.
      ls_partner-ref_partner_fct = LV_AddPartner.
      ls_partner-partner_fct = LV_AddPartner.
      ls_partner-PARTNER_NO = '0000409993'.
      INSERT ls_partner INTO TABLE lt_partner.
    *- Input Fields info
    *  ls_input_fields-ref_handle = '1'.
      ls_input_fields-ref_guid = LV_Guid.
      ls_input_fields-ref_kind = 'A'.
      ls_input_fields-objectname = 'PARTNER'.
      CONCATENATE ls_partner-ref_partner_handle LV_AddPartner
                  INTO ls_input_fields-logical_key.
      ls_input_fields_names-fieldname = 'PARTNER_FCT'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'NO_TYPE'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'DISPLAY_TYPE'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'PARTNER_NO'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      ls_input_fields_names-fieldname = 'KIND_OF_ENTRY'.
      INSERT ls_input_fields_names INTO TABLE ls_input_fields-field_names.
      INSERT ls_input_fields INTO TABLE lt_input_fields.
    *- Make the changes in memory
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          IT_PARTNER        = lt_partner
        CHANGING
          ct_orderadm_h     = lt_orderadm_h
          CT_INPUT_FIELDS   = lt_input_fields
        EXCEPTIONS
          ERROR_OCCURRED    = 1
          DOCUMENT_LOCKED   = 2
          NO_CHANGE_ALLOWED = 3
          NO_AUTHORITY      = 4
          OTHERS            = 5.
      IF SY-SUBRC <> 0.
          Write 'Error!'.
      ENDIF.
    * Get guids
      LOOP AT lt_orderadm_h INTO ls_orderadm_h.
        INSERT ls_orderadm_h-GUID INTO TABLE gt_obj_guids.
      ENDLOOP.
      CALL FUNCTION 'CRM_ORDER_SAVE'
        EXPORTING
          it_objects_to_save = gt_obj_guids
        EXCEPTIONS
          document_not_saved = 1.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Hope this solves the issue.
    Regards,
    Saumya

  • COGS update on other GL Account at the time of Free goods or Sample goods

    Hello,
    In sales process, Usually the at the time of Delivery, material document is created as
    DR COGS
    CR INVENTORY
    But in the case of free goods or bonus goods or samples: the account should not determines COGS instead it should determine another GL Account called as Free good -COGS expense A/c.
    How can we solve the issue.
    Regards,
    SK

    Hi Yasar,
    You need to create a new routine for calculate type.
    Do as below:
    1. Go to VOFM>Formulas>calc.rule Rebate InKd to create a new routine for calculate type.  for example 601.
    2. add the following code in this routine 601 and then save.
      USING L_FRM STRUCTURE KONDN_FRM.
    DATA: VORKOMMA  LIKE KONDN-KNRMM,
           NACHKOMMA LIKE KONDN-KNRMM.
      L_FRM-NRMENGE = 0.
      L_FRM-NRRUND  = 0.
      L_FRM-NRMENGE = ( L_FRM-MGLME / L_FRM-KNRNM * L_FRM-KNRZM ).
    business rounding
        VORKOMMA = FLOOR( L_FRM-NRMENGE ).
      L_FRM-NRRUND  = L_FRM-NRMENGE - VORKOMMA.
      L_FRM-NRMENGE = VORKOMMA.
    3. Select routine 601 in field "Calc.Rule" when you create free goods condition record.
    Hope it helps.

  • Can I use the Time Capsule strictly for system backup and continue to use my Airport Extreme for all my wireless needs

    I want to use the Apple Time Capsule as an external drive and continue to use my Airport Extreme for all my wireless needs. Can I do that? The reason I ask is that my Time Machine utility cannot find the TIme Capsule - it only shows me the Airport Extreme, even when I "Rescan". SO I am unable to use the Time Capsule.

    You will need to connect an Ethernet cable from one of the LAN <-> ports on the AirPort Extreme to the WAN "O" port on the Time Capsule.
    Perform a "hard reset" on the Time Capsule by holding in the reset button for 9-10 seconds, then give it another minute to restart to a slow, blinking amber light.
    Open AirPort Utility, select the Time Capsule, and click Manual Setup
    Click the Time Capsule tab located below the row of icons to assign a name to the Time Capsule, a device password, and adjust Time Zone settings.
    Next, click the Wireless tab located to the right of the Time Capsule tab
    Change the setting for Wireless Mode to Off
    Click the Internet icon, then click the Internet Connection tab
    Connect Using = Ethernet
    Connection Sharing = Off (Bridge Mode)
    Click Update at the lower right to save the settings and allow 30 seconds for the Time Capsule to restart to a green light.
    You are all set

  • Difference in GR/IR clearing Acount at the time of IV

    Dear All
    When i do the IV for PO there is difference in GR/IR Clearing account which is not matching with GRN accounting document
    For Ex: at the time of GRN  : Material Account =12679.20 Dr
                                                  GR/IR Clearing    =12679.20 Cr
    At the time of IV                 : Vendor Account =12679.20 Cr
                                                 GR/IR Clearing    =12648.00 Dr 
                             Difference of
    There is difference in GR/IR clearing account at the time of IV
    Why there is a difference ?

    Dear all
    Thnks for your inputs
    Everything is same as per the PO.
    If the quantity is changed ,then the difference would be same as the item price in the PO.
    But there is no change in the IV in terms of quantity and price.
    The minor change happening is in GR/IR only.
    I am little bit confused.
    Assuming that the change may be price change after a partial delivery.
    Can I do the IV?

  • Setting the time on Linksys WRT610N wireless router

    Using a Linksys WRT610N, v1, latest firmware installed.
    I have been working on wireless access permissions for specific times but, after testing, it appears the time is off 7 or 8 hours.  I checked the time zone and it is correct but I can't find anyplace to tell me what time the router thnks it is.
    How do I tell what time the router thinks it is and how do I change the time?

    Open the setup page of the router .
    On the Basic Setup page at the bottom you will see the Time Zone settings .
    Select the Time Zone in which you are .
    See if that helps you .

  • Duty value is not flowing in import at the time of capturing j1iex,

    Hi freinds,
    duty value is not flowing in import at the time of capturing j1iex, after miro for planed del cost
    please let me know what are the possible reasons
    Regards,
    Balu

    HI,
    Have u given the inputs in J1ID.Have u given the details in Chapter id,Chapter id& Material.cenvat determination etc.
    Have u created all the 7 conditions as Planned delivery cost in Cond type.
    murugan

  • Does theAirPort Time Capsule have to be left on all the time

    Do I have to leave the NEW UPRIGHT  Time Capsule on and connected to the power all the time

    There are two different schools of thought as far as the Time Capsule (and other Apple routers as well)
    If Apple had wanted you to turn off the Time Capsule on a regular basis, they would have included an "Off" switch on the device, or a means to turn off the Time Capsule from your computer.
    Clearly, Apple designed the Time Capsule is designed to be left on most of the time.
    There is  less stress placed on an electronic device when it is left on, as opposed to turning it off and on constantly.
    Yet, it is true that turning the Time Capsule off will save a bit of energy.
    Knowing that just about any decision involves trade offs, you will have to decide which school that you want to join.

  • After initial backup, do you just leave it plugged in and running all the time?

    Initial backup was successful, but not sure about what to do nest.  Just leave time capsule running FOREVER? 
    What if I unplug it?  What happens to saved data?

    There just might be a reason why Apple did not even include an "Off" switch on the Time Capsule, or provide you with a way to turn off the Time Capsule from your computers.
    The Time Capsule was designed to left "on".
    Nothing will happen to your saved data if you unplug the Time Capsule.....but constantly powering the Time Capsule off and on will place far more stress on the electronics and hard drive than simply leaving it on all the time.
    The exception to this might be turning off the Time Capsule if you are away for an extended time.....long weekend, vacation, etc.

  • HT201250 I had turned off the time machine auto back up and now when I try to turn it back on it keeps looking for a disk even though the time capsule is shown, do I have to set it up again as an initial?

    I have been using the time capsule to back up both my iMac and recently added MacAir, it has been working fine but recentlky I had turned the time machine off on the Macair and now when I try to turn it back on it keeps looking for a disk even if I select the time capsule. Do I have to start the backup for the Macair as a new backup?

    That happened to my brother earlier. He went into Facebooand then into another app and the same thing happened. he ended up having to restore it. Mine stayed with the Apple logo for a bit but its back to normal after pressing the buttons a million times. I hope you get your problem sorted. Goodluck!

  • Anyone else notice the chagne in the Timer (part of Clock app) in 1.1.3

    I use my Timer daily (M-F) as I have to park at a meter for work. Every two hours I need to go refill the meter. So I set my timer for 1:55 and let it count down. In the past, if I happen to go out before the timer goes off to refill, when I open the timer app to cancel the timer, it use to stay at the time where I canceled. While never a big issue for me because it made me have to flip and reset the 1:55 setting before starting it again, now with 1.1.3 it will remember the setting and automatically go to last set time (thus 1:55 for me). Yes this makes it a lot easier for me so now I just hit cancel, then start and off I go. But can see how it may affect others that liked it the other way and want to continue where they left off for the needs they use the timer for.
    Guess it is just nice to discover a change that works in my benifit, but also puzzled at the change. The time for the programmers and odds are meetings about if they should change it or not. When one sits and thinks about the true full cost of deciding on a change and making it, seems like a lot of time and effort to at least to me looks like a minor change that odds are will make some happy, but upset others. To me for something like this (a timer) having it either way is fine (and has it's logical reasons why) and those that don't like it can just get use to it.
    Anyhow, just wanted to list another change in 1.1.3.

    Hi,
    Which RESET should work, without using the "Reset All Settings", "Erase All Content and Settings" or "Reset Home Screen Layout" options?
    I did already completed the "Erase All Content and Settings" trying to fix something else with the phone and restored it from a back up. Now could that be the culprit of this bug and not an iOS 5.0.1 bug?
    Thanks in advance!

  • Rounding off service tax

    Hi Guru's,
    I would like to know what settings do I need to do the round off to next rupee in the service tax calculation.
    If sevice Tax Amt - INR 240.23 = INR 240
    If service Tax Amt - INR 240.55 = INR 241.
    That means if it is .50 and above it should round off to next rupee, else round off in other way.
    Thanks in advance.
    Deepak

    Hello
    Some times rounding off in invoices can be country specific, where decimals / rules for rounding can be defined.
    Maintain  these and check. But this could affect other documents also, which I am sure you do not want.
    Please check this
    SPRO-> EWT>Calucaltion>define rounding rule for tax type
    Reg
    *Assign points if useful

  • Issue in MODVAT Clearing Account and Rounding off of Excise.

    I have one issue in MODVAT Clearing Account and Rounding off of Excise.
    Example:
    Material cost    100Rs.
    Excise  value
    1. BED             10.5 Rs
    2. ECes             2.1 Rs
    3. HEces          1.3.Rs
    At the time of GR
    Material Ac Dr          100 
         To GR/IR                        100
    At the time of Excise Capture
    We done the rounding of Excise value
    RG23 A  BED         11
    RG23 A  Eces          2
    RG23 A  HEces        1
       To MODVAT            14
    At the time of IR . System create IR with reference of PO
    GR/IR  DR      100
    MODVAT         13.9
        To Vendor         113.9
    So here you can see that there is a difference of 0.1 in MODVAT account and hence we are crediting Vendor  with the lesser amount here with 0.1 RS.
    So we cannot reconcile the MODVAT Account
    Less Payment to vendor by 0.1 Rs
    So is there any solutions on that.
    regards
    Shayam
    Edited by: Shayam_210 on Jan 3, 2011 7:08 AM
    Edited by: Shayam_210 on Jan 3, 2011 7:09 AM

    Hi,
    Check the rounding setting in below:-
    SPRO > Logistics - General > Tax on Goods Movements > India > Basic Settings > Maintain Company Code Settings
    SPRO > General Settings > Currencies > Define rounding rules for currencies
    Regards,
    Gaurav

Maybe you are looking for