LQ02 - Transfer Posting in IM - *Bin wih positive and Negative Stock*

Hi All,
I've a problem with LQ02, when i've executed this transaction for Block STock category S, it is updating the BIN with Nagative and Positive Qty. (For the same material/Batch/Warehouse/Plant)
Here is the example data from LQUA
LGNUM     LQNUM     MATNR              WERKS     CHARG     LGTYP     LGPLA
402     11612844     037109119C     402     DOMS     999     REFUSALS
402     11612845     037109119C     402     DOMS     999     REFUSALS
If I see LS24/LX03 i see two entries one with positive stock and one with negative stock, but in this case it should match and no records should be dispalyed.
Please let me know what changes i need to do?
Thanks in advance
Pavan

S0001377806 wrote:S0001377806 wrote:>
> Table LQUA has some more fields than the few that you listed.
> There is certainly one or more fields that are different between those two records in LQUA.
>
> Table LQUA has some more fields than the few that you listed.
> There is certainly one or more fields that are different between those two records in LQUA.
Jurgen,
Thanks for your reply, but my quant is same
LS24 looks like this
Typ StorageBin  SC SS PB RB        Total Stock    Available stock BUn GR Date
SLoc Batch      Re IA CP CR  Stock for putaway      Pick quantity Cert. No.
999 REFUSALS                                1-                  1- PC                 28.08.2008
402P DOMS                                     0                   0
999 REFUSALS                                1                   1  PC
402P DOMS                                     0                   0
Pavan
Edited by: Pavan Kothapalli on Aug 29, 2008 9:01 AM
Edited by: Pavan Kothapalli on Aug 29, 2008 9:59 AM

