All items needs to be entered again in Custom MIRO (for imports)

We are doing imports. Now when we have to pay customs duty, we do MIRO. For custom duty payment, i have to copy all the items (like material number and quantity) in MIRO screen which is very hectic.
So is there any way / setting where all the items are automatically flow to custom duty MIRO.
Please help

Deepak Agrawal wrote:
We are doing imports. Now when we have to pay customs duty, we do MIRO. For custom duty payment, i have to copy all the items (like material number and quantity) in MIRO screen which is very hectic.
>
> So is there any way / setting where all the items are automatically flow to custom duty MIRO.
>
> Please help
Hi,
But normally when we do MIRO and enter a referene document PO then all th data is copied into the present transaction and no need to enter all details manually.Once you give the PO then press enter and then you can look at the data whch flows to MIRO.
Thanks

Similar Messages

  • All items needs to be entered again in Import MIRO (for customs)

    We are doing imports. Now when we have to pay customs duty, we do MIRO. For custom duty payment, i have to copy all the items (like material number and quantity) in MIRO screen which is very hectic.
    So is there any way / setting where all the items are automatically flow to custom duty MIRO.
    Please help

    Hi,
    In Import Purchase when you are entering the Bill of Entry
    You have to select planned delivery cost.
    All the Customs duty and other duties will be displayed.
    Quantity and Amount will not be there as you have to enter that manually.
    This is because the values are not what we have entered in the PO.
    So what is there in the bill of entry only we have to enter manually.
    This two items will not come automatically.
    Also make sure that with Planned Delivery Cost Condition types you have to manually enter the Custom of Commissioner Vendor code in Purchase order.
    Edited by: lolu jo on Oct 13, 2011 12:00 PM

  • User Exit during Sales Order Creation - New Line Item needed

    I have a situation during the process of sales order creation. If a Material in a line item has say 27 EA and the Base Unit is EA. But the Sales Unit is CSE. Then whenever the user enters 27 EA and presses enter he should get two line items.
    The first line item needs to convert to maximum number of CSE posible and the rest will be the second line item with the remaining EA. The order isn't important but that is what is needed. Question is how do I approach this problem and code my user exit accordingly and where do I code it.
    I was looking at SAPMV45A and saw the program MV45AIZZ which is meant as a user exit for any PAI event handling. If anybody has encountered this kind of requirement can you please share your view on this.
    I will definitely reward points for useful answers.
    Clark

    Hello Mahendra
    The requirement is as follows :
    PART 1:
    Sales Order Enter: 
    1.     When a line item is entered on a sales order (VA01 or VA02), at enter, check the sales unit of measure (VBAP-VRKME).
    •     Do not check line items where item category (VBAP-PSTYV) = TANN, TAPS or ZTAP.  TANN are free goods that should not be considered for consolidation.  TAPS & ZTAP are lower level materials as a result of product selection.  They will be attached to a higher-level material with an item category of TAX, which is relevant for consolidation.
    •     Do not check items where VRKME <> EA
    2.     If VRKME = EA, go to MARM for MATNR.
    3.     Go to record where alternate unit of measure (MEINH) = CSE, get the value from the numerator field (UMREZ).
    4.     Divide the order quantity (VBEP-WMENG) by UMREZ.
    5.     If the result is greater than 1.0, the customer has ordered more than one case and a new line item needs to be added to the sales order for the case quantity.
    6.     Add a new line to VBAP for the same material with the case quantity.  If not a whole value, the remainder of eaches (bottles) should update the qty on the first item on VBAP.
    •     Part 1 is relevant for order types ZCA, ZOR, ZSO, RE, ZSM
    PART 2:
    Batch Job to run prior to the Delivery Due List:
    1.     Read VBUK for Delivery Status (LFSTK) = A (delivery not processed).  Get all of the document numbers (VBELN).
    2.     Go to VBEP for those document numbers to get the goods issue date for the order.  There will be many records in VBEP for the same sales order.  Look at all orders with a goods issue date (WADAT) of next day.
    3.     Go to VBAK for those document numbers to see if there are multiple sales orders for the same Sold To party (KUNNR).
    4.     For customers who have more than one order in VBAK, search all line items (for all orders).  If there are no duplicate materials across sales orders, do nothing.
    •     Do not check line items where item category (VBAP-PSTYV) = TANN, TAPS or ZTAP.  TANN are free goods that should not be considered for consolidation.  TAPS & ZTAP are lower level materials as a result of product selection.  They will be attached to a higher-level material with an item category of TAX, which is relevant for consolidation.
    •     Do not check line items where reason for rejection (VBAP-ABGRU) is not blank
    5.     If there are duplicate materials, go through the same logic as in part 1.  If the quantity across the sales orders adds up to greater than one case, add the appropriate quantity to a new line item on the first sales order.   If there is a remainder qty, update the line item on the first sales order with this qty. In this case, the quantities on the second sales order needs to be closed out with a reason for rejection code of 50, ‘Line Item Consolidation’. If there is no remainder,  update the qty on this item directly.
    •     Part 2 is relevant for order types ZOR, ZCA, ZSM
    •     This batch job will have to be run manually for Day Pick orders.  The end of this program should automatically kick off the delivery due list for Day Pick orders, shipping condition 02.
    Business Justification:
    The business requires that like order line items be consolidated to one line item prior to the order going to the warehouse for picking.  This will aid in picking at the warehouse as well as result in the customer invoice not reflecting more than one line item for the same material.  In the case where the customer has truly ordered more than a case, i.e;, 1 case, 2 bottles, the documents in SAP will still reflect 2 lines.

  • Bulk All Item Assignment to a Sub-Catalog

    Hi,
    > Customer has 27,012 Items,
    > We need to assign all the Items to a single Hidden Sub-Category for applying Tax Codes,
    > All Items (Unlimited) are searched and got returned,
    > Now, when Bulk Operation Category Assignment is run, only 500 Items gets assigned to the Sub-Category,
    > No matter how many times we run the Bulk Operation no more items get assigned to the Sub-Category, and,
    > But, if we do a manual Item by Item assignment to the category they get added to the Sub-Category.
    Please advise.

    Hi Kafil,
    As Greg has mentioned, you can also assign bulk items to categories by editing the PartsCategory table directly. Here's how to do it.
    Fire up SQL Server Management Studio.
    Open the CatalogsCategory Table and locate the CategoryID of your hidden category.
    In my case it was 115. So you'll need to replace 115 with your own CategoryID in the steps below.
    Remove all items currently assigned to that category.
    To do that, create a new query and use the code below:
    DELETE FROM PartsCategory
    WHERE (CategoryID = 115)
    Add all items to the category.
    Again, create a new query and use the code below:
    INSERT PartsCategory (CategoryID, PartNo)
    SELECT 115 AS CategoryID, PartNo
    FROM PartsMaster

  • How to default the EP7 UWL (Workflow Inbox) options to show ALL Items

    Hi All,
    We currently experiencing some users when they access the Workflow inbox, they get the options of Work On: My Items, Items on Behalf of Lastname, Firstname and All Items.
    The default selection of the option is "My Items".  Just wondering if anyone know how we can set this to "All Items"
    Many Thanks in advance.
    Daniel

    I'm looking for an answer to this same issue.  Have either of you found out how this can be achieved?
    thx,
    Larry

  • All apps need to update not showing in iTunes

    All apps need to update not showing in iTunes. For example, 50 apps need to update. On section "Updates" shows only 10 programs. If you click on the "Update all programs" is updating all 50 programs. Last version of iTunes (11.1.5) installed.

    On your MacBook yes, but not on another device. That should take place when your phone syncs with your iTunes. I wonder if what you are observing is due to the fact that you have turned off Wi-Fi syncing with your phone. Connect the phone to iTunes with the USB cable, select the summary tab and ensure that the option to sync over Wi-Fi is checked.

  • CIM XML Examples for Importing Service Item Data

    Use these simple XMLs to edit and create your CIM file to import SI Data...
    The Lifecycle Center guide provides all the instructions on how to create the CIM XML for importing Service Item data - the attached examples can be used as a starting point for you to use.
    The "Host Policies" example provides the format for a single service item
    The "System Policies Approvals" example provides the format for multiple service items
    Note the image below taken from the LCC guide to capture the correct data type that must be used in defining each SI attribute in the XML.

    maybe I'm being a bit slow on the uptake, but I've tried and tried and none of my XML files will import, they always stop at 'Class Not Recognised'.
    I had originally assumed the class was the SI type - does anyone have any information about this?
    Thanks, meghan

  • HT201303 MGwFL7jgk9 Please check problem my account  I want refund all item because i gift again all item medthod vie print gift my self and all item

    I gift app for friend Order mgwl7jgk9 my friends can' t receive email gift app. Please check problem my account.
    I want refund all item because i gift again all item method vie print gift my self and all item

    You are NOT addressing Apple here at all.
    AGAIN:
    We are all itunes users just like you.
    We can check nothing.
    You need to contact itunes support.
    http://www.apple.com/support/contact/"

  • Why my  IPAD2  sometimes loose connection with my router and I need to enter again the WPA password?

    Why when my IPAD2 loose connection with the router sometime I need to enter again WPA2 password?

    same problem here.
    MBA (latest os), even my ip5 (latest ios) & ipm (also latest ios) looses the connecntion.
    Ive tried to figure out what causes the problem - neither my xbox360 nor (and i guessed they will be the problem) the pcs here...
    the connecntion runs well.. switching also (MBA-IP5-IPM).. but not for longer than an hour.. or even minutes. When the connection looses a high-frequency noise is followed by silence. A restart fix that problem and all devices streaming well... but not for long...
    any suggestions?

  • After clicking "yes" to the question "do you want to update itunes now", i waited 2 hours and 15 minutes and it was still "loading".  i turned computer off thinking something was wrong.  now itunes won't open at all.  do i need to download itunes again?

    after clicking "yes" to the question "do you want to update itunes now", i waited 2 hours and 15 minutes and it was still "loading".  i turned computer off thinking something was wrong.  now itunes won't open at all.  do i need to download itunes again?

    Did you actually download the installer from Apple or did you use Software Update.  You can download the installer http://www.apple.com/itunes/download/
    Maybe I'm old fashioned but I would consider repairing permissions first using Disk Utility because something caused this to go wrong the first time.  And of course make a backup of your whole library first.  It shouldn't happen but some have complained about their libraries being wiped out by iTunes updates.  Better safe...

  • Some of my songs in iPad Mini with RD disappeared all the sudden and I need to redownload it again. Same thing happen to my iPod touch 5 too. What's wrong with it? Is it the iOS problem?

    Some of my songs in iPad Mini with RD disappeared all the sudden and I need to redownload it again. Same thing happen to my iPod touch 5 too. What's wrong with it? Is it the iOS problem?

    Delete the music in your iTunes library, then go to iTunes store, Quick Link, 'Purchased' to redownload again.

  • TS1702 I am having problems downloading 2 purchased movies. Cars 2 & Toy Story. I had it on My iPad, then after a while the movies would not play. I went to the apple store and they deleted it and told me that all I need to do is download it again. Not wo

    Hi
    I am having problems downloading 2 purchased movies. Cars 2 &amp; Toy Story. I had it on My iPad, then after a while the movies would not play. I went to the apple store and they deleted it and told me that all I need to do is download it again. I tried what they suggested at the apple store, but I am still not successful. It continues to tell me there is a download error. Please help! Need these movies for my 3 year old!

    User to user forum.
    Apple is not here.
    You need to contact iTunes support:
    http://www.apple.com/support/itunes/contact/

  • I have updated to OS X 10.9 and now can't open Aperture, message reads You can't use this version of the application "Aperture" with this version of OS X. You have "Aperture" 3.2.3... all i need to know is how to get Aperture to work again..help !

    I have just updated to OS X 10.9 and now find that I can't open Aperture to access photos etc, message reads : You can't use this version of the application "Aperture" with this version of OS X. You have "Aperture" 3.2.3... whichj is not a lot of help, i have limited technical ability and all i need to know is how to get Aperture to work again...help !

    Software Update?

  • Need help in query to have all items in sap with PO data on order, date

    Hello Everyone,
    I need some help in writing a query to show all items in sap db to have itemcode, itemname, onhand, sellable(onhand-committed), on order, and the delivery date when that time should be received.  I need to know what items are regular items, which ones are master and components.  For the master I need to have the deliver date of the PO for the component.
    I have written this.
    SELECT DISTINCT TOP (100) PERCENT T1.ItemCode, SUM(T1.Sellable) AS Sellable, T1.OnOrder, MAX(T1.Docduedate) AS DeliveryDate, T1.WhsCode
    FROM         (SELECT     ItemCode, Sellable, OnOrder, '1/1/1900' AS Docduedate, WhsCode
                           FROM          dbo.V_RAZ_StoreInv
                           UNION ALL
                           SELECT     TOP (100) PERCENT ItemCode, '0' AS Sellable, Quantity AS Onorder, DocDueDate, WhsCode
                           FROM         dbo.V_RAZ_OPENPOSDATA
                           ORDER BY ItemCode) AS T1 LEFT OUTER JOIN
                          dbo.V_RAZ_ItemInfo ON T1.ItemCode = dbo.V_RAZ_ItemInfo.ItemCode
    GROUP BY T1.ItemCode, T1.OnOrder, T1.WhsCode, dbo.V_RAZ_ItemInfo.OnHold
    HAVING      (dbo.V_RAZ_ItemInfo.OnHold = 'n')
    ORDER BY T1.ItemCode, T1.WhsCode
    and for the v_raz_openposdata I have the following query
    SELECT     dbo.OPOR.DocNum, dbo.OPOR.DocStatus, dbo.POR1.WhsCode, dbo.POR1.ItemCode, dbo.POR1.Dscription, dbo.POR1.Quantity, dbo.POR1.OpenQty,
                          dbo.POR1.LineStatus, dbo.OPOR.DocDueDate
    FROM         dbo.OPOR LEFT OUTER JOIN
                          dbo.POR1 ON dbo.OPOR.DocEntry = dbo.POR1.DocEntry
    WHERE     (dbo.OPOR.DocStatus = 'O')
    Any help is greatly appreciated. 
    Right now I do get the delivery date for regular items and components but the master sku for the component all of them have 1/1/1900. 
    Thank you

    Thank you for replying Gordon.  I did not remember I had asked this before.  I no longer have access to the other account. 
    What I need on the query is that I want  a list of items with the on order quantity and when we are expecting this order to be received.  The receiving date is based on the PO delivery date.  The trick here is that  I need to Master sku to show the delivery date of the component sku.  In my scenario all components have the same delivery date for the Master sku.  If there are mulitple delivery dates because each warehouse is getting them on a different date then I want to get the delivery date for that warehouse.
    Let me know if this is possible and if yes please guide towards a query for it.
    Thank you.

  • I need to re-enter Microsoft Office Product Key all the time!

    Why do I need to enter the Product Key Number all the time when I open Office programs? I use Microsoft Office Mac 2011 Home & Student. At least every week I need to re-enter the product key number..... Why??

    Get in touch with Microsoft support. Let them solve it. That is what I had to do with a similar problem.
    http://www.microsoft.com/mac/office-for-mac-worldwide
    Depending on who is on the other end you may be asked to pay $75. I was. If that happens insist the service should be free and ask to speak to a supervisor.

Maybe you are looking for