Nepal Billing..

Hi all ,
We want to raise Excise Invoice from our Manufacturing factory to Nepal .. while doing J1IIN, system is capturing BED amount but CESS amount
How we can configure the system for capturing CESS amount
The condition record JMOD & JECS maintained with proper tax code..

Hi,
The Problem is that the exciser heade table is not getting updated. That means you need to check your pricing conditon for base price. Ensure that the condition category is BAsic price ( H I think ) Also ensure there is only one pricing condition which is not statistical.
Check pricing dates and condition validity date
Check whether u have mapped all ur Excise condition types in
1.Classify Condition Types
2.Maintain Excise Defaults
3. Logistics General - Tax on goods movement- India.

Similar Messages

  • Pricing Procedure for Nepal with Excise in it for Export Orders

    Dear Team,
    I have an export Order For nepal with Pricing procedure (let us say X for all other countries other than India and there is no excise in it) but if i bill a Nepal customer i'm Liable to pay excise as it is applicable for Nepal only .
    How can i assign pricing procedure X to Nepal so that i can bill Nepal too with the same pricing procedure.
    Thanks
    Gaurav

    HI,
    There are two ways to solve this problem.
    1. Make the country Nepal as local region of india
    Ex: 90 -Nepal
         11- Kerala
    Treat this sale as domestic sale ,becuse the sale will be in currency  INR  only . Assign the domestic pricing procedure .
    Create the order --> Delivery --> Billing --> Excise invoice .
    2. Treat this sale as deemed export , excise values will get calculate in the export excise invoice.

  • HT2534 why the visa card of nepal bank didnot accept while creating itunes account??

    how to creat my itunes account in nepal??

    Are you in Nepal...
    You must be within the Country with a Valid Billing Address and Credit Card for that Country to use the iTunes Store of that Country...

  • Non US Billing Address!!

    I don't have a US Billing Address as I'm resident of Nepal. I do have Master Card issued by US Bank at my country address. I need to purchase some iPad Apps. Since I don't have US Based Billing Address, how can i resolve my problem? Please help!
    Regards,
    Om

    You can only buy the applications that are available in your country’s iTunes Store.
    (110311)

  • TS2446 My phone want let me download apps I put the password in then it's say billing options which tell me I have invalid security code

    My phone want let me download any apps when I put the password in it take me to billing option which tell me I have the wrong security code and that's the security code that was on the card on the account

    iTunes Store: My credit card's security code or zip code does not match my bank's records
    http://support.apple.com/kb/TS1646

  • My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    If it says your billing info is wrong that means that your credit card issuer is refusing to approve your account. You will have to solve the problem with your bank or credit card company.

  • How long does it take for the warehouse to show a phone as recieved so I can pay my final bill?  I would like to sign up for Verizon again as I am very unsatisfied with my new company but cannot until this is resolved.

    I recently switched to another competitor but would actually like to start from scratch with Verizon but cannot do so because they cannot locate my devices I mailed in to their warehouse.  I switched my whole family's accounts, 3 phones and 1 mobile hotspot, to a competitor to get a cheaper rate and unlimited data but I have not been happy with their service and would like to switch back.  The problem is when switching the first time I was told by a Verizon chat rep that I could send my Edge devices back in and would get credit for them and stop my edge payments which was not the way I know now it is supposed to work.  After a couple of phone calls a supervisor looked at my online chat transcript and realized that I was correct and the rep had told me incorrectly that they would take my edge phones back and give me credit for them and I could close my account by only paying the early termination fees.  She sent me two envelopes to send my two edge phones back in and said they would credit on my account and stop the monthly billing for them once they were received.  I called a couple of weeks ago after being charged 24.99 for the both of them again for the month after my account was stopped.  They said that they had not received my phones and I should have noted the tracking number from the labels the rep sent me so they could track them.  I tried to find the tracking numbers but couldn't so I got back on live chat and asked them to resend me the letter from the supervisor rep as well as resending the labels and he said they could that and it should be 7-10 business days.  It has now been over two weeks and I have not received the resent letter or labels so I cannot give them the tracking number to prove I sent my phones back to them.  I have also researched the facility I was asked to send these phones back to and it seems this is a pretty common Verizon trick of making you prove you sent the phones and not giving you any access to the tracking numbers.  I just want to pay my ETF's and close out my original account so I can start over fresh with Verizon but now I am losing faith in doing that as this is making me wonder if they are the type of company I want to deal with.  Please someone who may have dealt with this help me restore my faith in Verizon and give me an idea of what to do next.

    How recently did you switch?  If it's less than 60 days, then Verizon simply reinstates your previous account.  The fact that you were on the EDGE plan and mailed the devices back, and they apparently are somewhere in the system, could cause complications, and it might just work out that you just go back on the same plan and they set you up with the same devices.  I'm not sure how it will go - but since you are still being billed for the devices... 

  • ISA: Billing doc search

    Dear guru's
      The Billing doc search in the ISA searches both open and closed billing docs(Invoices, Credit Memos). How do I restrict to get only the open items in the search.
    Thanks,
    Vivek.

    Hi Vivek,
            Use the following logic.
    Note : lit_isu_cont contains the list of isu contracts,lit_isu_cont-lv_vertrag.
    SELECT belnr vertrag endabrpe bergrund abrvorg loevm
            FROM erch
            INTO TABLE lit_bill_data
            FOR ALL ENTRIES IN lit_isu_cont
            WHERE vertrag = lit_isu_cont-lv_vertrag
            AND ( bcreason = space
                  AND loevm = space
                  AND simulation = space ).
    If sy-subrc = 0.
    " Billing document exits ".
    endif.
    Hope this helps.
    Regards,
    Kapil

  • Open orders and Shipped not billed orders

    Hi All,
                     What is the fastest way to calculate the open orders amount and shipped not billed amount for a given customer.
    Thanks
    Venugopal Reddy

    Can u try this option and see if this is increasin your performance.
    For the billing documents ...
    Goto table VBUK and check the fields LFSTK = 'C' " Delivery completed and
                                                            FKSTK NE 'C' . "billing open
    At header level check that GBSTK ne C "over all processing status is open .
    This will yield you the list of open Invoices ..
    You need to bring in the select query with a join on VBRK and VBUK ..
    once u get the list of open invoices  then calculate the open qty from VBRP and VBUP where VBUP-GBSTA ne 'C'.
    here pick the qty from vbrp and sum it up to check the open qty.
    just like this ..
    SELECT vbeln
             fkart
             kunag
             gbstk
             INTO TABLE it_billing_h
             FROM vbrkuk                       "VBRKUK is a DB view " VBAK+VBUK
             WHERE vkorg IN so_vkorg
             AND vtweg IN so_vtweg
              AND spart IN so_spart
             AND kunag IN so_kunnr
             AND gbstk NE 'C'.
        IF NOT it_billing_h[] IS INITIAL.
          SELECT c~vbeln
                 c~posnr
                 c~matnr
                 c~fkimg      "---->open qty
                 d~fksta
                 d~fksaa
                 d~uvfak
                 d~fkivp
                 d~fssta
                 d~gbsta
                 INTO TABLE it_billing_items
                 FROM vbrp AS c JOIN vbup AS d
                 ON dvbeln EQ cvbeln
                 AND dposnr EQ cposnr
                 FOR ALL ENTRIES IN it_billing_h
                 WHERE d~vbeln EQ it_billing_h-vbeln
                 AND d~gbsta NE 'C'.
    use control break and sum the qty ..
    hope this helps ,
    Regards,
    Vijay

  • Open sales orders and open deliveries and open billing doc to sap from legesy

    Dear all
    i have some open sales orders and open deliveries and open billing doc are there in the legesy system
    so i want to know how to transfer the doc to sap by using lsmw plz tell me

    Hi Amith,
    it is always good to search in Google before posting .LSMW is very old topic and i am sure you will get lots of Documents on this .Please go through the below link .you will get some idea on this.
    http://scn.sap.com/thread/1012472
    there are 14 steps in LSMW and it is same for all (master data and Transaction Data)
    Pls practice this in your sand box or quality system before working it in the client requirement.
    Hope this helps to you
    Regards
    Sundar

  • Open sales order report with billing date.

    Hi,
    I want to know if there's an available report for open sales order with billing date field.
    Thank you.

    Hi,
    If your case is "Order-related" Billing,you can use the T.Code "VF04" for this purpose.
    One more way is to go for a custom report.
    Make a copy of code of the T.Code "VA05n"(Program Name is "SD_SALES_ORDERS_VIEW").
    Change the code as per your requirement to display the field "Billing Date" in the report.
    Check with your ABAPer if you wish to go for a custom report.
    Regards,
    Krishna.

  • Report of cancelled Delivery Document, Billing Document & Shipment Document

    Hi,
    How can I get list of cancelled Delivery Document, Billing Document & Shipment Document.
    Regards,
    VK

    Hi,
    Good Day,
    Cancelled Delivery will available in Table CDPOS
    Pass below parameter
    OBJECTCLAS    LIEFERUNG              
    OBJECTID       Delivery Number
    TABNAME       LIKP                   
    CHNGIND       D                      
    Cancelled Invoice available in Table VBRK Pass Below Parameter
    FKSTO = 'X'
    Shipment Document Once you delete i don't thinks will get the details.
    May we can use Userexist and maintain customized table to track the deleted shipment number.
    Best Regards,
    KSK

  • Depot Plant : Supplimentory Billing and Excise Invoice to customers

    Hello experts,
    We have depot Plant.
    Purchase material from vendors and salling to customer.
    same Capturing excise in J1IG and Passing through J1IJ.
    its working fine.
    my question is, vendor is providing Supplimentory Bill.
    We are capturing additional excise through J1IGA-  with ref. certificate A
    How to raise the supplimentor Invoice to Customer with captured additional Excise through J1IGA.?
    Regards,
    Appasaheb

    Hi,
    You can select the additional invoice from the Excise Invoice tab in J1IJ.
    Apply this note to get a warning if  available additional Excise invoice is not selected.
    1514324 - Selection of Addl Excise Invoice skipped by user in
    J1IJ
    Regards
    Binoy

  • Can we change billing doc without cancelling( excise invoice is subsequent)

    Dear all,
    Here is a urgent issue
    One Excise invoice has been created with reference to a billing document
    and we have not maintained tax code in that condition records so it is not allowing to release the doc for accounting entries
    now my requirement is without cancelling the excise invoice and also not to do transaction  J1ih,( to create excise JV for direct GL entries
    i want to change the billing document
    Thanks in advance

    have not maintained tax code in that condition records
    While it is not necessary to reverse the excise invoice, the fact is that since tax code was not flowing in billing document, I am sure, excise duty would also not be flowing, in which case, your excise invoice is also generated for wrong value. 
    I would be surprised if you say that excise values are flowing in billing document and also in excise invoice and if your issue is only tax, then as already suggested, maintain a condition record (with the date in line with pricing date in billing document) and try.
    G. Lakshmipathi

  • Excise invoice in INR and Billing document in EURO.development issue.

    Dear All
    its  intersesting development i came accross please help if u have came accross this before.
    in my scenario i am having a  client who placed an order from Europe and the currency is in EURO  and we have to deliver it to a client who is in india.
    so  bill to party's currency is EURO and Ship to party is in INR.
    the excise invoice has to be prepared in INR but it made with refferance to billing so it will take Euro.
    so for this how to creat the excise invoice inINR and billing in EURO.
    i have jotted some idea's bellow
    please help
    The excise invoice is prepared on the basis of the delivery document so it may conceder the ship to party currency also.
    As you know the accounting document for the excise invoice is made with respect to billing document but if the billing document is not having the delivery document then it will not generate any accounting document for this. So you do some testing with ship to party as India then we can see what the effect is coming to it.
    Regards
    Subrat

    Dear Subrat
    Your excise invoice currency will always be in Company Code currency and assuming that it is INR in your case, if you generate excise invoice, the currency will also be in INR.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • Logic 9.1.5 crashing 10.7

    Hi Folks, after a clean Lion install earier this week my Hex MacPro was running swiftly. I was enjoying a new drum sequencer instrument controlled by ipad over TouchOSC when logic 9.1.5 crashed. I try to re-launch logic it asks if i wish to re-open c

  • Can i have the same itunes acct for two ipods (one nano and one shuffle)?  the shuffle is new and i want to duplicate the music. how do i do this?

    I have a nano that's a couple years old with an itunes acct.  Just got a shuffle and want to duplicate the playlist on the shuffle.  When I plug in the shuffle to the existing acct nothing happens.  How do I copy that music onto my shuffle.  thanks.

  • Webdynpro for abap sneak preview

    Hi Members : Could someone let me know, when SAP is going to let the trial download available, as I find it currntly unavailable on the site. Or if anyone of you know of any link, from where I can still download the preview - could you please let me

  • About a report's performance.

    Hi , i use Report Builder 9.0.4.0.33 , i have here a sample query that i put in about 6 or 7 Formulas to return different values based on different parameters , when the client runs this reports through the browser it takes forever to show .... is th

  • JDBC and SQL Server

    Does anyone know whether SQL Server comes with a straight JDBC driver?