Year wise No.ranges for Export Commercial Invoice.

Hi All,
My client requirement is that for Export commercial Invoice the no. ranges should start from 1 for every year. As per my knowledge, in SAP year wise no. ranges we can't maintain, apart for Excise no.ranges.
So plz suggest me how to solve this issue.
Thanks & Regards,
Ram

Dear Ramu,
User Exits may full fill your requirement.
Try with these User Exits with the help of ABAPer
USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)      
The internal number range used in the standard system is specified  
in the billing type table and can be changed in this user exit. This
user exit is only called when the billing documents is created.     
USEREXIT_NUMBER_RANGE_INV_DATE (Module pool SAPLV60A, program       
RV60AFZC)                                                           
Depending on the number range, table TVFKD is used to set the       
billing date (country-specific requirments in Italy).               
USEREXIT_NUMBER_RANGE is automatically deactivated when this user   
exit is being applied.    
I hope this will help you,
Regards,
Murali.

Similar Messages

  • Year wise Number Ranges for Sales Documents

    Hi,
    Can any body tell me how to reset number ranges of SD Documents when fiscal year chane.
    Thanks

    Hi Kapildev,
       In standard functionality this function is not there you need to look forward for user exit. 
       Check this:
       User exits in the program MV45AFZZ
    USEREXIT_NUMBER_RANGE 
    Use this user exit to define the number ranges for internal document number assignment
    depending on the required fields. For example, if you want to define the number range
    depending on the sales organization (VKORG) or on the selling company (VKBUR), use
    this user exit.
    The user exit is called up in the FORM routine BELEG_SICHERN.
    Thanks,
    Swamy H P

  • Country of origin is not printing in Export Commercial Invoice for US

    Dear Abapers,
    I am using the standard form to print  export commercial invoice. I am using the output type   FUCI.  In that country of Origin and country of final destination is not printing in the form. The structure V55ENAFT has the field URSPR_HEADER for Country of origin and  BESTI for Country of destination.  What I have to do get populate the values for those fields.
    Thanks & regards,
    Jagadeesh T.

    hi,
    You may try creating /updating equipment data without entering the country of origin. Since this field in asset master might have been disabled, system will not allow to save data.
    James Prabaharan

  • Accounting document for Export Excise invoice

    Dear All,
    We have two scenario's one is Domestic Sales & Export Sale.
    In domestic sales as per the normal flow of document we create excise invoice after billing document and accounting documents are also generated and updated in the billing document accounting (VF02). Accounting document for excise invoice has been generated.
    However in export sales we create excise invoice with the reference of billing document but no accounting document has been generated for excise invoice.
    Can u please tell me where i have to make changes so my accounting document for export excise invoice will generate?
    Thanks & Regards,
    Ratish

    Hi ALL,
    There are 4 export scenario :
    1) Deemed export 2) Export under Bond 3) Export under claim for rebate [No bond] 4) Export under Letter of Undertaking.
    3) In export under no bond process is :- we pay the excise on the goods for exports and create the ARE-1 doc and send to port where the customers officials note the actual quantity of goods on the ARE-1 doc and stamped it. Then these stamped ARE-1 will be send to the excise range of the despatch plant(for exports) where we claim the rebate.
    Now if you are not able to generate the accounting doc for such a scenario some of the consultants may suggest u to use the user exit (J_1I7_USEREXIT_DUTY_IN_EXPORT) and pass the the value X to the parameter SUPPRESS_CALCULATION this intern will help u to generate the Accounting doc also. but real problem lies somewhere else.
    Actual Solution: Maintain J1ID (Customer excise details)
    for export customer maintained the excise indicator to 3 {Nil Duty} insted of 1 {100% tax}.
    Problem will be solved
    Regards
    Satish Zade

  • Accountign doc for Export Excise Invoices

    Dear Friends,
    Please  clarify:
    1.Whether Accounting doc is required for Export Excise Invoices......especially in the case of Exports under Rebate..........as I have maintained the Excise condition types as Statistical in my Pricing procedure.
    2. In case of  Exports under Rebate how does the system updates the Cenvat Credit Rec A/c and Rebate Claim Rec A/c after creating the ARE1 
    3.Whats the purpose of Calculate Taxes in J1iin, becoz the Excise values flowing into the Export Excise invoice would be in display mode only?
    Thanks
    Ivy
    Friends, can someone throw some light on this......
    Edited by: ivy ivy on Aug 11, 2008 11:58 AM

    Accounting document is required for every invoice. Its not just taxes which are passed on to accounting but there are oterh conditions which needs to be recorded as well and posted as well. What abot prices, discounts, freights, insurance, commissions. How are you going to track them in FI if you donlt post it and if you don;t have an accounting doc then how else are you going to retrieve the data later. Commissions, rebates are accrual accounting which need posting.
    So this is a necessity. Now coming to the question why calculate taxes.
    well if you don;t calculate tax how else are you going to make the sales tax returns . its retrieved based on a tax code.
    Again how are you going to maintian your bond account and fil the excise duty values in your are-1 document.
    Hence calculating tax is necessary and so also is the accounting doc.
    regds
    Jude

  • External number range for billing document (Invoices)

    Hi guys,
    I have a requirement from one of client to implement external number range for billing documents.
    I can only see a provision for internal number range in customising for Billing document type.
    Please can you assist me with detailson how to set up external number range for billing documents (Invoices).
    Thanks, Felix

    Hi Felix
    I think the similar requirement is in Venezuela also.
    So pl. check the SAP Note 849438 . As per the note :-
    The solution is delivered in the indicated support packages. In case you can not implement the correspondin support package for your release immediately, please follow the procedure described below:
    1. In the Data Dictionary Editor (transaction SE11) please open the definition of domain J_1AOFFNREL, go to the fixed values and add value 'P' with description 'Number Assingment using Prenumbered Forms' in a position so that the possible values remain sorted alphabetically.
    2. In the Message Editor (transaction SE91) please go to message class ICC_CN and add the new message 837 with text '&1: Official doc. numbering is not available for delivery documents!'.
    3. If you are implementing the note in release 4.6C, please create the following function modules:
    o     OFF_NUMBER_LOCAL_ASSIGN_VE in function group FIN2, and then copy the interface (all parameters and exceptions) of the function module OFF_NUMBER_LOCAL_ASSIGN_TW
    o     OFF_NUMBER_LOCAL_NUMBERING_VE in function group FIN2, and then copy the interface (all parameters and exceptions) of the function module OFF_NUMBER_LOCAL_NUMBERING_TW
    o     XBLNR_BUILD_AND_SPLIT_VE in function group IDSDCNUTIL, and then copy the interface (all parameters and exceptions) of the function module XBLNR_BUILD_AND_SPLIT_PECL
    4. Implement the source code corrections as shown below.
    The following customizing actions should be also executed when the solution by delivered by the corresponding support package. If you applied the solution manually, then please use the IMG activities listed in the section Cross-Application Components -> General Application Functions -> Cross-Application Document Numbering -> Taiwan as a reference. After the installation of the corresponding support package the customizing node for Venezuela can be used.
    1. Enable the use of business place for country Venezuela as described in the OSS Note 726537.
    2. Define the necessary document classes and configure the document types you would like to get an official document number as relevant for official document numbering in the desired mode. Please check the OSS Note 571376 for some explanations about the meaning of the different settings.
    3. Define the necessary number ranges and intervals and assign them to the combination of company code, business place, document class and validity period. If you use the customizing activity for Taiwan, then please leave the prefix field empty.
    Regards
    Amitesh

  • Repetitive no range for the sales Invoice

    Dear friends,
    Can I have the Sales invoices as year specific?My requirement is the Sales Invoices should start with again say 0001 in the coming financial year as well.
    Iam sure unlike Excise invoices which are year specific we cant have the same for Commercial invoices.
    But I guess this should be possible through user exit.Can somebody pl provide me inputs on this?
    Thanks
    Isaac

    hi
    This may be possible by creating a ZEE table with
    interval
    year
    number range from
    number range to
    with these fields
    and this has to be fetched by using the user exit
    Use the Exit RV60AFZZ.
    FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.
    Just discuss with u r abapper
    regards

  • Multipe number range for indonesia tax invoice no.

    Hi All,
    I have one question to confirm with you all:
    Our indonesia office need to print out tax invoice when billing document is created.
    The format is TTS.BBB-YY.NNNNNNNN , and only TTS is fixed, the other 13 digits changes.
    And we can only get one number range from tax office for almost one month's usage, which means we can not maintain the number range for one whole year in one time.
    Question 1:  How to maintain mulitple of number ranges for one year:
    I'm thinking if we can maintain different number  in table "V_OFF_NUM_ID"
    2014/01/01 – 2014/12/31  900    ID0114  01
    2014/01/01 – 2014/12/31  901    ID0114  03
    2014/01/01 – 2014/12/31  902    ID0114  04
    2014/01/01 – 2014/12/31  903    ID0114  05
    2014/01/01 – 2014/12/31  904    ID0114  06 
    But the "code 2" is same sometimes, so I have to do so
    2014/01/01 – 2014/12/31  900    ID0114  01
    2014/01/01 – 2014/12/31  901    ID0114  03
    2014/03/28 – 2014/12/31  901    ID0114  04
    2014/01/01 – 2014/12/31  903    ID0114  05
    2014/01/01 – 2014/12/31  904    ID0114  06 
    But if so, I don't know when the billing date is after 2014/03/28, and the number "03" is not used up, system will pick number range of 04 or 03?
    Question 2:
    The revision billing document after reversal must have the same tax invoice no. with the "original billing" & reversal billing"
    The SAP standard use new tax invoice no.
    How to realize it?
    Question 3:
    YY is year and defaulted from billing date?
    Thanks and best regards
    Cathy

    You are correct that this is statutory requirement, and SAP deliver the solution, you can refer to note
    1033737 - Indonesia: Tax Invoice & VAT Reporting 1107 .
    However, from 04/2014, the requirement changes
    TTS.BBB-YY.NNNNNNNN
    Before: Only NNNNNNNN changes and SAP suggest using one number range
    Now: BBB-YY.NNNNNNNN  changes, and there are quite a few number range per each year.
    Can not get one number range for one whole year.
    Therefore, I raised my question as above. However, I think I have answer to my question, just I'm looking for one more perfect solution if there is:
    1> The answer for 1st question
    When the "code 2" is same sometimes, I will maintain as below
    2014/01/01 – 2014/12/31  900    ID0114  01
    2014/01/01 – 2014/12/31  901    ID0114  03
    2014/03/28 – 2014/12/31  901    ID0114  04
    2014/01/01 – 2014/12/31  903    ID0114  05
    2014/01/01 – 2014/12/31  904    ID0114  06 
    By testing, only if the number of 03 is used up even though the billing date is 2014/04/01, the number 04 will be used, so should be okay.
    2> The answer for 2nd question
    The revision billing document after reversal must have the same tax invoice no. with the "original billing" & reversal billing"
    The SAP standard use new tax invoice no
    Since there are only 3-4 reversal per year, so user can realize it by changing the "current number" in J1AB
    You mentioned it in
    http://scn.sap.com/thread/3519329
    but I did not try until I'm sure it will work
    3> YY
    I think it's should be from billing date.

  • How number range for Sales Tax Invoice is maintained

    Dear Friends,
    Where number range for  Tax Invoice for sales is maintained for different product region wise.
    Regards,
    Alok

    Hi
    You question is not very clear. You can have multiple products also in one sales invoice, so how would you distinguish at the product level. Also, what would be the distinction for determining the region. You may bill to a customer centrally, but delivery can be across to various regions in a country or to a seperate country. You have to first determine these combinations.
    That said, if you are clear that sales invoice no has to be different based on for eg, region of  the delivering address, you have to do an small enhancement, calling up the user exit in VF01.
    USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)
    Thanks & regards
    Sanil Bhandari

  • Number ranges for orders,deliveries,invoice

    Dear friends,
    I defined number range for sales order doc types, delivery documents,invoices.Now where can I assign these number ranges tomy doc types?.kindly clarify my doubt.
    regards,
    seetaram

    Hi Seetharam,
    You can assign the number ranges that have been created to there respective documents, as follows.
    1. For Sales Document Type(VOV8), select the required document type, and assign the number ranges in Number system tab - U can assign both Internal and External number ranges.
    2. For Delivery Document types in 0VLK.
    3. For Billing in VOFA - IN BIlling u can assign only Internal Number ranges.
    Regards
    Vamsi Javaji
    Edited by: vamsidhar javaji on Dec 11, 2008 8:00 AM

  • Number Range for Export Invoice

    Hi,
    After ceratin days Excise Number is changing i.e. I have Excise Invoice Number 70 in November but Now when I create Excise Invoice whOSE nUMBER Should be 105 as per series system picking Number again 70 i.e. Number is repeated.
    What are reason behind this?
    Where we assign Object J_1excexp to series group EX?

    Hi,
    Just now I HAVE CHECK object j_1iexcloc for series group EX,
    It has present number as 104
    And for object j_1iexcexp for series group EX
    It has present number as 70
    Now untill system is picking number from first combination i.e Object j_1iexcloc and Series Group EX.
    and suddenly toady it is picking number from 2nd combination i.e. Object j_1iexcexp and Series Group EX
    Why this happen?
    Did u get solution for this/

  • A good audio level range for export to DVD (for a short film)

    Hello,
    This question was a bit hard to search for... what is the recommended audio range to keep my project within if I am making a short film which I plan to export to DVD.
    As of now, a lot of my audio stays between -30 and -18, even if I turn it up all the way in each clip.  Is it a problem if I add the "Boost" effect to every single audio clip I have?  Or is there a quicker way to turn up the audio (Master volume is already at 100%)
    Thanks!

    I shoot for about -6dB, with no peaks above 0dB.
    Sounds like you have a very weak signal. I'd set away from PrPro and handle this in SB, or Audition. Listen carefully with a good pair of noise-canceling headphones first, and then test on monitors.
    Are you working in mono, stereo or 5.1 SS?
    Good luck,
    Hunt

  • Business place wise number range for SD billing document in India

    Hi,
    We have been trying to use business place to drive number range of SD billing document number for India country. I know the theoretical configuration required as given in sap note but need to check if somebody has configured it and used it in real time.
    Awaiting for response.
    Regards,
    Antima

    hi Hegal,
    thnx for the feed back. 
    the issue is with the avaiable options. we have used all possible combinations from 0 - zz
    there are no numbers available to define new intervals
    ======================================================================================================
    NO        From          TO         Current No
    00
    01               
    02
    |
    |
    ZZ
    Regards,
    Sujata

  • SAME NUMBER RANGES FOR DOMESTIC AND EXPORT INVOICE

    Dear All,
    We have maintained Two objects separately for Exports and Domastic sales invoices which is inturn giving two different number ranges.
    But our client needs same number to be continued for both.
    For eg: 000001 .  000002 and 000003 is the number range for domastic invoices for Export invoice 00004 should come. now as we have maintained different objects Export invoice is starting from 00001.
    Our client does'nt want to maintain separate number ranges for Exports and Domastic, same number range should be there for both which should follow continues numbers.
    Please suggest me on this at the earliest.
    Regards,
    Jay

    Dear Jay
    Assuming that you are asking about Excise Invoice number ranges, please do maintain Numbers for the Object: J_1IEXCLOC
    When you go into J1IIN, you will need to mark the checkbox: Use Local Number. If at the first time (in the case of Deemed and Regular Exports), you do not see this checkbox, click on the 'Calculator' icon and hit the 'Back' icon. Mark the checkbox and save your Excise Invoice. This number will be a continuation of your Domestic Excise Invoice.
    thanks
    G. Lakshmipathi

  • Yearly Number Ranges for SD Invoices

    Hi SAP Gurus,
    My client wants to have number ranges for the sales invoices starting from 1 every year. How can we do this?
    Is there any user exit or any way this can be achieved please let me know.
    Thanks in advance.
    Naren Dev

    Hi,
    USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)
    The internal number range used in the standard system is specified in the billing type table and can be changed in this user exit. This user exit is only called when the billing documents is created.
    Create a Z table of your own with year,Billing Type and  interval Number.
    Call this table to look for a particular year.Like based on the billing date system will arrive the year and look up the Z table with year and billing type for the internal number and the number range will be picked.
    Regards,
    Saju.S

