Need PR Unit should not equal to Material Base UOM

Hi All,
I want to maintain Base UOM as 'PC' in material master. Then i want 'BAG' unit should appear while creating PR & PO.
here 1 BAG = 100 PC .
After i maintained 'PC' uom  in material master, the uom 'PC' is appearing automatically while creating PR . This field is not editable in PR.
Please advice what i should do so that i can maintain PC as Base unit in material master & i can use unit 'BAG' for PR & PO.
Thanks
pabi

Hi,
Maintain the order unit as BAG in purchasing view of material master.
Maintain conversion factor 1 BAG=100PC in the "Additional Data>>Unit of measure" of material master
Create PR - here, the Unit of Measure will be shown as PC only. You cannot modify that in PR.
Next step, convert PR to PO in ME21N. There system will automatically pick the order unit as BAG and shown in PO item. It will also do quantity conversion to BAG as per conversion factor defined in material master.
Regards
Prabhu S

Similar Messages

  • Need By Date Should be equal or after the effective start date- error in po_requisitions_interface_all

    Hi All,
    We have created a manual planned order for one buy item in ASCP workbench for some qty and released it.
    But, we are not able to get its requisition created in source.
    When we check the PO_Interface _Errors table, we found that it is errored out with error as --
    Need By Date Should be equal or after the effective start date .
    Can anyone please help me out to find the cause of this issue. Any help/pointer in this regard will be highly appreciated.
    Thanks,
    Avinash

    Hi Abhishek,
    We found the root cause of the issue.
    Its BPA was not having any Effective start date mentioned in its terms. So we put it as BPA creation date and ran the data collection and plan run.
    After that we were able to see its BPA release created without any error.
    Thanks,
    Avinash

  • Bill of Material base UOM

    Is it possible to use a UOM other than the base UOM when defining a bill of materials in 11i?

    No, that is not possible. You are stuck with the item-org's UOM.

  • Freight charges should not add to Material Cost

    Dear All,
    We are maintaining the Freight Charges condition in Pricing Procedure for Stock Transport Order process, as per SAP standard the Freight charges will add to the Material Cost for receiving Plant. But we dont want to add the Freight Charges for Material Cost.
    Please let me know how to avoid the Freight Charges adding to the Material Cost.
    Thanks & regards,
    Dhanu

    Dear Dhanu,
    Add the condition type at header. So it will not be distributed among individual line items.
    I hope this will help you.
    Regards,
    Ganesh

  • Javascript alert script needed when calculation does not equal 100

    I have created a fillable form and have a total box which I've set to calulate the sum of Field1, Field2, Field3 and Field4
    which works well.
    I would like to add a javascript alert if the total amount does not add to exactly 100 to stop the user submitting the form or moving to next question.
    Any help would be greatly appreciated
    Thank you

    Hi try67,
    I have implemented successfully the following:
    event.value = ''; // clear field
    // get the values of field 1 and 2 as string
    var sField1 = this.getField("field 1").value.toString();
    var sField2 = this.getField("field 2").value.toString();
    // adjust for a field being 100 and the other is null
    if (sField1 == 100 & sField2 == '') sField2 = "0";
    if (sField2 == 100 & sField1 == '') sField1 = "0";
    // do only if field 1 and 2 are not null
    if(sField1 != '' & sField2 != '') {
    event.value = Number(sField1) + Number(sField2);
    if (event.value != 100) app.alert("Fields 1 and 2 must sum to 100!", 1, 0);
    } // end not empty
    Just wondered if you can let me know what I need to add to stop the form being submitted(email submit button) if the amount is not 100?
    So the same alert appears ("Fields 1 and 2 must sum to 100!")
    Currently if the fields exceed or are below 100, then the alert message  ("Fields 1 and 2 must sum to 100!")
    appears once and you can still tab to next field, or click on next field or submit the pdf.
    I was hoping to add validation on submitto be similar to required fields where you are alerted if not filled in and cannot submit until you imputted the correct calculation sum up to 100?

  • Condition Value should not effect on Material Price

    Dear All
    I have created one condition ZLOC - Local Conveyance ( At header Level & Positive ) and assigned in pricing procedure. But while making PO if i put some value against ZLOC condition its effect on my Net Price of Each Item. Price is getting Increased in respective their Quentity Ratio. 
    E. G ( Before puting ZLOC )
    Material No                         Po Qty                       Price
    1500000030                           10                            200
    1500000031                             1                            100 
    After Putting ZLOC = 100 at header level
    1500000030                           10                            210
    1500000031                             1                            200 
    I want Per Price Should be remain same & Local Conveyane should be added in Net Amount.
    Thanks & Regards

    HI
    CHANGE UR CALCULATION SCHEMA
    u have to frame ur schema as per ur requirement
    now for ur case make the entry of this condition at last
    create a normal pricing procedure then just after last condition give this condition and try
    the procedure will be something like this
    base amount
    excise
    cess
    hcess
    TOTAL
    discount (if any ,u can have this condition after base amount also )
    freight
    total value
    ZLOC - Local Conveyance
    FINAL total
    regards
    KI

  • Hello Sir. This Is Nilesh B.Desai From India. Our Clients Need is Picture Should Not Be Download So How Can We Disable Keyboard Shortcut For That Website Only.

    Hello...
    We are In the Business Of developing Website and Software.. We Are facing A problem Regarding Download. Our Clients need is not to download or print a single picture from website. so need help how can i disable download or print by using keyboard or with use of mouse.. so need to block all keyboard shortcut for such website only.. so if it is possible then please help us. we will great thankful to you..
    thanking You.
    Nilesh Desai
    Marketing Executive
    WiseCom Technologies Pvt.Ltd.
    Amadpore , Navsari, India

    No, Firefox is user choice rules over the "wants" of individual websites as far as disabling contextual menus and the keyboard commands.
    Placing a transparent image over the image will keep the less technical user from saving the main image. If they do try to save it all they'll get is the transparent image overlay.

  • XI Unit Test Not Equal IDOC SEG

    I have made a mapping change in XI. When I unit test, within XI only, on the test tab, my results are what I want, which includes an extra segment appended to the idoc.
    However, my end-to-end test, meaning XI into SAP the additional segment is not being added to the incoming idoc?
    Am I missing an additional config change somewhere, because I do not see why the added segment is not making it to the idoc.
    Any suggestions are welcomed....Thank-You.

    Hello Jin,
    Actually I get the desired result - within XID only - by copying in the actual payload for this one file into the test tab as SRC in XID where my mapping change exists.
    It creates the desired Tender segment in the Retail Line Item. Also, we currently create tender segments for other scenarios, just not this one. So I checked IDX2 anyway, and if course, as I expected it is there.
    I just expect BW to receive this file with the tender segment added per my unit test in XID, but it is not there in BW when it picks up the file via FTP...Thank-You.

  • Statistical value GRWR is 0 in STO- it should be equal to material cost

    Hi
    I am using STOs (Stock transport orders with customized document type) within EU, crossing the borders of EU countries. GRWR value on STO is 0 due to Z calculation schema (which reads PIR condition type but it does not pass this value to GRWR). I applied oss note 78222 to STO calculation schema however it does not update successfully GRWR using Z schema. It only works with SAP standard schema.
    Are you aware of any other solution than the one described on note 78222?
    Thanks.

    Hi,
    Can you check note 509325 - Condition GRWR for purchase orders not found.
    The note indicates the following;
    Reason and Prerequisites
    The problem is caused by incorrect requirement in access sequence GRWR assigned to condition GRWR.
    Solution
    Call Transaction M/07. Select the access sequence GRWR and change the requirement for "Incoterms (plant specific)" (Access 10 / condition table 48) from value 7 "Domestic Business" to value 8 "Export business".
    Regards

  • Customs duties should not post to inventory

    I am facing one problem.
    Client requirement is while importing a  material, customs duties should not post to inventory but it should go to expenses account.
    i.e.JCDB condition type(BCD) should not add to material cost. scenario is for manufacturing industries.
    As of know out of 7 conditions 3 are going to inventory value.
    Please let me know any configuration as to do or any user exits are available.
    Please do the needful.
    Regards
    Raghu

    Hi,
    If customs duties to be captured in separate G/L, select JCDB condition type (BCD)
    in M/06 ,go details , select delivery cost(B) in condition category in control data- 1 segment & select accrual flag in control data 2 TAB & save. Assign an account key & an accrual key FR3 for JCDB condition type in calculation schema in M/08.
    In OBYC t.code, assign accrual key FR3 with your custom G/L.
    Now do GR and see the accounting entries of custom G/L not added to inventory account.
    Regards,
    Biju K

  • Inventory G/L equals to material valuation

    Hi, I would like to know is that sum of G/L account should be equal to material's value unrestricted. Since accounts department question me why the ledge account is not as same as matierl's value (report on MB5B). Thanks!

    I use MB5L to list stock value, I found that there have a variance between materials and stock account, the material value is equal to MB52. And the stock account is equal to G/L account balance. I would like to know, why there have a variance, and the variance will go to which account. I suppose materials value as same as sum of stock account. Thanks!

  • VK11 Material Description Does Not Came from Material Master

    Hi Gurus,
    Good day. Please kindly help advice where does the material description in VK11 came from as it displays a different description not equal to material master.
    Thank you in advance.
    Regards,
    Rellie

    Dear Rellie,
    It should show the same as mentioned in MM01. Plz check again d MM03 as description for a matieral wil always b picked from Mat. Master only across SAP.
    If still ny specific issue then share otherwise plz close d thread.
    regards

  • Referncing document should not be changed

    Dear SAP Gurus,
    I have a scenario and it is for example that if sales order is created with reference to the quotation so quotation should not be changed....and the sales order should have the same material which is copied from the quotation and we should not enter other material in the sales order which is not in the quotation and same thing for the delivery.......so can anybuddy tell me that from where we can control this thing from the standard system......
    Regards,
    mohsin

    Basically i am making the sales order with reference to quotation and in the sales i can add the item which is the standard functionality but my client dont want this......my client want that sales order is created with the quotation so u cannot add item in the sales order and the quotation can not be changed...and it is for same in the delivery level also....when i am making the delivery with reference to sales order so still i can add item in the delivery order which my client dont want this....and my client also want that delivery order is created with the sales order so th sales order cannot be changed.......so if there is a user exit for this can any one tell me exact user exit......
    regards,

  • Purchase order one particular condition type vale should not inventorised

    Dear All,
                       I have a scenario in the purchase order particular one condition type value should not get inventorised that should goes to a seperate account. it should not added with material cost
    i have created a seperate condition type  ZZ01
    with condition class  : A - Discount or surcharge
    calcualtion type : A - Percentage
    and i have attached this condition type to pricing procedure in accurals i have maintained a seperate posting transaction.
    the amount is getting posted against the accural transaction event key.
    but its getting inventorised with material cost it should not get inventorised..
    what is the procedure...
    Regards
    Anand.
    Edited by: Anandhakumar Palanisamy on Mar 24, 2010 1:17 PM

    Hi..
    I have maintained for this condition type Accurals in M/06
    and i have maintained the Statistical tick mark in pricing procedure..
    but its getting inventorised...
    it should not inventorised...
    any other solution...
    Regards
    P.Anandhakumar

  • Frieght cost should not loaded on inventory

    Dear SAPERS,
    We have one scenario that, fright charges should not loaded on Inventory account for that material (means fright cost should not added to material price when price control is MAP)
    I have copied standard FRC1 conditions and added in my pricing procedure and static is marked, in condition accruals also marked.
    Account key FRE and Accruals FR1 is given and G/L accounts maintained OBYC for TE keys also, but fright cost is loading to inventory.
    Pricing procedure:
    15     0     FRB1     Freight (Value)     1                                      FRE     FR1
    16     0     ZFB1     Freight (Value) ACME     1                                 FRE     FR1
    17     0     FRC1     Freight/Quantity     1                                      FRE     FR1
    18     0     ZFC1     Freight/Quty ACME     1                                      FRE     FR1
    Account entries at MIGO
    ACME     1     89          131000     Inventory - Raw Mat     119.20     USD     
    ACME     2     96          211200     Goods Received /Invo     109.20-     USD     
    ACME     3     50          217300     Freight Clearing Acc     10.00-     USD     G/L account assign to FR1 in OBYC
    G/L account 217301 is assigned to FRE in OBYC, but no account entries coming here the fright and materials cost is loading to Inventory account 131000.
    Please suggest how to post fright cost to FRE account.
    Thanks in advance,
    Venkat
    Edited by: Venkat.mm.sap on Mar 15, 2011 2:13 PM

    hi sap gurus,
    very late to reply..but, below is the solution for NON-INVENTORIED FREIGHT CONDTION in MM pricing condition :
    OPTION  1 :
               >>  copy FRA1 std cond to new cond.
               >>  Put condition category - Blank & tick mark accrual.
               >>  Add new cond in pricing procedure. Do not put accrual in pricing proc.
    OPTION  2 :
               >>  copy FRA1 std cond to new cond.
               >>  Put condition category – B & do not tick mark accrual
               >>  Add new cond in pricing procedure & tick mark statistical (Accruals-can/can not be put. No effect)
              >>  You can add Freight vendor in PO as condition category is B
    pls try this & reply.
    Regds,
    nilesh

Maybe you are looking for

  • Hard Drive failure on my Macbook Pro Laptop?

    My hard drive has failed and the laptop is just out of warranty. Should I spend the extra and replace the hard drive with an SSD drive? My previous laptop hard drive also failed so I am thinking spinning drives may not be the best thing - please any

  • XMP metadata from Premiere Pro

    I have installed on Mac OS X: Extension Builder 3 in Eclipse Adobe Premiere Pro CC Adobe ExtendScript Toolkit CC Working on basic example extension project I want to exchange XMP metadata to/from Adobe Premiere using ExtendScript. I added line to loa

  • NTSC and PAL

    Under iDVD preferences and the Projects tab it asks a few things that I know nothing about: 1) Video Mode: NTSC or PAL. What are those and when would I use one over the other? 2) Encoding: Best Quality or Best Performance? Which is better to use and

  • Impdp not importing function based index correctly.

    We noticed that a process running in our develop database was running much faster than in the production database. After investigating we found that on the development database the process was using an index on the main large table and on the product

  • Tricky little JScrollPane problem

    I have a JScrollPane that contains a JPanel with BorderLayout called "mainPanel". I have a kind of web appearance with a left child panel of vertical JLabels, a north child panel for title, and a center child panel as a work area inserted into "mainP