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

Similar Messages

  • 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

  • Need help with BBP_CUF_BADI - Adding your own screens for custom fields.

    We are on SRM 5.0 and we need your help to add the custom fields to a separate screen.
    All the item level custom fields are visible in Item Details screen under Basic Data and Header level custom fields are visible under Additional Specifications. Instead we like to add a new Tree as Custom fields just like Basic data or Cost Assignment in item details screen.
    The documentation for the BADI BBP_CUF_BADI does not say how to include a new tree structure. I did everything mentioned in the BADI like creating a screen and two funciton modules and generating the template. But it does not work. Any help is greatly appreciated.
    I went through other threads on this forum. So please do not waste your time pointing me to the old threads.
    Please provide sample code if possible.
    Thanks
    KM

    It seems that you are looking for exact solution but many a times you get pointers on this forum which lead you in correct direction.
    I have heard from one project site that they are able to fulfill the requirement via creating a webdynpro and linking the same to user role.
    if this doesn't help, just ignore.
    BR
    Dinesh

  • Need to Create a Last 12 Months Variable for Custom Dimension

    Hi everybody
    Once again, I need your good help for an issue I'm facing. In one of our Cube, we have some Date Dimension sthat we've created ourselves (a ZCXXXXX dimension). For one Dimension, Ii need to create a variable that is giving me, automaticaly, the Last 12 Months excluding Current Month (same as the 0CML12LM provided by SAP) without any manual entry done by the user via the Variable Entry Screen.
    I don't want to use offset because I don't want to allow any Manual intervention for my users because it is a report start via RRI.
    Please let me know if you are aware on how to do this!
    Thanks
    Eric L.

    Hi Arun
    My problem is that my report is counting Incident per supplier per Month.  We have a Key Figure that is doing the Total of incident with a Vendor Variable.  So, for a given supplier, if there is no incident for the Incident Month, it won't display in the Result Page.  Also, My report is dynamic so I'can not fix a Structure.  On the other hand, I never used Strucutre, so I'm not really aware on how using this and if it will answer my need.
    If you can give me more details, maybe I'll be able if a Structure is my solution.
    Regards
    Eric L.

  • Need help with export, truncate and import partitions for schema

    I need to export a couple partions for our Oracle 10g Data Warehouse, truncate the partions and re-import the data using the exported file. How can I do this?
    In summary here is what I need to do:
    1) Export partition P_SUB_1 of table1
    2) Export partition P_SUB2 of table2
    3) Truncate P_SUB1 partition of table1
    4) Truncate P_SUB2 partition of table2
    5) Rebuild indexes on table1 and table2
    6) Re-import data into each partition from export files.

    If you have enough free space it might be easier to keep these partition in the database and do an exchange.
    That means:
    create table tmp_sub1 as select * from table1 where 1=0;
    create table tmp_sub2 as select * from table2 where 1=0;
    alter table table1 exchange partition sub1 with table tmp_sub1;
    alter table table2 exchange partition sub2 with table tmp_sub2;After that your have the data of your original partitions in the tmp tables and the particular partitions in the partitioned table are empty and ready for the loading process.
    If the loading process fail and you need to restore the partitions just reverse the exchange statements and you are done.

  • 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.

  • How to map import process for items

    Dear All,
    can anyone guide me how to map import process for items for our customer
    what i understand is this process in B one
    Raise PO
    GRPO
    Landed Cost
    AP Invoice
    I want to know whether this is correct. Also in this process their are clearing agents who perform the formalities at customs office and then raise bill to client for the same

    Hi,
    The process looks correct.  For cost related to clearing agents who perform the formalities at customs office, use landed cost.
    Thanks,
    Gordon

  • 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/

Maybe you are looking for

  • Screen dimming

    hey, i'm going to hook my macbook to my HDTV via the DVI adapter and then HDMI to the TV. My question is this: My Macbook has a screen dimming function, whether it's plugged into a wall socket or not after a short time of no operation the screen goes

  • Brciekd lumia, now wont even turn on and wont char...

    Having had SOOOO MANY issues with this useless piece of junk, I thought master resetting  might help some problems... 29 hours later the cogs are still turning... Ive tried all the solutions to reset the phone by pressing button sequences etc... some

  • Uncooperating Divs:)

    I am having trouble with the positioning of some divs. See this URL... http://www.kitwilkins.com/NABE_website In Firefox, the background image of the content on the right hand side has a slight white gap on the end which should not be there. In IE6,

  • OBIEE 10g integration with mapviewer

    hello all, i am trying integrate mapviewer map in obiee dashboard. and i am able to show maps which do not use bi answers data for any kind of interaction (i.e,no "nsdp" section in the map file). this works fine. if i am using any dashboard prompt to

  • Creating PDF with Starting Properties

    Dear all, Most PDFs just open with the normal view. However, I have seen some PDFs that, when started, automatically show the bookmark navigation bar. Some PDFs start with all levels expanded in the navigation, others only with the first level expand