Inventory Transfer Cancelled Issue.

Dear SAP Team
When i cancel any inventory Transfer it is take next document number automatic.
Explain- i created document number 1
when i cancel it is cancel but take 2 number
So please help its is urgent.

Hi Anil,
The cancelled document will be shown as cancelled but the reverse transaction will be happened on next document only.
Check again your last financial years.
I bet you shall see two records
One with Journal remarks "cancelled" and subsequent record with reverse transaction.
Thanks,
JO

Similar Messages

  • Cancellation of Inventory Transfer did not reverse the stocks

    Hi All,
    We are using SAP B1 8.82 PL 01. One of our entry in Inventory Transfer was posted wrongly by choosing wrong warehouse. So first I posted the same entry in Test database and cancelled the entry. With the cancellation the stocks were back in the "To Warehouse" from the "From Warehouse". But when I cancelled the original entry in live database the Journal entry is showing as Cancelled but the stocks are still in the "From warehouse".
    Please tell me where I went wrong and how I can resolve.
    Thanks,
    Vineela.

    Hi Vineela,
    Please re-post it as a question thread.
    Thanks,
    Gordon

  • Re:Query For Inventory Transfer..!!!

    Dear Members,
    My Scenario is,
    I want to take a report for inventory transfer that contains
    1. Itemcode
    2.Item description
    3.quantity
    4.inventory quantity on the previous day.
    I have taken the tables owtr,wtr1,oitm and oitw.But the issue is if my document date is like 30.11.2010 i want the inventory quantity value as  on 29.11.2010.
    I need only query not SAP Reports.Plz suggest a suitable query for this issue.
    With Regards,
    Revathy

    Hi Revathy,
    You have to use OINM table to get your desired Stock on past dates.
    Have a look at these queries.
    1. Stock per itemwise
    select t1.ItemCode,max(t1.dscription) [Name],(sum(isnull(t1.InQty,0)) - sum(isnull(t1.OutQty,0)) ) [ClsStock],(sum(t1.transvalue)) [ClsValue]
    from OINM t1
    where  t1.DocDate <= '[%1]'
    group by
    t1.ItemCode
    2.Stock per item per warehouse wise
    select t1.ItemCode,max(t1.dscription) [Name],t1.warehouse [Warehouse],
    (select whsname from owhs o1 where ((o1.whscode) = (t1.warehouse))) [WarehouseName],
    (sum(isnull(t1.InQty,0)) - sum(isnull(t1.OutQty,0)) ) [ClsStock],(sum(t1.transvalue)) [ClsValue]
    from OINM t1
    where t1.DocDate <= '[%1]'
    group by
    t1.ItemCode,t1.warehouse
    Regards,
    Bala
    Edited by: Balakumar Viswanathan on Dec 10, 2010 5:22 PM

  • Want to Prevent Inventory Transfer More than Planned Quantity

    Dear Experts,
    I want to Prevent Inventory Transfer More than Planned Quantity. so that No one can Post any Issue for Production More than Planned Quantity has Assigned that Production Order. Using SAP Business One B1 .
    Please Advice ......
    Thanks In Advance ,
    Ajibul Hakim

    Hello Gordon,
    Thanks for your Reply . I want to Prevent Inventory transfer , which will Exceed the Planned Limit. but yesterday I Have Tried Myself again and I have succeed ! so thanks you again ,
    Also thanks to Nagarajan for your kind reply and i wanted to do like that but I want to restrict Inventory transfer...
    I have Done Like this....
    IF @object_type='67' 
      BEGIN
      IF @transaction_type='A' OR @transaction_type='U'-----Add
          BEGIN
            IF exists(SELECT * FROM  WTR1 T0
          LEFT JOIN OWTR T1 ON T1.DocEntry=T0.DocEntry
            WHERE  (T0.U_PlanQTY<(T0.Quantity+T0.U_TotalIssue)) AND T1.U_OrderType='100'
                         AND T0.DocEntry=@list_of_cols_val_tab_del)
            BEGIN
             SET @ERROR=1
             SELECT @ERROR_message = N'Issued Quantity Can not More than Planned Qty ,Check again and reconfirm please '
            END
          END   
       END
    Thanks,
    Ajibul Hakim
    Message was edited by: Ajibul Hakim

  • Approval Query on Inventory Transfer

    Hi All,
    I want an Approval Procedure to be invoked when a Particular User post a Inventory Transfer. The Scenario is the user will transfer goods from his Warehouse to 2 different Warehouse. For Eg: Stores and Despatch.
    He will make a separate Inventory Transfer to transfer goods to Stores and another entry to transfer goods to Despatch.
    If he Transfer Goods to Stores, it has to be approved by Stores Department User.
    If he Transfer Goods to Despatch , it has to be approved by Despatch Department User.
    I tried using Query in Approval Procedure. Not able to get correct way it shoud work.
    Help Needed...
    Thanks in Advance....
    Marikannan

    Hi Thanks for the reply...  I have created the UDF for those. I used the Following Query.. But it doesnt work. Any issue with my query...
    DECLARE @whs AS NVARCHAR(20)
    SET @whs = (SELECT $[$18.1.0])
    DECLARE @reas AS NVARCHAR(20)
    SET @reas = (SELECT $[$u_po_ref.1.0])
    SELECT DISTINCT 'TRUE' FROM OWTR Z1 WHERE @reas = 'DSPT' AND @whs = 'QLTY'
    I Use @whs for Filler field in OWTR
    I User @reas for UDF in OWTR
    Thanks... Marikannan
    Edited by: Marikannan Balu on Apr 22, 2010 8:11 AM

  • PLD-Inventory Transfer

    Dear Friends,
    I've created a pld for inventory transfer for one item with batch level management.We have issued the entire qty of item from one batch.But in system pld and our customized pld the batch line detail is multiplying and it is showing twice the same batch details.
    Can anyone help me out for this issue
    Regards,
    Suresh Kannan

    Hi,
    I think you are picking qty from IBT1 where two entries are entered while doing inventory transfer for batch manged items. You should pick qty with a filter of one warehouse then you would get the correct figure.
    Regards,
    /Siddiq

  • Error while posting report in inventory transfer from draft

    hi, 
             we have entered all the details in inventory transfer at the row level.Due to editing purpose we have saved it as draft.but now while posting the document it displayed the error as "No Matching records found".
    ca anybody tell what is the reason????
    regards priya

    Hi Priya,
    Please go through note 1112941
    https://service.sap.com/sap/support/notes/1112941
    If itu2019s not the case, please help collect error in detail.
    Hope it helps.
    Regards,
    Jacqueline Jiang
    SAP Business One Forums Team

  • Sales Order/A/R Reserve Invoice & Inventory Transfer

    Hi
    Suppose I have 2 warehouses A and B. A has 3 units of a particular good and B has 6 units of that same good.
    I understand that if I want to create an A/R invoice for a sale of 7 units of the good, I have to transfer 1 unit from A to B or 4 units from B to A before the tax invoice can be created. Does this requirement to have the stocks in one warehouse also apply to an A/R reserve invoice? Can I create an A/R reserve invoice for 7 units of the good before the transfer is performed?
    My second question is this.
    A sales quotation may be created when the required goods are in different warehouses. Can I create a sales order with the required goods still in different warehouses?
    Thank you for your patience with my questions as I am new to SAP B1 and do not have access to a test system at the moment.

    Hi,
    Only Delivery or normal invoices are related to inventory. For Sales Order/A/R Reserve Invoice, you do not need Inventory Transfer.
    Thanks,
    Gordon

  • Customer wants Inventory Transfer to associate Freight/Landed Cost to Items

    This is the situation:
    SAP B1 customer wants sells items from warehouse 01 and warehouse 02. Warehouse 01 on eastern side of Canada and Warehouse 02 on Western side.
    They would like to transfer certain items to warehouse 02. However, it involves Freight or Landed Costs associated.
    The customer may adjust the price of items transferred to 02 or and if they don't they atleast would like to know whether they are taking a loss in selling the transferred items from warehouse 02.
    In order to know the cost of items or associated cost with the items in 02, they need to track Freight or Landed costs associated with the transfer to western Canada.
    Inventory Transfer does not allow us to associate any shipping charges? or am I missing something here?
    Associating shipping charges with inventory transfer seems like such a natural act of transfer through Trucks? why isn't it associated with inventory transfer function in SAP B1?
    As usual appreciate all your help?
    Thanks.

    You may check this thread to have a work around:
    Re: Is it possible to have Freight for Stock Tranfer between Warehouses?
    Thanks,
    Gordon

  • Inventory transfer not visible in service call window

    Hi all,
    we have booked a service call.
    against that we transferred inventory to technicians in three documents out of which only two are visible in service call - expenses tab.
    The third document is visible separately in inventory - inventory transactions - inventory transfer.
    Now we want to create delivery out of it. How to go ahead ?
    if we select unseen items in the delivery will they be deducted twice from the inventory ?
    Pls. guide
    Thanks
    Malhaar

    Hi Gordon,
    We are able to find out the pain area.
    From the back end , we made out that inventory expenses entry was missing in the SCL2 table. and we landed into the conclusion that after punching Inventory Transfer we missed to update the service call window.
    thanks
    Malhaar.

  • Excise duty on inventory transfer to non excisable warehouse and its sale

    Hi,
             Can anybody help me to map mentioned scenario;
    Inventory transfer from Excisable warehouse to Non excisable warehouse, subsequent creation of excise invoice, how debit in excise clearing account can be cleared. How to include value of excise duty on inventory transfer to item cost in receiving warehouse..
    thanks in advance.......

    HI Frnd,
    WELCOME to SAP FORUMS.......
    NO way u can't do against the Excise & SAP rule.s.
    THanks,
    JRAJPUT

  • FMS for auto populating itemcodes in detail grid of Inventory Transfer

    Hi All,
    Could anyone please give me the query for Formatted search to populate item codes in the detail grid of 'Inventory Transfer' automatically based on Production Order details, by selecting a 'Production Order No.' in a UDF in Inventory Transfer entry.
    I had tried the following FMS Query :
    Declare @LineNum Int
    Declare @ProdNo Varchar(10)
    Declare @ItemNo Varchar(40)
    Set @LineNum = $[$23.0.62]
    Set @ProdNo = $[OWTR.U_ProdOrderNo]
    Set @ItemNo = (Select WOR1.itemcode  From OWOR Inner Join WOR1 on OWOR.DocEntry = WOR1.DocEntry 
    And OWOR.DocNum = @ProdNo and WOR1.VisOrder = @LineNum - 1 )                 
    Select @ItemNo
    But user has to manually click on the itemcode FMS icon on each and every row to set the itemcode in that particular row.
    Can all the itemcodes get populated in 1 go just by selecting the Production Order No ?
    Thanks,
    William

    Hi William,
    You can also use the shortcut key Shift+Alt+F2 to open User Defined Table as specified by Nagarajan.
    Please check following link too
    Working with User Defined Values in SAP Business One | Packt Publishing
    Regards
    JO

  • Query to Lookup Ship To in a UDF for the Inventory Transfer

    Good Day Experts!
    I created a UDF for the Ship To Code in the Inventory Transfer Window.  The problem is I do not know how to create a query to be used in the Formatted Search for this UDF wherein it will lookup all the Ship To Codes in the table CRD1 of that particular  Customer selected in the Inventory Transfer window.  The objective is to choose a Ship to code just like in the sales document.
    My next problem would be how to display automatically the whole Ship To Address in another UDF based on the Ship To Code chosen in the UDF Ship To Code.
    Your inputs would be highly appreciated.
    Regards,
    Jen

    To get the Complete ShipTO Address, use the following Code
    SELECT T0.cardname+CHAR(13)+isnull(T0.Address,'')+CHAR(13)+
    cast(T0.Building as varchar(100))+CHAR(13)+isnull(T0.city,'')+CHAR(13)
    +isnull(T0.zipcode,'') as Address FROM CRD1 T0
    WHERE T0.CardCode =$[OWTR.CardCode] and  T0.cardtype='S' and
    T0.Address=$[OWTR.UDF1]
    Here Replace UDF1 with the Name of the UDF in which Shipto Address Names are shown as per my previous post.
    Hope you understand

  • Inventory Transfer - Restrict Add

    Dear all,
    How do you restrict an inventory transfer document to be added if one of the row have its line total or some other field is blank or zero?
    thanks
    SV Reddy

    Hi SV Reddy.....
    If you use this SP then you can exactly find out at which row and for which Item of any row Block Num field is Empty.....
    Try once.....
    If @Object_type='67' and (@transaction_type ='A' or @transaction_type ='U')
    BEGIN
    declare @Item1 as varchar(100)
    declare @minline1 int
    declare @maxline1 int
    declare @BlockNum1 varchar(100)
    set @minline1 = (select min(T0.linenum) from WTR1 T0 where T0.docentry=@list_of_cols_val_tab_del)
    set @maxline1 = (select max(T0.linenum) from WTR1 T0 where T0.docentry=@list_of_cols_val_tab_del)
    while @minline1<=@maxline1
              begin
              select @Item1=T0.itemcode from WTR1 T0 where T0.docentry=@list_of_cols_val_tab_del and T0.linenum=@minline1               
              select @BlockNum1=T0.BlockNum from WTR1 T0 where T0.docentry=@list_of_cols_val_tab_del and  T0.linenum=@minline1               
              if      @BlockNum1 Is Null
                   begin
                        set @error=-1
                        set @error_message = 'Block Number in Inventory Trsnaction can't be blank ' + @Item1
                   End
                   set @minline1=@minline1+1
              end
    End
    Regards,
    Rahul

  • Inventory Transfer Draft via Add

    Hi,
               I need to make inventory Transfer,But it should not transferred immediately.It first gets added in Draft,but stock decreased from the respective counters of the source branch.After that from Draft document , stock gets added the destination Branch.
    All should be done through DI
    Plz Give me the Sample coding also
    Thanks in Advance

    Hi,
    What is your B1 version and PL?
    Thanks,
    Gordon

