How to Configure Dual UOM in Inventory

Hi All,
I'm facing some problem regarding dual unit of measurement. our client is Purchasing Raw material Quintal wise.  But they are issuing  the Raw material for Production bag wise . The average weight of Bag   (Total available stock weight in Quintal / Total  no of available  Bags in warehouse)  will keep changing on every transaction. At the time of purchase, both the units are available. but at the time of issuing,  the UOM of  raw material only available in bag .
how we get that average bag weight of that raw material at the time of issuing for production ?
please help.
Thanks & Regards

Hi Sridharan thanks for your reply... But it is not solving my problem. As I've already mentioned Bag weight of raw material is not fixed, it will depend on Weight/ No of Bag at the time of GRPO/ Goods receipt. In your situation conversion factor of the Uoms are fixed. But in my case, It will vary in every Good receipt/ issue. I'm Giving you an  example.
GRPO-1
Item              Quantity in Quintal       Quantity in Bag       Unit Price/ Quintal   Amount
Item1                         100                                  10                              1000                 100000
So Average Bag weight is 10
GRPO-2
Item              Quantity in Quintal       Quantity in Bag       Unit Price/ Quintal   Amount
Item1                    60                            15                         1000                 50000
Now Average Bag weight for this GRPO is 4
Now In Warehouse Total Average Bag weight is (10060)/(1025)=6.4
Now my client want to issue Raw material for production in Bag. If they issue 5 bags Stock Qty will update like following way.
Issue Quantity in Bag          Issue Quantity in Quintal
        5                                                     32(Automaticaly)
Current stock Position for Item1 will be
Quantity in Quintal       Quantity in Bag     
       128                              20