Maybe you are looking for

  • Windows Vista installation ERROR

    System Specs: Dell Inspiron 1545 4GB RAM Intel Core 2 Duo @ 2.0Ghz I recently purchased a new HDD, a WD Scorpio Black WD3200BEKT, for my computer, and i am unable to install Vista.  I have a green Vista Home Basic 32bit reinstallation DVD, and the in

  • How to put the header in excel file in GUI_DOWNLOAD

    Hi, I have a requirement , Which I m downloading the contents of internal table using the GUI_DOWNLOAD  in excel format, I need to keep the first line of the excel sheet as a header, Can any one suggest how to go for this,

  • Regardign sap mm  elobarate the Third party business process .

    Hi Can any body share the some light on the sap mm Third party business scanario how it mapped in sap what prerequsite are needed for this it will be helpful with one example ,thanks. Thanks and Regards, shaikh.

  • Runtime Error Using BAPI SALESORDER CHANGE

    Hi, I was trying to use the BAPI_SALESORDER_CHANGE to change 'Material Group 1' field. When executing the program, it kept on failing with this runtime error 'CALL_FUNCTION_CONFLICT_LENG'. Below is my codes and also the error analysis found in ST22.

  • JPG import and metadata

    Hi, Before Lightroom, I was shooting everything in jpg format. So, I currently have a lot of photos that I want to import in Lightroom to build my library. While importing, I encountered a small problem: applying metadata is impossible on JPG files.