Number range of  accounting document for different plants

whenever a billing document is created in SD (using the T-code VF01); an accounting document will be simultaneously created in the FI module. one document type(TS,number range---60:1 to 9999 ) have four  plants .different plants have own number range and sequential document number .
eg: doc. type   num.range    fr       to           plant cty       co code
         TS           61            1        1000       PLANT_1      3100
                        62           1001    2000       PLANT_2      3100
                        63           2001    3000       PLANT_3      3100
                        64           3001    4000       PLANT_4      3100
How can that carry out this function ?
thank you for your help !

Hi leung,
  As Mr.Rohit has mentioned it has to be done with the z table and the available user exit.
Wht we have done is.we have created no ranges in obj rv_beleg.Eg
AA   0000000001 to 0000099999
AB   0000100000 to 0000199999
AC   0000200000 to 0000 299999.
Using the user exit we have created a Z table.And assignd for this ombination in the Ztable.
Plant X   Billing type A   AA
Plant Y   Billing Type A  AB
Plant Z    Billing type A  AC
Once this combination matches the appropriate invoice no range gets picked up.
Regards,
K.Vivek

Similar Messages

  • Billing Number Range problem ( accounting document not generated)

    Hi All,
    I have created some billing types and for them I have assigned some internal number ranges. Now when I create a billing document it is getting saved with the proper number range but no accounting document is getting generated.
    Also when I try to release the invoice I am getting an error which says " *Incorrect doc.no.: 10000009. Select document number between 0090000000 and 0099999999* "
    K I N D L Y     suggest  as U R G E N T.
    Regards,
    Danny.

    Dear,
              Billing Number Range problem ( accounting document not generated) is not an error because when you create billing document then accounting document not generated. Accounting done after posting of that billing document with VFX3 or VF02 T.Code by account department.
               And for second issue you had define number range between 0090000000 and 0099999999 for invoice so thats why it happen.
    Regards,
    Sandip Shaktavat

  • Number range userexit same type of PR but  for different Plant

    I would like to have the same type of PR but  for different Plant, I would like to have different Number range.
    The exit  MM06E003 M06B0003 Mo=06B0004  not work for ME51N.
    Any other  exits help for this

    HI
    Put this code in  EXIT_SAPLMEREQ_009
    DATA pr_header TYPE mereq_header.
    DATA pr_items  TYPE mmpur_requisition_items.
    DATA pr_item   TYPE mmpur_requisition_item.
    DATA: l_item   TYPE mereq_item.
    DATA: l_zmm_numrange    TYPE zmm_numrange.
    MOVE-CORRESPONDING eban TO l_item.
    CALL METHOD im_req_header->get_items
      RECEIVING
        re_items = pr_items.
    READ TABLE pr_items INTO pr_item INDEX 1.
    CALL METHOD pr_item-item->get_data
      RECEIVING
        re_data = l_item.
    CHECK l_item-werks = '6301'.
    CALL METHOD im_req_header->get_data
      RECEIVING
        re_data = pr_header.
    SELECT SINGLE * INTO l_zmm_numrange
       FROM zmm_numrange
       WHERE  werks EQ l_item-werks
         AND doc_type EQ 'PR'
         AND bsart EQ pr_header-bsart.
    IF sy-subrc EQ 0.
      ex_range   =  l_zmm_numrange-numki.
    ENDIF.

  • Again:  Define Number Ranges per Backend System for Follow-on Documents

    Obviously I have a problem with this setting! What have I done wrong?
    We are running ECS with multiple Backends. We want to assign different number ranges to each backend PO.
    Our settings:
    - Number Range SC and Follow On Documents:                          01 0100000000 - 0199999999 (internal) and                                                                               
    P1 3010000000 - 3019999999 (internal)
    - Number Range local PO:                                                         P0 3000000000 - 3999999999 (internal)
    - Number Ranges per Backend System for Follow-on Documents: XYZCLNT010 PO number range = P1
    - Transaction Type ZRM assigned to number range PO
    - Backend Document Type ZRM assigned to an external number range P1  3010000000 - 3019999999
    I would have expected following system behaviour:
    System creates the local PO within number range P0 and creates in backend XYZCLNT010 a PO within number range P1.
    But instead SRM tries to post the backend PO with a number from range  P0.
    What is wrong?
    Rgds.
    Dieter

    Hi. I do not know how to fix your problem as standard, I have never done the same setup, but BADI BBP_BS_GROUP_BE will allow you to choose different number ranges in method GET_NUMBER_OR_RANGE.
    Does that help at all?
    Regards,
    Dave.

  • Number range in Material Master for document number

    Dear All,
    I have an issue in that i have specified a number range (ex:5000000000-5111111111) for the year 2010.
    If the number range finishes before the end of that year and i want to create a new number range. Is that possible
    and how should i do that.
    thanks ,
    Vidhya

    you can not create new number range but can extend the number range
    number range (ex:5000000000-5111111111) for the year 2010.
    number range (ex:5000000000-5911111111) for the year 2010.
    tcode OMBT
    hope this helps

  • 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

  • How to configure to generate two accounting documents for Mvt 645

    Dear Experts,
    I read all documents related to STO one-step procedure (mvt 645). They said that the system generate two accounting documents for 2 company codes (receing and issuing company codes) after goods issue reference to DO.
    However, after configuration one step procedure and test my system, the system only generated one accounting document for receiving company code, not for issuing company code. In Material document, I saw 2 Mvt 645 and 101. In the lines having Mvt 645, I saw G/L account of cost-of-goods-sold.
    Could you please to show me how to generate two accounting documnets automatically after goods issue referent to DO with Mvt 645?
    Thank you so much,
    Best regards,
    Anh Duong

    My configuration steps are:
    Step 1: preparation:
          create customer and vendor master
          extend sales & purchasing views for material master
    Step 2: Assign customer number and the organizational units (sales organization, distribution channel, and division) to the Supplying plant and Receiving plant
    IMG --> Materials Management --> Purchasing --> Purchase Order --> Set up Stock Transport Order --> Define Shipping Data for Plants
    Step 3: tick on column "One step" for the line of supplying, receiving plant, and PO type cross transport order
    IMG --> Materials Management --> Purchasing --> Purchase Order --> Set up Stock Transport Order --> Assign Document Type, One-Step Procudure, Underdelivery Tolerance
    Step 4: assign delivery type NLCC for PO type cross transport order
    IMG --> Materials Management --> Purchasing --> Purchase Order --> Set up Stock Transport Order --> Assign Delivery Type and Checking Rule
    These above steps are in MM module.
    Please help me,
    Thank you,
    Anh Duong

  • Work around to force trigger Accounting documents for Billing documents

    Hi All,
    I have an issue very similar to:
    [Accounting Document not posted for Cancelled Invoice -error in FI interface|Accounting Document not posted for Cancelled Invoice -error in FI interface]
    The invoices number range were changed recently and few documents created during that time range did not create the accounting documents. Now, if I try VF02-> ReleasetoAccounting, it says:
    "Incorrect doc.no.: 98020923. Select document number between 3000000000 and 3999999999."
    Is there a workaround here to re-trigger the accounting documents for these Cancellation documents(Type S1)?
    I've also tried cancelling them, but I get the below error message:
    "For billing type S1, no cancellation billing type is maintained"
    I've found a few hits when i searched the forum but none talked about a workaround.
    Any help would be appreciated.
    Thanks,
    Tabraiz

    Hi,
    Thanks for the reply. I've checked the note, it states the below steps for the solution:
    1) Implement Notes 331771 and 363717 first if they are relevant for your release.
    2) Implement the attached program corrections
    3) Branch to Customizing of the billing document types and enter a cancellation billing document type for the affected billing document type of the cancellation document itself.
    I was wondering if only the step 3 will be enough to cancel the cancellation invoices. I am still not sure what is the significance of point (2) here.
    I haven't implemented a SAP note so far, have you encountered this problem, and have you implemented the whole three steps?
    Thanks,
    Tabraiz

  • Rebate agreement number link to accounting document (VBOF)

    Hi,
    When we run VBOF it updates the rebate relevant billing documents with the accruals and accounting documents are generated for the same. Is there any possibility to link an accounting document (line item) with a rebate agreement number? One billing document can come under the purview of N number of reabte agreements. Hence during VBOF one accounting document gets generated for updating the conditions of all these agreements if a chnage is present. THe accruals in provision account gets changed through a single accounting document but at different line item level in the accounting document for each rebate agreement. Hence is there a possbility to link the accounting document (line item) to a single rebate agreement number.
    Note: The client wants to know the history(time based on posting date) of credit/debits happening in the provisions account for a single rebate agreement.
    Your inputs are highly appreciated.
    Regards,
    Raj

    Any new developemnt?  I am trying to write a report to list such relationship between a billing line item with the accounting document.
    Thanks.

  • Invoicing billing number range and Accounting billing no range

    Hi
    Want to know the Link between the Invoicing billing number range and Accounting billing no range
    Link between the two no ranges if any
    Rohit

    Hello,
    There is no link between the Accounting document and the Billing document
    Billing documents number range were maintained in VN01 and the Accounting document number range were maintained  i n FBN1 for each financial year against the company code
    If you want the same Number to be generated for both , then
    Use T. code VOFA and check billing document type and itu2019s assignment for Accounting document type for example for billing document type accounting document type is RV and check the number range for billing document type through T. code VN01 and then use T. code OBA7 to see number range object for accounting document and then finally use T. code FBN1 and maintain same number range as per billing document type and mark as external number range then system will generate same accounting document number against billing document after releasing the billing document to accounting
    Thanks,
    santosh

  • Account document for Delivery

    Hi Sap Gurus,
    Please any one help me out in this issue
    there is no accounting document for the delivery 80000417?  What is
    COS account hit.
    Could any one tell me how to inventory account mapping for the plant
    what r the steps to solve this issue
    thanks
    Edie
    Edited by: Edie Edie on Jan 15, 2008 5:33 PM

    Hi
    The  possibility of not generating accounting document
    May be a value price of 0 is set the goods received or issued are correctly valuated with 0. In this case neither an accounting document nor a value update are necessary in the
    material master. The system does not send out a message with regard to this situation.If it sends any message please let us know the message number
    Ramesh

  • Generate accounting document for cancel of credit memo

    Hii Guy,
    Need your help to solve this problem.
    My user have perform VK11 to cancel of credit memo. in the sales order document flow, the status is OPEN.
    my user cannot perform creating of accounting document for this cance of credit memo. what are the tcode to generate accounting document ?

    Nizamkz wrote:Hi,
    >
    > Hii Guy,
    >
    > Need your help to solve this problem.
    >
    > My user have perform VK11 to cancel of credit memo. in the sales order document flow, the status is OPEN.
    Are you sure its VK11???? I guess for the cancellation if billing document its VF11......
    Try to do the manual release to accounitng....by going to VF02 and pressing the Green Flag button after entering the cancellation document number. Or Else Try to reverse the posting with FB08.
    Thanks,
    Raja

  • Accounting Document for a Production Order

    Hi,
    How to get Accounting Document for a Production Order?
    Please help.
    Thanks,
    Shiva

    Hi Shiva,
    Go to table bseg....
    retrieve belnr -
    > accounting document number
    for a particular aufnr-----> production order
    where bukrs = your company code.
    Regards
    Debarshi

  • Object CO_ABRECHN: number range to settlement document CO object

    Hi,
    We received a system generated message: number range object CO_ABRECHN 5 days left
    Object CO_ABRECHN: number range to settlement document CO object.
    We have to increase the number range. I know this number range impact Production Order settlement and Internal order settlement.
    Can anyone please let me know, if this number range impact any other functionality too?
    Quick response will be appreciated
    Thanks & Regards

    Hello,
    Normally CO Number ranges are YEAR independent. I am not sure from where you are getting 5 days warning.
    First start report RSSNR0T1 for object "CO_ABRECHN".  If the system determines inconsistencies for the object regarding number ranges and number range groups, these are listed.  Press "Save" to eliminate the inconsistencies from the list.  (WARNING: use the Save function only if you are sure that there is no order settlement is in process. Otherwise update terminations may occur!)
    Execute the correction program RKCORR07 (automatic execution of the first option).
    Refer SAP Note 14764.
    Thanks,
    Ravi

  • Funds mngt - Number range 01 not found for object BULI_DOCNR

    Hi all
    need some urgent help to crack an error am getting while creating a budget in funds management.
    the error am getting is
    "Number range 01 not found for object BULI_DOCNR in fiscal year 2007"
    I have maintained the number range in
    Public Sector Management-Budgetary control system-Budgeting-Budget Entry Documents-Maintain Number Range Interval for Entry Documents.
    But am still getting the error....
    will really appreciate some help on this
    thanks in advance

    The number range object refers to  "FM budgeting line item number "
    Are you using Former budgeting or BCS ?
    Try t-code- ok11 and ok91 under former budgeting.
    Thanks
    Siva

Maybe you are looking for

  • Net results not apearing in Financial statement

    Hi We have created a Financial statement verion (FSV) in FSE2 and assigned in a report painter Balance sheet report (FSI5). The issue is the "Net Profit" is not displayed in the report painter report. Its showing in F.01. Thanks

  • Result data at new field.

    Hi All, in SD report having requirment like, want to see contribution of sales office based on all india (net value and net volume of product) data. so over all result of net value and net volume data needed for formula for contribution of sales offi

  • Performance Monitoring and Profiling

    Hi, I am looking for an Opensource or freeware Performance monitoring and profiling tool. Right now we are using Java melody but it is just a monitoring tool where it doesnot give much information on the memory leaks, etc. I need to a tool which capt

  • Flash player 12

    Goodmorning, I have a MacBook Pro 17" with OS X Mavericks. Unfortunately from 2 days and numerous attempts I can't install Adobe Flash Player 12. Has anyone solved this problem and can anyone help? But is it really necessary to use Flash Player? Many

  • Color levels change on output

    Hi there, folks For a while now I have been having a lot of problems with output in AfterEffects where color levels are concerned.  Everything always seems to come out quite desaturated.  I usually end up creating a top positioned adjustment layer an