Similar Messages

  • How to configure Grub or enable dual boot Windows7 & Oracle Enterprise Linux6

    Hi,
    I had Windows 7 installed on my PC and later on I have installed Oracle Linux6 (Server).
    While installation I didn't get any option to configure dual boot and now I am unable to boot Windows7.
    If I do fsdik -l command on Linux prompt, I get the result:
    # fdisk -l
    Disk /dev/sda: 160.0 GB, 1600041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum.optimal): 512 bytes / 512 bytes
    Disk identifier: 0x9143f05b
    Device           Boot     Start     End     Blocks          Id     System
    /dev/sda1       *          1          1305    10482381     83     Linux
    /dev/sda2                  1306     6405    40960000      7       HPFS/NTFS
    /dev/sda3                  6405     12779  51200000      7       HPFS/NTFS
    /dev/sda4                  12779    19458 53646336      7       HPFS/NTFS
    I check the grub config file at /boot/grub/menu.lst but I do not see any entry for windows here.
    Please advise how to configure grub or other way to make the dual boot options enable and use windows and linux.
    Thanks in Advance.
    Anand

    Could you post your menu.lst file?
    It's not clear which exact partition Windows 7 is on from fdisk -l, but you could try adding this to your menu.lst file:
    title Microsoft Windows 7
    root (hd0,1)
    savedefault
    makeactive
    chainloader +1

  • Don't know which technology to utilize or how to configure ASA5505

    I have an ASA5505.  Currently, it is using static NAT on several ports to forward traffic to several devices inside my network.  It is a pain not only to configure but from the end user side.
    The issue I am having is the applicatoins I am using to access the devices become a mess with dual configurations, one for when I am connected to the internal network and one for when I am away from the office and accessing from the internet.  For example, I have 2 Cisco VC240 IP Cameras behind the ASA5505.  One is set use port 9091 and the other 9092.  When I am inside the office, I access them via http://10.1.2.215:9091 and http://10.1.2.216:9092.  But when I am away from the office, I have to have another configuration in an Android app to use them, http://external_ASA_IP:9091 and 9092 and then NAT 9091 to the object for Camera1 and 9092 for Camera2.  This is only one scenario.  I also have a UC320W that I would like to put an IP phone at home and it sounds like AnyConnect is the only way to do this.
    It sounds like to me that if I use some type of VPN, I can access the same devices using the same IP whether internal or external with the external connection using the VPN to tunnel the IP to the local network.  There seems to be quite a few ways to do this with an ASA 5505.
    AnyConnect seems like the way to go but after reading Cisco documentation, it requires your Android device to be root'd if it is not a particular Samsung model.  If I understand correctly, root'ing your phone voids the warranty.  I know it is common practice but would think Cisco would have a better solution as I am sure Cisco would not want another manufacturer telling their customers to void the warranty on their Cisco equipment in order to get it to work.
    I believe I can just use IPSEC and use the native VPN of the Android OS and also tunnel L2TP as the Android supports IPSEC-PSK/L2TP or IPSEC-CRT/L2TP.  But will either of these will support the IP phone to the UC320W?
    A friend also told me to use NginX to proxy URL's so the URL http://www.fqdn.com/camera1 gets proxy'd to the internal IP of Camera1 and http://www.fqdn.com/camera2 gets proxy'd to Camera2.  He says I should be able to store a cookie on the phone and let the phone authenticate to the camera and if the phone cannot, the proxy can authenticate internally to the IP camera over SSL.
    I don't know anymore, I am so confused and just want to simplify my life as I am just a small business with me and a couple other employees but I have full-time job and it is not IT/Network Technician, it is only CTO/CEO/CIO/CFO.  I don't have hours upon hours to set this up and test and I don't have hours upon hours to manage it.  I just need to simplify this and have so that it is a set-it-and-forget-it for 6 months to 1 year and re-evaluate or update.  So, if someone suggests IPSEC, I would not know how to configure anyway and you should expect another post.  The same for AnyConnect or any of the other suggestions.
    Thanks in advance for any advice.

    Hi!
    1. Set Calculation Mode property of ITEM_5 to Formula.
    Formula property:
    nvl(:Block_Name.ITEM_1, 0) + nvl(:Block_Name.ITEM_2, 0) + nvl(:Block_Name.ITEM_3, 0) + nvl(:Block_Name.ITEM_4, 0)
    OR
    Function_Name(Param_1,... Param_N);
    Have in view of, that the ITEM_5 data will not be saved in DataBase.
    2. When-Validate-Item trigger is usfull when is necessary to store calculated item data in DataBase.
    Rename you Post-Query trigger to When-Validate-Item.
    Modify trigger: Store calculation result in the variable.
    (Don't forget to round variable value!)
    Then compare it with ITEM_5. If they are different - :ITEM_5 := var_name.
    I prefer the first method.

  • How to configure bulk breaking articles in SAP retail

    hi frnds...
    This is my client needs...
    How to configure bulk breaking articles in SAP retail for hyper market..
    Scenario is like this... Ex: for MEAT
    There should be a Parent article & child articles process.
    i.e Chicken X - 100 corcoss is divide into child articles (A,B,C,D,E,F) like
    Brest bone - 5kg     - A
    leg pieces - 2.5kg   - B
    wings - 2.5kg         - C
    P - 7.5kg                 - D
    Q - 10kg                 - E
    R - wastage - 50kg - F
    these child articles wont consider for inventory
    So how to configure this scenario in SAP Article master & to run this process.
    Pl help me out with scenario

    Please have alook at
    [http://help.sap.com/erp2005_ehp_03/helpdata/en/2b/b03889df3611d1953b00a0c930e0da/content.htm]
    Material type WERT is correct.
    In Material type maintenance you can control at all if a store will be value only inventroy managmenet or both.
    Further in the Site master WB02, you can control it on MC level.
    regards
    B

  • How to configure a COM domain, IPv4 and IPv6

    Hi,
    I am a new user on the Mac Server, but I have experience in Linux, my problem would be to understand how I configure the Mac Mini Server during installation or after installation, to assign a COM domain.
    I would like to configure only the service Apache, FTP, MySQL.
    My internet provider, today provided me 4 static IPs IPv4 and 4 IPv6, to use, now I want also to configure two local DNS if possible:
    IPv4:
    www.mydomain.com
    ftp.mydomain.com
    mysql.mydomain.com
    IPv6:
    www6.mydomain.com
    For if I can configure DNS in Dual Stack or if I have to record them in a different way.
    A control panel is currently not able to find it, you can advise me if something is well accepted, the important it is for business use as I would like to configure the server is for private use.
    I hope I was clear, I'm sorry but I do not speak perfect English.
    Thanks in advance to all.

    To be clear, in your example you only have one domain - mydomain.com - all the other entries are just host records within that domain.
    For your IPv4 hosts just add standard A records:
    ftp  A  1.2.3.4
    www   A   1.2.3.5
    mysql  A  1.2.3.6
    For your IPv6 hosts just add AAAA records:
    www6    AAAA 1234::ab:cd:ef
    I seriously doubt you want to put your MySQL server on a public IP address, though, so I'd look carefully at your network setup before going much further.

  • Accidently deleted xorg.conf, no clue on how to configure a new one

    After moving through Gnome, Cinnamon, XFCE and KDE I decided to try something new. Using compiz, tint2 and cairo-dock instead of a DE.
    It worked, to a sense. Resolution was not correct and my two monitors were clones of each other and not individual screens which I obviously prefer. I can't remember configuring the xorg.conf earlier, so I assumed that it auto-generated and found the information itself, so I deleted it and hoped it'd generate by itself with the correct settings. Stupid move by me, as nothing works now. When my computer starts, I'm thrown into tty1 obviously. I can log in and execute commands from there, but the moment I execute the command startx, nothing works. The X server starts up fine and I can see things on the screen (same resolution as before) but I can't type anything, nor move my mouse. This ends up in me having to restart since I can't key combo into another tty to kill the X server either. I've checked the wiki regarding the xorg.conf and how to configure it, but I'm really at loss. My head is grinding just reading it, I don't really understand how to proceed.

    Configuring and maintaining the X server is most likely my weakest link when it comes to linux, haha
    cfr wrote:
    raghap wrote:To be honest, I've no clue how all those video drivers got there, haha. I'm sure I only installed mesa, vesa and the open source ATI drivers! Anyway, reinstalling xorg-server fixed the issue with my keyboard and mouse. Not sure if this is the right place to ask considering the original issue have been solved, but how do I get my dual monitor setup to work correctly? I know that the wiki page says how, but it sort of confuses me. Am I supposed to write that down twice?
    Are you supposed to write what down twice?
    Please don't expect somebody to step you through this. The wiki tells you what you need. Of course, if something is confusing, please ask. Tell us what is confusing and why, but you need to start by trying to understand it and letting us know where you get lost. Apart from anything else, this may enable somebody to edit the wiki to make it less confusing for future readers. (That person might even be you.)
    In any case, I have no idea what 'that' refers to.
    Sorry for being unclear, I was referring to this part of the wiki page.
    https://wiki.archlinux.org/index.php/At … _X_screens
    Edit
    Thanks a bunch for the help guys! Finally got the resolution straight and my monitors to behave correctly, thanks to what you wrote Skottish. Really need to get a better understanding of how Xorg works, haha.
    Last edited by raghap (2013-10-26 20:16:23)

  • How to configure RAID 5 sys using SAS controller for APP CS4

    Hi I would like to know how to configure my 3 HardDrives (600GB each) on RAID 5 connected to SAS controller to work smoothly with PremierePro CS4. Mainly to store scratch disk, and all preview files, etc.. At present it shows as one big hard drive in C:\ It shows as follows: OS(C 0.98 TB free of 1.08TB I would like to have at least one HDD out of 3 to store my scratch disk files and preview files... I have installed only CS4 Master Collection + Windows 7 64bit Ultimate as OS in this machine. Following is my system configuration: Intel Xeon E5620, 2.4GHz processor/12M Cache, 5.86GT/S, QPI, Turbo, HT, 4C Intel 5520 Chipset 12GB DDR3 RDIMM Memory,1333MHz, ECC Three 600GB (15000rpm) SAS HardDrives Perc6/i SAS/SATA Harware RAID card All SAS Drives, RAID 5, 3 drive configuration BlueRayBurner1GB PCIe X16 nVidia Quadro FX3800 ,Dual monitor DP+1 DVI Capable I am in a little bit strife on this. I am in a little bit strife on this and Open for any good and effective suggestions are much appreciated. Thanks Nathapushpa

    You even have three more connectors free on your Perc controller, so you could add three more disks, without using any motherboard connectors.
    I think you have two alternative approaches:
    1. Add a smallish disk as a boot disk, i.e. a 150 GB Velociraptor and install OS and programs there and let your raid5 exist as it is, or
    2. Add another 600 GB to your raid5 to make it a four disk array.
    Of course you could also do both. Breaking the raid out to individual disks means that all data on the current raid will be lost, unless you have a backup available, but it will still mean a fresh install of OS & programs, so remember to deactivate Adobe before you do anything to your disk setup like in alternative 1 or breaking out the array.

  • How to configure this setting

    Hi All,
    Just want to ask how to configure the following setting on ASA 5510?
    I can't find the command to configure this command.
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    service-policy global_policy global
    prompt hostname context
    call-home
    profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:ac3594b9bcd390c9d52b2d666f0bb144
    please help....

    What software version are you running on the ASA? You'd need at least 8.2(2) to support smart call-home.
    Thanks,
    Wen

  • How can we synchronize UOM between ECC and APO?

    Hi,
    We have configured new UOM (unit of measurement) in ECC. How can we synchronize UOM in APO with UOM in ECC (table T006)?
    Thanks and regards, Jose Oyon.

    Jose,
    Synchronizing the config is simple.  Run program RSIMPCUST in SCM.
    Synchronizing changes to affected master or transactional data (if required) is much more complex.  The best method by far is to create the new UOM config in ECC, and synchronize the config into SCM.  Only then do you begin to use the new UOMs in ECC Master data and ECC transactional data.  Existing transactional data, depending on what is is, will be very difficult to change UOMs and have the UOMs in SCM synch, without quite a bit of manual effort.
    Rgds,
    DB49

  • How to avoid Dual Active VSS switches in the network...

    Hi Team,
    We have 2 nos of VSS switches in the network those are connected with 2 nos 10 Gbps uplink, all access switches are connected to both VSS chassis with dual uplinks, When we removed VSL link between these two vss switches both became active. We have completely Layer-2 network, is that any feature which we can use and avoid dual active scenario in VSS and make any one of the switch in standby mode and all Layer link on that switch will be available in case of VSL link goes down.
    I have 3750X series switches are connected to both VSS Core switch It's world be much appreciated if some one provide well document on this and their suggestion.
    Your reply will be much appreciated.
    Thanks,
    Vishal

    Thanks for the reply Reza,
    Please let me know if we go with Epagp then when VSL link goes down then what would be the result?
    1st My there won't be any effect in the network, standby chassis remain in Standby Mode and active in Active Mode?
    2nd Active chassis will reboot and became standby and my standby chassis will be Active?
    3rd Standby chassis will be shutdown all port except VSL? and only Active chassis will work?
    4th Active chassis will restart and shutdown all port except VSL? and standby chassis will be active?
    5th ???
    Reza it would be much helpful if you please guide how to configured EPagp on 6500 and 3750X switch with "c3750e-universalk9-mz.122-55.SE8.bin (ipservices)" image.
    Thanks,
    Vishal

  • Help configuring dual ethernet ports

    We have a Linksys router doing NAT/firewall and its connected to the WAN. . No DHCP server is running. It has an internal IP of 192.168.16.1 / 255.255.255.0. It plugs in directly to a Linksys business series switch.
    I have an intel xserve with dual nics and no idea how to configure them, but I want the server to handle AFP/DHCP/DNS, while a G4 handles mail.
    My assumption was to give en0 this setup:
    ip: 192.168.16.5
    subnet: 255.255.255.0
    router: 192.168.16.1
    dns: isp's numbers
    en1:
    ip: 192.168.10.1
    subnet: 255.255.255.248
    router: 192.168.10.1
    dns: 192.168.10.1
    Is this setup correct? Because I can't get it to resolve correctly even though I am using a FQDN

    I should also add that our website is being hosting externally with a private hosting company. However, we want to host our mail internally on the G4.

  • Configuration Dual HUB Dual Dmvpn

    Hi Dears
    i configurate simple  DMVPN on my network. Now i want to configurate Dual HUB Dual DMVPN.
    i can not find any good configuration documentation how config that.
    please provide me a link or any pdf fot configuration DUal HUB Dual Dmvpn .
    thanks.

    Thanks Paul, I have looked over this design guide as this was the fist place i went.  however, i cannot find a configuration example for dual hub/single cloud.
    i see the high level design and know you can do it.   but it doesnt show what the configuration would look like...unless i am just reading over it.
    Thanks

  • How to Configure RAID on my Solid State Hybrid Drive

    Hi 
    i have an HP ENVY Sleekbook 4-1024tx. And  was wondering how to configure RAID and use the SSD on my Hybrid Hard drive as chaching. Currently im using the SSD as normal storage space.

    What model hard drive do you have? One of those that are actually two drives like the WD Dual:
    http://www.staples.com/Western-Digital-Mobile-Single-1-Tb-Dual-Drive-25-Sata-Hard-Drive/product_IM1T...
    Or a regular hybrid drive where only one hard drive appears to My Computer?
    http://www.bhphotovideo.com/bnh/controller/home?O=&sku=983727&gclid=CMvDqYCMpL4CFQJqMgoddzMAqQ&Q=&is...

  • Configuring Dual-homed servers for redundancy to 6509s

    I am looking for assitance in properly configuring dual-homed servers for redundancy to two CatOS based 6509s. My search for information on how to do this has been unsuccessful to date, so any help you can provide would be most appreciated.
    Do I need any special hardware/software on the 6509s and/or on the servers?
    Thanks, in advance.
    John

    A lot depends on the kind of servers you have and the NIC teaming algorithms they support. Usually two or more NICs can be teamed in either a fault tolerant configuration (with one primary NIC) or in transmit load balancing configuration. Both these configurations allow the NICs to be connected to separate L2 switches so in case your servers do support such kind of teaming all you need is to have both NICs in the same VLAN and ensure L2 connectivity between the Catalyst 6509s. I recommend you research this from the server perspective also and like everything else test it before production deployment.

  • How to configure oracle listener profile for multiple oracle database

    Hi,
    I am going to install solution manager system in the same server of ERP EHP4 on Windows. Both DB are oracle.
    I'd like to know how to configure listener in this kind of envirnmonent.
    a. use two listener and different ports
    b. use same listener but different ports
    c. use same listener and same port
    Which is the correct mothed?
    And, after installation, there seem three set of profiles of listten, one for ERP, one for SLM, and the other for OS?(%windir%system32), which one is functional?
    Please advise.
    Thanks a lot.
    Regards,
    Alex

    Hi,
    standard installation is creating new configs for listener for each instance.
    I would recommend to use one listener per each instance.
    YOU CAN NOT HAVE one port number for two differnet systems!
    If you want to use one listener than you must adapt tnsnames.ora, listener.ora and ensure that both systems will use different port numbers.
    For example PORT= 15<system number>
    Peter

Maybe you are looking for

  • Error message when trying to sign in to HP ePrint "ajax submit failed: error = 403, forbidden"

    HP Photosmart 7525 Windows 7 Ajax submit failed: error = 403, Forbidden Installed new printer: Photosmart 7525 I am trying to set up my ePrint account and add my printer and it won't let me sign in or create a new account. Thanks for your help! Deb T

  • How do I transfer from a PC to my new Mac

    how do I transfer my data from my old PC to a Mac.

  • Want to get rid of annoying Media Center Deluxe II

    during install, I foolishly asked it to run at startup.  So, every time I boot up, the Media Center starts itself, and I have to shut it down.  I cannot see anywhere that I can change it to only run when I want it to. Anyone know how to disable it fr

  • Help with MCU 3515 in SCCP with CCM 6.1

    Hi, I have CCM6.1 + MCU3515 configured for skinny only. I want to have a multipoint videoconference between 3 SCCP video endpoints (7970+VTA). If I try to make an adhoc conference, I only have audio, no video. If I try to initiate the conference from

  • CIN - RG23D

    Hi, One of my client having Trading Registration.Have to follow RG23D register.But, they receive the input material as ROH, do some additional process and sale as Output material FERT.During purchasing i capturing excise in J1ig.During sales process