Component is automatically taking one of the batch number at theconfirmatio

Hello,
While confirmation of the production order one of the component is automatically picking up one of the batch number in the goods movement screen, even though there are many batches for this component , it is only picking up one specific batch at the time of goods issue while confirming the production order.
This automatically appearing batch when changed to other batch manually and tried to save it gives remarks.I had checked there is no batch given in the routing where this component is attached
what could be the reason and how its is picking only one specific batch at the time of confirmation
Thanks
Himakar

please check automatic batch search strategy mentioned in above thread. it may be the reason behind auto selection of batch in confirmation screen.
normally if batch is provided in [roduction order , the same is seen in confirmation. but if it not the case then must be match selection strategy...
please confirm the solution...
Rahul

Similar Messages

  • Purchase order number of the customer equals to the batch number

    At our case, purchase order number of the customer equals to the batch number. Purchase order number will be written on the sales document (VBKD - BSTKD).
    1. How can the production department can see what is written in this field (on md04 or etc...)? The batches will be created by the PP module so they have to see what is written on this field to give the right number to the batch externally (when creating the batch manually).
    2. If batches are automatically created, how can we make the batch number to be equal to the purchase order number which is written on the sales document (VBKD - BSTKD)?
    I'll be happy for the answers and I'll also be happy if you can give me the names of the user exits for the above questions. Thanks in advance for the answers....

    Hi Yasar?
    Did you evaluate working with valuated sales order stock?
    This way your PP people could use Make to Order style manufacturing and produce for a special "batch" => The sales order special stock.
    Can be used in Repetitive Manufacturing and has no impact in costing, therefore a nice option for the situation you are describing.
    In MD04 a special segment will appear for the the Sales Order stock and this stock will only be able to be shipped for this special order.
    Best Regards,
    Franck

  • How to generate the batch number for group of records

    Hi All,
    requirement: i have created one sequence to generate the batch numbers.i have to get the nextval of the sequence for batch number (this column is not part of the table. its dynamic column/alias column) only for every 50000 records of a table.
    detail description:
    for example, if i have 10 records in a table. And, if i want to generate the batch number for every 2 records, then the output should look like belo.
    batch-number qty
    1 10
    1 20
    2 30
    2 40
    3 50
    3 60
    4 70
    4 80
    5 90
    5 100
    Please help me on this. Please let me know if you need more info.

    one more update on the above request. this has to be done using SQL query only.

  • My i phone got stolen and i got a new one with the same number but how do i synch it up with my old contacts?  i thought i could do from ituned but it hasnt worked!!

    hello,
    my i phone got stolen and i got a new one with the same number, but i cant get it to synch up with my itunes to make it like my old phone! can you please tell me how i do this. i need all my contacts and content etc etc.

    Plug it into iTunes and tell iTunes what to sync to the device.

  • How to reverse the Batch number which was enter wrongly during GRN posting

    Hi Folk,
    How to reverse the Batch number which was enter wrongly during GRN posting .
    Please revert.
    Thank you.

    You can either do a transfer posting and move quantity from this batch to another batch e.g. in MB1B with movement 311, or you cancel the entire material document using MBST transaction and redo your receipt correctly.
    Then you can flag the wrong batch for deletion in MSC2N.
    The batch itself gets deleted physically with the archiving transaction SARA object MM_SPSTOCK

  • Can some one check the serial number of my charger and lighting cable?

    i think my accessory has been replaced by the fake one
    can some one check the serial number of my charger and lighting cable?
    thank you so much

    You aren't talking to Apple here. This is a user-to-user technical help forum hosted by Apple.

  • How do you get iTunes purchased songs to automatically play one after the other

    How do you get iTunes purchased songs to play automatically one after the other without having to hit play for each song ? Also I lost all my pictures on my iPad when I installed iOS 7 upgrade. Any way to get them back? Thanks. Dr Ron.

    Hi Dr. Ron,
    By your question, I am wondering if you are playing your music from the iTunes app rather than the Music app?
    In the Music App, you can go to any of the options at the bottom and click on a song to play and it will then continue to play the songs in that category. You can also select "Shuffle" to shuffle them.
    As for your Photos, did you have them backed up anywhere?
    Cheers,
    GB

  • When downloading a large file, like a movie Internet Explorer automatically provides one with the choice of where to save it - e.g. "C" drive, but Firefox doesn't. How can it be done?

    When downloading a large file, like a movie, Internet Explorer automatically opens a download window offering the choice to "Open" or "Save"the file. This provides one with the choice of where to save it - e.g. "C" drive, in the "My Documents" or "Desktop" folders but Firefox's download window doesn't. This has always frustrated me because I would rather use Firefox exclusively to access the Internet, but when it comes to saving files downloaded off the Internet, sadly, I have to revert to IE!

    If you click on Firefox from the upper-left, then Options, a new window should appear. On that window, click on the general tab. In the middle of the window, you'll see options regarding your downloads, one of which says, "Always ask me where to save files." Click on the bubble for this options, then click Ok. From then on, you should always be prompted on where you want your files saved.

  • DOS Window automaticly close after execute the batch file and start the App

    Hi, all. I have made a batch file. When I start the batch file, thet is getting open the DOS Window. But I want close the DOS Window after Start the Application, or make it hidden?
    It is possible?
    Thanks all:-)
    Nikolay

    Hi,my batch file is:
    java -cp File.jar Desktop
    I have tryaed with:
    javaw -cp File.jar Desktop , but it dosn�t close the DOS Window.
    Have I make anythink false?
    Thanks.
    Nikolay

  • Problem in the batch number

    hi
    all
    i have a batch program that will divide the number entries as batches and
    insert in to the table-----The total number of entrries per batch will come as parameter in the procedure----
    the cursor will select the number of entries from the entries table
    take for example the number of entries in the table are 100 .....
    the total number of entries per batch (as a parameter will come from the procedure ) is 10.....
    so it will divide as 10 batches and enter in to the table- batch table
    The problem is if the number of entries are 98 it has divide as 9 batches
    and for the last 8 entries it has make one batch(the tenth batch)---
    how to go about ??????for the remaing entries (8 entries for the last batch) --iam facing the problem that make the last batch (having of 8 entries)
    entries table
    entsequence entries
    1 1001
    2 1002
    3 1003
    4 1004
    5 1005
    6 1006
    7 1007
    8 1008
    9 1009
    10 1010
    11 1011
    tot number of entrries per batchs is 2(this is a partameter)
    so there will be 5 batches for 10 entries and last batch for the remaing one
    entry
    after procedure runs the batchid table is like
    batchseq batchid
    1 1
    2 2
    3 3
    4 4
    5 5
    6 6(for the last entry)
    the procedure should be
    create or replace procedure batch(totperbatch number) as
    ----the sequence should be genarated whenever there is a increase in the -- batch
    cursor c1 is
    select * from entries_table
    begin
    end;
    help me in this problem
    thanks and regards
    venky

    hi
    sorry for the confusion in the explanation
    here iam giving the clear picture
    CREATE OR REPLACE procedure batch_Prc (PI_ENDDATE IN DATE,
    PI_PROCESS IN NUMBER,
    PO_STATUS OUT NUMBER) AS
    vn_totperbatch NUMBER := 2;
    vn_batchid NUMBER := 1;
    vn_count NUMBER := 0;
    v_batchseq NUMBER;
    v_returnseq NUMBER;
    vn_entries NUMBER;
    ---- Find the total of number of record per batch from com_param_system
    cursor curannbatch
    is select * from int_annreturn_entries;
    BEGIN
    FOR annbatch in curannbatch
    LOOP
    IF vn_count = vn_totperbatch
    THEN
    INSERT INTO INT_ANNRET_BATCH_MAP(
    LANNRETBATCHMAPSEQ ,
    LBATCHID ,
    LANNUALRETID ,
    NBATCHSTATUS ,
    LDOCID ,
    DTCREATED ,
    STRCREATEDBY ,
    DTUPDATED ,
    STRUPDATEDBY
    VALUES
    (v_batchseq,
    vn_batchid,
    v_annualretid,
    1,
    1,
    sysdate,
    'system',
    sysdate,
    'system'
    vn_batchid := vn_batchid + 1;
    dbms_output.put_line('BATCH ID:'||vn_batchid );
    END IF;
    vn_count := vn_count+1;
    END LOOP;
    COMMIT;
    END;
    EXCEPTION
    WHEN e_other_exception THEN
    END;
    IF the number of entries are 10 it will divide 2 entries per batch (this wil working fine)------5 batches
    IF the number of entries are 11.........(i want to make 6 batches )----???
    the sequence should genarated each time the batch is increased
    may be this could give the clear picture
    thanks and regards
    venky

  • My friend has a new number, is it possible to merge new imessage conversation into the old one (where the old number was used) to avoid losing old messages?

    can anyone help?

    I remember a friend of me and myself once swapped our sim cards, because something was wrong with hers. We wanted to check if it was related to her iPhone, or the sim card.
    Anyway, so I had her sim card in my phone, and some messages appeared on my phone, mixed up with my other messages. It was only a few, because she had just gotten the phone.
    One of the persons is a girl who we both know, and her messages to my friend merged in the same conversation as my conversation with this girl.
    I just checked right now and I actually never had messaged to this girl, only phoned. So the first messages of her on my phone are those of my friend. But I messaged this girl later, and those messages went into the same conversation.
    So I'm not sure now, but maybe if the contact info is exactly the same, it may work?
    I think the most important part is that you still have them!

  • Where can one find the serial number on the package of Adobe Photoshop Elements II ?

    I have tried every single approach known to man, to get my software loaded into my laptop... I cannot locate the serial number on my box of Elements II, then fournd the  reddemption code.. tried to find that on the web, with no success, then called Best Buy three times, maybe four.. no one knew how to help me, there, either --they should be able to at least, tell me where to find the serial code, somewhere on the packaging.. no matter what number, or approach I have used, for the last three hours.. none of them work.. can someone make any suggestions as to how to get this program installed  ?  The people at Best Buy, had no clue, and bounced me from person to person... then put me on their Geek Squad number, which played bad, scratchy  MUSACK for twenty minutes, and no one ever picked up there ! So someone at Adobe MUST have some sort of suggestion on getting this loaded !  Bonnie

    What is Elements II, is that 11 or 2?
    See if there is any help on this page: http://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • Why cant i (still) immediately share a picture after taking one from the lock screen camera?

    i put the question here because the ios section is only for specific apps... sorry.
    seems a bit maddening that we are given such quick access to take a picture, but then have to open up either the photo app or whatever app we want to share the photo/video with.  makes taking a pic .3 seconds quicker kinda frivilous.

    That is a new one. I haven't seen that before. You might have a hardware problem. Also may want to try to restore the phone and see if that fixes the problem. Also have you restarted the phone by holding the home button and the sleep/wake switch ignoring the swipe to power off message and then powering up the phone again?

  • How to leave Verizon after contract ends - taking with me the phone number?

    My contract is about to end - Nov. 5 - and I want to port the number over to an entirely new phone, which will use Straight Talk.
    Do I let the contract expire, then port the number? Or do I port the number first, then let it expire? It's not clear whatsoever. If I port it before, then I risk an early termination fee (ETF) unless I clear it with them first. I'd rather let it expire, then port the number over, eliminating any risk of ETF. But if I do that, will my number be lost? or is there some kind of grace period when I can still port my old number out?

    Hopefully more people will find this thread Googling around.  My phone transfer was made but my online Verizon account indicated my phone was "Suspended."  Calling customer service was a joke.  Mind you, my question was simple: "Will I owe Verizon any more $"  and "What does suspended mean.  Answers: "yes," and I never got an answer for number two. 
    So, here I am paying 65% more for Verizon and now they're coming after a pre-paid two weeks of service plus another bill cycle....  You can't imagine how many pieces of cranium I had to pull form the ceiling.  Further, the Customer Service Rep was so poorly trained, she didn't know that "paid in full" means "paid in advance."  To her, I was going to pay for 6 weeks of service whether I liked it or not.  She told me it was due to my new provider canceling my account to late in the billing cycle.  Which made no sense to anyone who's been through this process before.  As long as it's switched within a current month, there is no new invoice for the upcoming bill cycle.  So, I did the math of the situation, realized the CS Rep was wrong, questioned her logic, and then asked for a supervisor.  The other thing that was weird, CS would not give me an explanation in writing other than snail mail!  She couldn't email and was not authorized to give written data to customers.  Who the H#ll uses snail mail anymore?    I was told it would be 45 minutes before I could speak with a supervisor and they'd call me.....  Still waiting!  Almost Two hours later!  Tells you how many mad customers Verizon has or how much they actually care about their customers!
    I finally called my new provider and looked at that account on-line and sure enough, the CS Rep lied to place blame on my new carrier or was clueless of Verizon's non pro-rate policy.  So, I called their CS department again and had someone with a brain at the other end of the line who explained it the way I understood it.  She also told me it was not my new provider!  My comment back was, "That's the way I thought it worked.  You guys do a horrible job training your reps and thanks."  I will not receive another months bill.....  What a joke.  They created all of that aggravation due to their lack of training or dishonest employees.
    My point is this:  The above is the reason I'm leaving Verizon.  For the over priced service, they should be honest, train their Customer Service Reps so we customers do not get angry (they might save a few customers that way), and prorate billing cycles by rounding out to the next week.  The reason I bring this up is I'm saving 65% by switching and, yes, that's a real number...  I had to prepay my first bill.  And, there's no hissing in the connection......  Way better deal!
    >>Edited to comply with the Verizon Wireless Terms of Service <<
    Message was edited by: Verizon Moderator

  • HT201407 How do I activate my iphone 4 phone number?  My  old iPhone broke and want to activate this new one with the same number

    Long story:  My son broke his iphone 4 screen through repeated droppings.  But my wife upgraded from her iphone 4 to the 5, and wants to give said son her unblemished 4.  He has saved to icloud and we have deleted all the content and restored settings on wife's iphone 4.  So on the unbroken iphone 4 all of the son's contents, contacts, app, etc., are there, but how do I activate the phone with his number? so he can receive calls/ texts?

    Insert the active SIM card for that phone number and connect the iphone to itunes.

Maybe you are looking for

  • HP Client Security Manager

    Hi the HP Client Security is a major problem for me. I have set up all the normal credentials etc but wherever I go to log on a website the Password Manager icon does not present on the screen for me to enter the details of my username and passwords.

  • Newbie - How can I know when someone opens a PDF I sent in an email?

    I'm trying to get a simple proof of receipt when someone opens a PDF attached to an email.  Any suggestions about how to do this? 

  • Adobe pdf online form: how to stay anonymous

    If i fill out a smart pdf form online where i enter some information into the form, how can i make sure my ip address is not shown? If I use a proxy and disable javascript will the smart pdf form only see the proxy's ip address? Anything else I shoul

  • PR Account Generation workflow customization

    Hi All, We are in R11.5.10.2 and we are implementing Tax for our client. When creating PR from iProc end user wants to default the segment6 of charge account with the segment6 of tax_code code combination. I've tried to default the account using the

  • Authorizing My Own Computer

    Every time i try to authorize my own computer so i can play purchased music i get denied. HELP!