Verification field for Batch number - Transaction LM05

Hi Experts,
Can some one help on the issue of adding a verification field for BATCH NUMBER on the screen 2502 and make it work.
Requirement : Add Verification field for batch number and build the logic to verify the batch number -  as the SAP standard does for other fields.
I have proceeded to some extent and seems like I am not winning.
Steps done :
1. Copied physical screen 2502 (SAPLLMOB)  to screen 9502(SAPLXLRF)
2. Changed the screen to subscreen and removed the OK_CODE from the element list.
3. Created the project ZMWMRF502 and assigned user exit MWMRF502 to this project.
4. In the components of the project assigned 9502(SAPLXLRF) to 1502((SAPLLMOB).
5. Assigned the screen 9502 to logical screen 0502 in the config.
6. In the transaction LRFMD given the username and variant '1'.
Now When I execute the transaction LM05 and give the TO number, the system calls my screen 9502 with new field seen in that.
But the screen is completely greyed out with no data in that.
I checked PBO and PAI of my new copied screen.
In all the modules which I received from the copy of SAP standard screen there is no code except name.
I mean to say that names of all modules exist but when I double click on any module it ask me to create a new object.
If I have to create module similar to SAP there is a lot of coding in side. How do I proceed further.
Can some help me.
Thanks and regards
Joshi

Hi Dez,
If you go in to transaction LM05 and input a number of TRANSFER ORDER, it will take you to a screen where the system will populate the fields pertaining to that particular transfer order.  In that screen we have normal fields as well as verification fields for that particular field. These screens are used on scanners. When the scanner scans the material slip, the corresponding value such as material number, storage bin number etc will be get populated in the verification field.  When the user selects next then the system will perform a check for the two values and pops up an error message if required.
So there are verification fields for material number, storage type, quantity etc but not for batch.  Our user requirement is to put a verification field just by the side of batch number field and perform same operation as it does for other fields.
Hope you understood.
Thanks and regards
Joshi

Similar Messages

  • Batch Number Transaction Report

    Dear Experts,
    Is it possible to modify the form settings of Batches table in Batch Number Transaction Report as I need to add in some user-defined fields into it?
    Below is the layout of my Batches table in the report:
    Batches
    #   Item No   Item Description   Batch   WhsCode   Qty   Status   Manufacturing Date
    and I would like to add in Width, Length & Height columns in the table.
    I can't preset the value of length, width & height of the item in Item Master Data because different batches of same item will have different length, width & height. So I created these fields (Width, Length, Height) in Goods Issue & Goods Receipt and assigned different values there. After that, I need to do some references at Batch Number Transaction Report to find out which batches got the specified measurement of that item.
    Thanks in advance.

    Hi Sachin. I think you have misunderstood what I mentioned before.
    I want the report to show like this
    Item No.   Item Description              Batch   WhsCode   Qty   Direction   Status        T     W        L
    A893S     Pine 14 x 125 x 1030mm          A123    WH01       100   In        Released   14   125    1030
    A893S     Pine 14 x 125 x 1030mm          A123    WH01       -10  Out       Released     14   125    1030
    A126B     Ash 14 x 125 x 1090mm          J123     WH01        50   In         Released   14   125    1090
    In fact, below is the result table that I get
    Item No.   Item Description                Batch   WhsCode   Qty   Direction   Status        T     W        L
    A893S     Pine 14 x 125 x 1030mm            A123    WH01       100   In           Released   14   125    1030
    A126B     Ash 14 x 125 x 1090mm            J123     WH01        50   In            Released   14   125    1090
    using this query
    SELECT T0.[ItemCode], T0.[ItemName], T0.[BatchNum], T0.[WhsCode], T0.[Quantity],
    case when T0.[Direction]=0 then 'In' when T0.[Direction]=1 then 'Out' end Direction,
    Case when T1.[Status]=0 then 'Released' end Status, T2.[U_Height], T2.[U_Width], T2.[U_Length]
    FROM IBT1 T0 
    INNER JOIN OIBT T1 ON T0.BatchNum = T1.Batchnum and T0.Itemcode=T1.ItemCode
    INNER JOIN IGN1 T2 ON T1.ItemCode = T2.ItemCode and T0.Quantity = T2.Quantity
    WHERE T1.[ItemCode] =[%0]
    Thanks,
    Xavier

  • Batch Number Transactions Report  - TURN OFF

    We are managing our batches in B1 2007A; however, our customers do not care what batches they're receiving, per se. 
    That being said, we do not want batch reports to be created each time an invoice is readied to be printed, as we simply X each report that appears (batch number transactions report, batch report in document).  Can these be turned off if batch management is on?
    Thank you!
    Russell Clayton

    Thanks for the clarification request -
    When we use the document printing feature, we can skip the generation/printing of batch number transaction reports and such; however, when we're doing one-off invoices (not a large run, which is common with our company), the simpleness of choosing print preview and only seeing the invoice pop up would be ideal, as we do not want to print the batch reports at this time (only track within the system).

  • Batch Number Transaction Report Menu ID

    Dear Expert,
    Can you please tell me what is the Menu ID for the Batch Number Transaction report?
    Thanks & Regards,
    Tushar Nathwani

    Hi Tushar........
    Go to Start> All Programs> SAP Business One> SDK> SDK Help--> Type with Menu ID......
    You can find the Menu ID List for all the objects used in SAP.
    And the  Menu ID for Batch No. Transaction Report is 1747....
    Hope you are asking for the same what I told you........
    Regards,
    Rahul

  • Error in Batch Number Transaction Report

    Dear All
    While generating 'Batch Number Transaction Report' in SAP B1 8.8 the following error occur which we could not solved:
      "Runtime error
        R6025 - pure virtual function call"
    This occurs when selection is made on item properties for the report.
    Please suggest solution.
    Thanks & with regards
    Aloke Bandyopadhyay

    Hi ALok......
    Check the thread related to this problem........
    Email and PDF Icon on AR Invoice Visual C++ Runtime Error R6025
    Also this might be the Microsoft Issue or check Virus run also.....
    Regards,
    Rhaul

  • Layout - Batch Number Transactions Report

    Hi all,
    Our customer has made a layout (IBT3, In Document Tree) in the report 'Batch Number Transactions' via "Inventory -> Inventory Reports -> Batch Number Transactions Report"
    When you have filled the selection criteria in Batch Number Transactions Report and when you click on 'Print Layout Designer'-button you can choose 3 layouts that are:
    - Without Transactions
    - Specified (Including Transactions)
    - In Document Tree
    When you click on the 'Print Preview'-button the following layouts are available:
    - Without Transactions
    - Specified (Including Transactions)
    And the layout "In Document Tree" is not available and why?
    Thanks in advance,
    Chief

    Chief,
    The 'In Document Tree' option is the layout which is used when there are batches for a transaction and the batch report is printed along the original document - you can't print it from the Batch Numbers Transaction Report.
    For example you create a GRPO with a batch managed item and when you print the GRPO there will be 2 documents printed: one for the GRPO itself and one for the batch numbers - this is the layout you set as default for the 'IBT3 - In Document Tree' option.
    Hope it helps.
    Regards,
    Nat

  • Hide field for " Change Number". RMMG1-AENNR  " in MMR

    Hi,
    In MM01 and MM02, i want to hide field for " Change Number".
    I tried in OMSR and OMS9, but i could not find field "RMMG1-AENNR".
    Hw to make it hidden.
    Uts
    Edited by: Utsav.agra on Jun 1, 2009 9:17 AM

    Check is your problem can be solved by Screen or transaction configuration?
    T Code is SHD0

  • Stored Procedure for Batch Number Format and Block Duplicate Batch Number

    Hi Experts !
    I am new one in forum asking question.. I want Stored procedure for Batch Number Format. I want fix one Batch number format in Stored Procedure.
    Example :
    My Batch number format Like  BATCH00001 - It should be first five digit is text format and next five is Numeric.
    IF create Goods receipt PO or Goods receipt stage I create batch number like BATCH 00001 or any other number means don't add that document and also duplicated batch number also does not allowed. please give me the solutions. I am sorry for my bad english .

    Dear Nagarajan K.
                         Thanks for your replay ..
    IF @transaction_type IN ('A','U') AND (@object_type = '106' )
    BEGIN
    set @item = LEFT( @list_of_cols_val_tab_del, CHARINDEX(CHAR(9),  @list_of_cols_val_tab_del,1) - 1)
    set @batch = substring(@list_of_cols_val_tab_del, len(@item)+1, (CHARINDEX(CHAR(9),  @list_of_cols_val_tab_del,len(@item)+2)) - (len(@item)+1))
    --set @base =( select basetype from ibt1 where batchnum = ltrim(rtrim(replace(@batch,char(9),''))))
    set @count = (select count(*) from oibt quantity > 0 and where  batchnum = ltrim(rtrim(replace(@batch,char(9),''))))
    if @count > 1
    begin
    set @error = 1
    set @error_message = 'Please enter different Batch Code for batch ''' + @batch + ''' for item ' + @item 
    select @error, @error_message
    END
    END
                  I used above Stored Procedure. here we can use one batch number for different item but  i want to block one batch we should use one item and one time only after than we never use that batch number for same item and another item.
             After that I want format for Batch, we should follow unique Batch number for all items.

  • Batch Number Transactions report preliminary page

    Hi Everyone,
    I am trying to print a delivery document with Batches. The system prints the Batch transaction report along with the packing list which is good.
    However, I do not want the first page that says - Batch Number Transactions Report - Selection Criteria page to be printed as it is of no use. Is there a way, we can disable this preliminary page from printing?
    Appreciate your input on this.
    Thanks,
    Payal

    You may check these threads:
    Re: Supress Printing of Aging "Header"/Summary  Page
    Suppress Printing of Selection Criteria page
    Thanks,
    Gordon

  • Table and fields for " Batch Code Date " and "Shelf Life days".

    Hi All,
    What is the field for " Batch Code Date " and "Shelf Life days".
    And in which table are they present.
    Thanks & Regards,
    Ahmed.

    Check the table
    MCHA  Batches
    Field VFDAT  Shelf Life Expiration or Best-Before Date

  • Field For SSn number

    Hi All,
    Can anybody please tell me the field for SSN number.And in whcih table it will stored.
    I have srached in PA002 but it is not avaliable.
    Can anybody help me.
    Thanks,

    Hi,
    This field is applicable to US. You would find this in IT0002-Pesonal Data. If the country grouping is 10, you would automatically get this field in IT0002.
    Regards,
    Suhasini

  • Different Number Range for Batch number in MIGO

    Hi Techies,
    I have a requirement to assign the internal range number to Batch Number as K120101701 for CHARG field in MIGO. Where K1 is the Storage location, 2010 is year, 17 is current date 01 is the serial Number.  Next day the number range should be K120101801, 18 is next day's date. How can I achieve this? 
    Thanks & Regards,
    Muralikrishna P
    Edited by: muralipsharma on Nov 17, 2010 5:35 PM
    Moderator Message: Do not dump your specifications here for others to do your work. Try on your own first.
    Edited by: kishan P on Nov 18, 2010 11:31 AM

    just check with following code . it will give all badi and user exit in the transaction . in selection screen u have to pass tcode and package
    <<copy-paste from http://naveenvishal.wordpress.com/2009/07/05/user-exits-and-badi-list-for-a-t-code/ or some other location>>
    Moderator Message: DO NOT copy-paste other people's work without giving them due credit. If you continue this, you user-id will have to be deleted.
    Edited by: kishan P on Nov 18, 2010 11:36 AM

  • About adding UDFs for serial number transactions

    Hi,
    For some reasons, I need add some UDFs when receivie product or delivery product which are managed by serial number. In UDFs management, I found there is one object called Serial/Batch number object. I add my UDFs under this object then when I go inside serial number transaction report, I can see the new added UDFs. But my question is when I use DI to add goods receipt to receive serial number into system, I can't see the UserFields property. Below is the code I use:
                // Lines + Serial Number
                oDoc.Lines.SerialNumbers.ManufacturerSerialNumber = "LANSN0007";
                oDoc.Lines.SerialNumbers.UserFields.Fields.Item("U_MyUDF01").Value = "XXXXX";
                oDoc.Lines.SerialNumbers.Add();
    In above code, there is no way to set the UDFs like usual. There is no property called UserFields under SerialNumber. So how I can set the value in the UDF then? Or I am using wrong way to add value in the UDFs?
    Any idea?
    Thanks,
    Lan

    Hi nd.Q,
    My version is 8.80.235 with PL:17. But in object of SAPbobsCOM.Documents.Lines.SerialNumbers, I can't find the property UserFields which allow you to set the your UDFs value as usual. In SDK help document, I can't find the UserFields property in SerialNumbers object. In my code I can't use code like this:
    oDoc.Lines.SerialNumbers.UserFields.Fields.Item("U_XXX").Value = "XXX";
    Any idea?
    Thanks,
    Lan

  • Query for batch number

    Hi
    i want query that
    suppose i create 'i01' item make management method by batch.
    when i create ap invoce at that time i add vendor refrence number add add that 'i01'
    item with '5' quantity's then add. at that time it ask for batch update.
    then i get new window of batch OBTN  in that window  i make user defined field.
    "In that user defined field i want that vendor reference number which i give in ap invoce "
    so plz help ..................

    Hi,
    Unless I misunderstood your question (if so, sorry), I presume you mean formatted-search to copy vendor reference number from main A/P Invoice form to batch selection form, isn't it? You can't do this, formatted search works in one form, can't work across two form / document. Hope this help.
    Best Regards,
    Hendry Wijaya

  • Linked Button for Batch number and Serial Number

    Hi,
    Is there a way i can have a linked button for Batch numbers and serial numbers?
    (These are 2 separate fields by the way).
    If i use the object no 94 for serial numbers, it cannot find the record. The same issue occurs when i use batch number's object no 106.
    Anyone has any idea how do i go about this?
    Thanks in advance.

    Hi shafi,
    It wont work, but i did check it once and confirmed my doubt. instead of writing 
    SAPbouiCOM.BoLinkedObject.lf_ItemBatchNumbers
    i'm using the "106" object number. its the same thing.
    Your using the linked button for the item code. I want the object to link to the batch number.
    Your your linked button, when you run it against an item having 10 or so batch numbers it'll always take the 1st record. Not the record that u want it to link to on the form. (because we cannot define the Batch number with that object).
    BTW, the code you've written for a matrix, you can assign all these things in the xml file or in the srf itself.
    Appreciate the response, thanks.

Maybe you are looking for