Maybe you are looking for

  • How to setup multiple Apple ID's on Apple TV home sharing?

    I have an Apple TV and a Mac with mavericks.. My roommate also has a Mac. We both want to be able to access our home sharing videos on the Apple TV. I figured out how to have multiple accounts for iTunes (rentals etc) but can't seem to do it with hom

  • Your Suggestions on Adding External LCD / LED Monitors to MacBook Pro?

    My current work station is a PowerPC G4 Dual 867Mhz with dual 19" CRT displays. I use this for design work (Adobe Illustrator); photo restoration (Photoshop); & online sales. I was down to my last two CRT monitors, and wanted to perhaps start porting

  • Condition types for Import Vendor not getting in Contract

    Hi, In Contract Document if Import Vendor selected, for the Line items we are not getting the Import Pricing Condition types. Instead, we are getting the Local pricing condition types even if Import vendor schema maintained in Vendor Master. We have

  • How do i get rid of the Yahoo toolbar?

    Aster using Firefox for the last two years, I had to uninstall and reinstall it after downloading the latest version. Surprise, there is the ever-present Yahoo toolbar following me everyplace I go like a faithful dog. How do I get rid of it and use G

  • Fieldpoint FP-RLY-422 does not change status

    I am using Measurement Automation to run field point 4.1. I have 2 FP-RLY-422 in the field bank in one of the 422 at address 7 channel 1 the value on the screen shows as 1 if I write a 0 the relays goes on and stays that way until I do a reset. I can