Similar Messages

  • Positive and Negative Sign

    Hello everyone,
    May I know why the standard freight cost is negative sign in SD but positive sign in COPA.
    Also sales and various kind of cost are showing positive sign in COPA. No negative sign in COPA?
    Thank you.
    Regards.

    Hello,
    It is also possible to transfer conditions from MM to update billing data in pooled payment in the Information Systems (IS) retail system. These are transferred according to the same rules as SD conditions. Conditions from SD are always transferred to COPA with + signs, with the exception of credit memos and returns.  The reasons for this is that the signs for revenus are handled differently in the different applications of the system.  For example, revenus are positive in SD, while they are negative in FI. Consequently, COPA accepts all of the values as positive, and then subtracts deductions and costs from revenues in IS.
    Note that indicator transfer +/- is not used to compare the different use of +/- signs between FI or SD and COPA.  If you active the indicator, only the positive and negative values for the condition in question will be balanced.  This guarantees that the sum of the negative and positive condition values are displayed as a correct total value in the value field asigned to that condition.
    In order to perform transfer conditions from the billing documents the same definitions must be established for the value fields in Profitability Analysis and both pricing and conditions types must be defined in SD.
    Regards,
    Ravi

  • Positive and Negative Frequency deviation Calculation

    Hi ,
        Iam using PXI 5600 with PXI 5620 for RF measurement.
        I need to measure Positive and Negative frequency Deviation. The NI example vi "MT RFSA Demodulate FM.vi" gives peak Frequency deviation . Can any one please help me to find positive Frequency Deviation and Negative frequency deviation from it
    Thanks,
    Niju.
    Solved!
    Go to Solution.

    Hi Niju,
    First things first - the 5600+5620 combined is what we refer to as a PXI-5660 RF Signal Analyzer.
    The PXI-5660 cannot be progammed via the NI-RFSA driver. The Modulation Toolkit FM example you reference is for the PXI-5661 and PXIe-5663 analyzers, both of which use the NI-RFSA driver.
    You should use MT ni5660 Demodulate FM.vi, located under ni5660 examples.
    Now on to your question...
    When you perform an FM demodulation, the resultant data out of the MT Demodulat FM subVI is frequency vs. time, with the frequency (Y axis) values being relative to the specified carrier frequency. So, the data is frequency deviation (Hz) vs. time. All you need to do to get positive and negative frequency deviation is to use a LabVIEW Array Max & Min primitive from the Array functions pallette. This will give you the min and max value of the FM data which will be the peak negative and peak positive frequency deviation.
    Regrds,
    Andy Hinde
    RF Systems Engineer
    National Instruments

  • How can i design square signal which having a positive and negative values equal to each other and separated from each other by controlled time or distance

    How can i design square signal which having a positive and negative values equal to each other and separated from each other by controlled time or distance, As it is shown in the figure below. and enter this signal in a daq.
    Solved!
    Go to Solution.

    By the time you spend for the nice diadram you might have done the vi
    Your DAQ like to have a waveform (array of values and dt ak 1/samplerate)
    If you set the samplerate you know the array length , create a array of zeros, and set the values of both amplitudes ... 
    Since I don't want to wire others homework here are some pictures
    And there are some drawbacks is room for improvement in my solution, just think of rounding errors ... and what might happen if the arrays get bigger ....
    Spoiler (Highlight to read)
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Numeric Integration of positive and negative values in the same signal

    Hello.. I need to perform an evaluation of Area Under Curve of my signal, but it contains positive and negative values. I am using the "Numeric Integration" function, but the result expressed by my VI represent: AREA OF POSITIVE VALUES - AREA OF NEGATIVE VALUES, in other words, my result represent the difference between these two areas. But I want to know the total area, the sum of positive values area and negative values area, and because both values has are "+", my final result should has "+" notation.
    For example:
    Area of positive values: +45.00
    Area of negative values: +34.00
    Total area: +79.00
    How do I modify my VI to obtain the total area value?
    I try to split my values in two parts:
    A) only the positive and zero values
    B) only the negative values
    I calculated the areas of both splits and performed an sum of them, but the final result does not matches with total area (computed by another software to know the real value)
    I attached an picture of my VI
    Thank you
    Daniel
    Attachments:
    Numeric Integration1.png ‏12 KB

    Use an event structure for the boolean value changed. You also did not follow Lynn's advice to insert an "absolute value". It would really simplify everything.
    Here's how it would look in a newer version of LabVIEW (your icons look different because you have an older version. The functions are the similar).
    This is just a draft and the program needs to be improved. Use a state machine with events for read file and another for value change on the sampling rate. Place the data array in a shift so you can change the sampling rate without the need to re-read the file. Modify as needed. 
    Some important pointers in general:
    There is NO need to constantly spin the loop every nanosecond. The only time the loop needs to spin if if one of the inputs has changed.
    If you don't use an event structure, all UI loops need a wait to conserve CPU.
    Never (almost never) use "switch until released". Typically you want to use "latch when released" which makes the terminal true exactly once until the value is read and it will revert to false after that. "switch until released acts like a doorbell, so if it werent for the file dialog, you would execute the case several times in a row.
    You don't need to get the array size and wire N of the FOR loop if you are autoindexing. LabVIEW will spin the loop until it runs out of elements automatically.
    There is an atomic operation for "negate" in the numeric palette. No need to multiply with a "-1" diagram constant.
    There is an atomic operation for ">=0" in the comparison palette. No need to compare with a "0" diagram constant.
    Use a stop button on the loop termination.
    Everything that only needs to be done once after the file is read (e.g. you inner loop, etc. also belongs inside the case structure. Right?
    In general, you would make things much easier for us if you would attach your actual live VI instead of dead images.
    Message Edited by altenbach on 04-19-2008 12:22 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    areaPositive.png ‏9 KB

  • Wht is Positive and Negative testing?

    Hello Gurus,
                    I have got a task of doing positive and negative testing for the created program but i have got no idea how to do please can anybody help me out to achieve this task.
    I have created a program - ZASDF and TxCode as ZSDF.
    Thks

    hi,
    Positive Testing :: A kind of testing who's aim is to pass the software.In positive testing we put all valid inputs.
           Positive Testing is carried with an idea of checking whether the Application works as per requirements or not. In otherwords, making sure of whether the system does what it should really is intended to do(generally this is a typical developer's attitude)
    Negative Testing is trying to make sure that the application "does what it should not and does not what it should"(generally, this is a typical tester's attitude)
            negative testing is   A kind of testing who's aim to fail the software.In nagative testing we put all invalid inputs.
    thanks,
    raji

  • Different color for positive and negative chart

    Hi-
    I have a spreadsheet that displays data as a 3D chart - I would like to make the Positive and Negative values different colours (i.e below zero is RED - is that possible?
    Thanks!
    Andy

    Hi Andy,
    You can assign the negative values to one series and the positive values to another. Here's an example:
    Column C in the Chart Data table contains the expression:
    =IF(B<0, B, "")
    Column D in the Chart Data table contains the expression:
    =IF(B<0, "", B)
    To create this chart, click on Column Label A, then Command-Click on Column Labels C and D. This sets you up to create a 2-series chart. Then Insert a 3-D Area Chart.
    The 2 series are offset in the Z-axis, so some angles of view won't look so good, but you can experiment and find a view angle that works for you.
    Jerry

  • Is there a way to separate an array into it's positive and negative elements?

    I'm working with an array, and I'd like to be able to seperate this array into it's positive and negative elements. I'd like to be able to store each of these values in two other arrays (positive and negative arrays if you will). If anyone could suggest an algorithm for doing this, I'd appreciate any help I can get.

    Actually, if you slightly modify the VI in the example, you can use it as a sub-VI for your application. In the front panel, right-click the VI's icon located on the top-right of your VI. Then select "Show Connector" and add the necessary connetcors to the VI (One for the input and two for the output) for the VI so it can be used as a Sub-VI. Save it with a different name and location so you don't change the original.
    www.vartortech.com

  • Transfer posting with reference to Material Doc and PO

    Dear all,
    Any Idea on how to use this function Transfer Posting wrt Material Doc/PO.
    Basically there is a genuine requirement from client which seems quite logical. There are two PO to different Vendors. Goods are receipt and sent to Quality Inspection. Once visual inspection is done, material from one Vendor is sent to Unrestricted and other still lying to be inspected. Material is transferred to Unrestricted. How does we tag that Stock of Vendor 1 is sent to unrestricted and Stock from vendor 2 is still on Inspection.
    There may be multiple Vendor in this case.
    Secondly, there are more than 50 line items in the PO, I have checked all the items and decide to sent it to unrestricted. And, to save time and confusion, I need to refer the GR/PO.
    No batch
    Any input. And how does this new function (attached image) is helpful. It is not possible to refer the PO/Mat doc during TP though the option is there.
    Regards,
    Lakhya

    Hello ,
    Case 1- Remining quantity will not be taken and sent back to vendor.
    you can just reject the quantity if you don`t want it any more.So only one invoice will be happened for the quantity which you have transfer
    if you will be returning the remaining quantity then do the config for auto return in  SPRO.
    So steps will be like this,
    1) create po for 100
    2) do GR in Quality
    3) post 90 in unrestricted and 10 in return while doing the UD in QA11
    4) do the invoice it will be done for 90.
    case 2 - remaining quantity will be taken in afterwards
    if you want partial UD then it wont be possible , And you have to either plan your receipts to accommodate full quantity of item in single lot .
    you can either do a enhancement to restrict the MIRO before UD is done using LMR1M001
    hope this help.Search on net you will get thread for this requirement.
    Thanks
    Kunal

  • Invoice with positive and negative rows.

    Hi all,
    I have a customer with mobile sales and when he invoices a customer he needs to add positive rows with the products drops off and negative rows with product he collects, so the invoice total amount is the sum all the positive rows minus the sum of all the negative rows.
    So you can have an idea of what I'm talking about, imagine the milkman drops off six bottles of milk and collects two empty ones. If the empty bottles have a price, he needs to invoice six full bottles minus two empty ones.
    The problem: If I create a AR invoice with negative quantities I cannot copy it to an AR Credit Note. And, if I need to cancel that AR invoice, I cannot create an AR Credit Note with negative quantities...
    The customer creates about a hundred of this documents a day, so I need a direct solution.
    Does anyone have an idea?
    Thanks in advanced.
    Best Regards,
    Vitor Vieira
    Edited by: Darius Heydarian on Mar 20, 2008 3:45 PM

    Hello Suda,
    No, just Portuguese for the time being.
    But you can contact then directly to [email protected]
    Marco Rangel is their Product Manager and he can provide you with information about the product.
    I know that their product is already translated to French, and if not already done, the translations to English is not very dificult (the product was developed to be easy to translate).
    Best Regards,
    Vítor Vieira

  • MB1B transfer posting Idoc/Message type for outbound and inbound

    Hello All
    Can anyone tell me the idoc/message type for movement type 313 outbound and 315 inbound to SAP. This is for MB1B Enter Transfer Positing.
    Thanks
    Ricky

    Its WMMBXY

  • Bought Mac Air in May! Should I install Lion? I see positives and negatives posted

    Ok, I am NOT a tecky! I wonder about installing the new Lion, but am afraid something will go haywire. I do not have much other than a few albums and a few documents on my 2011 Mac Air. I am running 2.13 4GB 13". Do I dare?

    FIrst, see if there's anything you really want or need soon:  http://www.apple.com/macosx/whats-new/features.html
    And some things you may stumble over: Changes in Lion from Snow Leopard.
    Then check your 3rd-party apps for compatiblity.  An unofficial list:  http://roaringapps.com/apps:table
    Also check with the makers of any 3rd-party peripherals (printers, scanners, NAS devices).
    Yes, some folks are having troubles (mostly because they didn't do any research or preparation).  That's always true.
    But rule #1 is, always do regular backups, and especially before doing major surgery on your Mac.

  • SD condition for both positive and negative....

    Hi Gurus,
    I have struck with on e issue please explain the below case:
    I have  SD Condition types:z105, z118.z115,ziet.
    Z105 assigned to AcconTING key  ERF  For ERF One gl account has been linked that is 404001(12) this is Freight Chg for CST value in V/06(SD)
    Z118 assigned to  ERF  For ERF One gl account has been linked that is 404001(12) this is Freight Allow Cond.(-) value in v/06.
    Z115 Assigned to JET for JET one gl has been linked that is 408011(11) this is Freight Surchage in V/06.
    ZIET Assigned to JET for JET one gl has been linked that is 408011(11) this is State Entry Tax (+/-) in V/06.
    The  z105, z118.ziet three condition types linked to one value field VVFRO(This value field they are showing under deductions)
    Z115 assigned to VVFRE(This is Revenue)
    But in report I am not able to match the sum of these two GL balances with Sum of two value filds?
    IN  KE4I NO +_ symbol was assignd to any VALUE FIELD..
    Please clear my confusion.
    Thanks,
    Chandu

    Hi,
    The following table shows an overview of how condition values are updated in CO-PA for billing documents from SD:
    Billing document (normal) "With +/- sign"    "Without +/- sign"
    Debit posting                         negative           positive
      (such as sales deductions)
    Credit posting                        positive           positive
      (such as sales revenues)
    Credit memo/return       "With +/- sign"    "Without +/- sign"
    Debit posting                         negative           negative
      (such as sales revenues)
    Credit posting                        positive           negative
      (such as sales deductions)
    regards
    Waman

  • Positive and negative BigIntegers

    Hi
    How do you convert a negative BigInteger into a positive BigInteger? I know how to do it with in Integer:
    if (y< 0)
      y = -(y);
    }But how would you do the same type of operation with a BigInteger?
    Many thanks, Ron

    > Hi
    >
    abs() doesn't work for a BigInterger!
    Many thanks, Ron
    Yes it does:
    java.math.BigInteger neg = new java.math.BigInteger("-666");
    java.math.BigInteger pos = neg.abs();
    System.out.println("neg="+neg+"\npos="+pos);http://java.sun.com/j2se/1.3/docs/api/java/math/BigInteger.html

  • Positive and negative qty in copy control

    Hi,
    In my copy controls i'm not able to make any change for the positive/negative qty field at the item caegory level as it is gradeout(display mode).
    my scenario is i'm trying to create a Intra company proforma invoice with item category as NLC and the quantity can either be picked or not..
    Thanks in advance.

    Hi
    Kindly check the below
    1.Delete the copy controls and recreate the  same for your settings
    2.Use the report RVDELSTA
    3.Check th eOSS notes 445763 it may help you
    Regards
    Damu

Maybe you are looking for

  • How do you put libary from broken computer to new one?

    My computer recently crashed with several recently purchased songs in my libary I was yet to put on my ipod. I got a new computer but i don't know how to put my purchased songs from my old, broken computer on to my new one. I know itunes has probably

  • Weird problems in my N8! ! ! Please help! !

    Ok... I googled about the problems I had and couldn't find anything relevant. So please help me of u have any idea with the problems. 1. My touch screen is perfect all the time. Bit it either stops to respond or gives weird responses when charging th

  • .xls attachement saved as corrupt data

    My code to download and save attached files for an email works for attached text files, .xml files .csv files. but for attached .xls files, the resulting file is currupt - it opens in Excel but just displays strange characters. is there a different w

  • One dvd not working?

    i just got a dvd from amazon and when i put it into my disc drive, the dvd player application opened and then quickly 'quit unexpectedly.' i tried reopening the program several times with no success, and when i put in another dvd that i've already wa

  • Jumping of reports by using RRI

    Hi Gurus Can anybody help me in getting the scenarions for RRI, when it is usefull on what scenarios wego for RRI