Assignment to Co. Code for providing number range

Dear Forum,
We are trying to specify the number to Company Code for providing number range using the T code AO11. However, we notice that in the initial screen the particular company code does not appear against which we are required to specify the number. We also do not see the icon for adding the new entry. Is there some config missing due to which we are not able to see the Company Code. Would  appreciate your help.
Thanks!
Regards

Hi raj n,
OK, now I unerstand.
An entry exists for every FI existing company code in transaction AO11 as long as the company code is assigned to a chart of depreciation  (Tr. OAOB).
Please check your setting in transaction OAOB.                                                                      
Regards Bernhard

Similar Messages

  • Function Module for getting Number ranges between two number

    Hi guys,
    Is there any Function module which provide us the number range between two numbers?
    For Ex:If i give 1 and 10 to FM it must give me 1
    2
    3
    4.....upto 10.
    is there any FM for doing this,but i'm not able to find exact Fm for same.
    I can write small piece of code for getting number ranges, but if i get FM it could save little work.

    Hi
    But why do u need a fm, can't you do it by yourself?
    DATA: FROM_NUMBER TYPE I VALUE 1,
          TO_NUMBER   TYPE I VALUE 15.
    DATA: NUMBER            TYPE I.
    DATA: BEGIN OF T_NUMBER OCCURS 0,
                  NR TYPE I,
              END    OF T_NUMBER.
    NUMBER = FROM_NUMBER.
    DO.
      IF NUMBER <= TO_NUMBER.
        T_NUMBER-NR = NUMBER.
        APPEND T_NUMBER.
      ELSE.
        EXIT.
      ENDIF.
      NUMBER = NUMBER + 1.
    ENDDO.
    LOOP AT T_NUMBER.
      WRITE: / T_NUMBER-NR.
    ENDLOOP.
    Max

  • Error in J1INCHLN for internal number range

    Dear Experts,
    I am getting the below error when I am executing J1INCHLN. I checked J1INUMBER but of no use. Number range for 2008 is maintained. I am not able to maintain number range for 2009. Kindly guide.
    Number range for internal challan numbers not maintained
    Message no. 8I706
    Diagnosis
    Number range object 'J_1ICHLNNO' is not maintained fully.
    System response
    There is an error in the number range object and a new internal number can not be generated.
    Procedure
    Check if the number range object exists in your system and also check if number ranges for the number group is maintained for the current year. Maintain the number range object and then start this transaction. The transaction code for the number range maintenance is  'J1INUMBER'.
    Regards
    Komal

    Hi
    Go to SPRO>IMG>Financial Accounting (New)>Financial Accounting Global Settings (New)>Withholding Tax>Extended Withholding Tax>Posting>India>Remittance Challans>Maintain Number Groups
    here define - cocode , section , tds section code , number group
    now go
    SPRO>IMG>Financial Accounting (New)>Financial Accounting Global Settings (New)>Withholding Tax>Extended Withholding Tax>Posting>India>Remittance Challans>Assign Number Ranges to Number Groups
    here assign number group to Number range
    now create number range go to SPRO>IMG>Financial Accounting (New)>Financial Accounting Global Settings (New)>Withholding Tax>Extended Withholding Tax>Posting>India>Remittance Challans> Maintain Number Ranges
    here create a number range on year base
    **some time you have to update the table so go SM30 and update J_1IEWTNUM , J_1IEWTNUMGR and J_1IEWTNUMGR_1 tables
    Best Of Luck
    Tanmoy

  • Configaration for alphanumeric number range in internal assignment

    Hi Sap Gurus,
      I would like to know how to write the logical data for configuring the Material master number in internal assignment with alpha numeric format.
    Ex: for Raw material type: ZROH10000000000001
          for finished material type : FERT200000000001
      It can be by using user exit or BadI's. Looking for suggestions. Thx

    Use the user exit MGA00002 to work for alphnumeric number range or else you can create the number separate for each material type you want and assign them separately in the group so whne you use particalur mateiral type than system will pick that number range only to do that
    for ROH - From ZROH10000000000001   to ZROH199999999999
    FERT - From FERT200000000001 to FERT299999999999

  • Cross-company code posting BAPI_ACC_DOCUMENT_POST number range

    When I use BAPI_ACC_DOCUMENT_POST for cross-company code - I put the first company code in the header and first line item and the second company code in the second line item.
    This posts - however there is a BIG problem with the document numbers it posts:
    1. It posts <b>both</b> company codes using the number range of the second company code.
    2. It updates NRIV for only the second company code.
    How do I get this to work properly and post with the correct number range for the first company code.

    Not sure if this applies to you or not - check Note OSS 419588 - Distributing cash discount base amounts in tax calculation.

  • Enter the Section code for line number '000'

    Dear Consultants,
    While posting the Travel Expenses, The system generates posting documents but gives error as "Enter the Section code for line number '000'". Please advise me about the activity to which this error is related to. I am giving Document type as AB.
    This error is seen only if the Expense Type is related to some Vendor account like Expenses by company (Service provider's vendor a/c) or Advances paid to the employee & Expenses incurred by employee (Employee Vendor account)
    Regards,
    Bindumadhav
    Edited by: BINDUMADHAV AMBIKE on Mar 26, 2011 7:18 PM

    I found that some validation criteria were maintained in Tcode OB28. We can edit those validation criteria to exclude Travel Management. OR it was suggested by FICO to use posting key as 34 instead of 31.
    This solved my problem.

  • Re : Maintaining fical year for PO number range

    Hi
            Where to  Maintaining fical year for PO number range.
    Thanks
    mani

    HI,
    You do not maintain Number Ranges with respect to fisical year.
    You maintain Invoice Number Ranges with repsect to fisical year.
    Thanks & Regards,
    Kiran

  • Error handling return code for Provide Statement

    Hi Experts,
    For select statement we have error handling return code sy-subrc.
    What is the error handling return code for provide.. end provide statement.
    Thanks,
    Ragu

    Ragu,
    Same thing.
    Check sy-subrc.
    sy-subrc is the return code for all ABAP statements as far as I know.
    Regards,
    Dilek

  • BDAI for document number range

    Gurus,
    Whether there is a badi for document number range entry view.
    Regards
    Sachin Patil

    This may happen when you try to create a purchase requisition but then abandon it half way through before saving. In this scenario, the number range is incremented but the document is not saved.  The next time you will see a gap of 1 number.
    Thanks,
    Puneet

  • How to get the Next free Number for External Number Range

    Hi ,
    To get next free number for External Number Range, I have used NUMBER_GET_NEXT Function module.
    It is throws the exception like  NUMBER_RANGE_NOT_INTERN.
    How can i get the next free number for external number range object. And How to update the Current Number for External Number Range Object
    Scenario.
    Call Function module              NUMBER_GET_NEXT
    Import Parameter.
    NR_RANGE_NR : 02
    OBJECT            : RV_BELEG
    QUANTITY         : 00000000000000000001
    I am getting Exception : NUMBER_RANGE_NOT_INTERN
    Thanks in advance.
    Regards
    Ram

    Hi Anand,
    The SAP system issues the numbers for internal number range intervals automatically. This number is between the from-number and the to-number. The last number issued is logged in the current number level.
    You need to enter a number for external number issue. The number you enter needs to be between the from-number and the to-number. For external number ranges, the number number used is not logged. So the next available number is not possible in a straight forward way.
    Only for Internal number ranges, the FM NUMBER_GET_NEXT can get the next available number.
    Hope this helps.
    Thanks,
    Balaji

  • User exit for material code based on number range

    Hi viewers,
    Can you please tell me the User exit to be identified for material code t based on  the number range (External or Internal)
    For ex: LAFAMLP is the material code I want this material code as case sensitive .
    It should take what ever case we give.
    Regards
    Kumar

    Hi,
    First goto MM01 transaction code in menu System-> status..pick the program name ,then
    Goto SE38 give that program name select Attributes radio button click on Display button,
    you will get one popup from the popup pick Package ...
    Then now goto SMOD transaction in menu utilities(or/any one of the menu you will find (find option ))->Find this will list out all the possible exits...As follow
    mga00001 material master (industry): checks and enhancements
    mga00002 material master (industry): number assignment
    mga00003 material master (industry and retail): number display
    I think second one will help for you ,,,here you can code your requirement

  • Wrong internal order number for internal number range

    Hi,
    I have created an internal order type and assigned the internal number range 450000-459999. When we checked the numbers given for the system there are missing numbers. For example; the numbering is OK up to 450013 numbered order and the next order has 450020 number, and next one has the 450040
    number.
    I checked the COAS table and there are no number used by any other order. What can be the reason for this situation? How can we fix the problem? Is there any one who face the same problem?
    What are your suggesitions...
    Thanks in advance
    Ahmet

    Hi,
    I have similar kind of query. How to use the numbers that the system jumped? Is there any record/history of unused numbers present in any table? Thanks in Advance!
    Regards,
    Nidhi

  • How to setting for the number range for Business Partner

    Dear Sir,
    I create the new role for Business Parnter , However, I would like to set the new number range for that buiness Partner with that role.
    Please kindly advise what is the step to do.
    Thank you and best regards,
    Vimol

    Hi Vimol,
    In CRM  standard system it is not possible to link specific role with specific grouping. 
    To achive the same go to following IMG path:
    SAP Implementation Guide>Cross-Application Components>SAP Business Partner>Business Partner>Basic Settings>Number Ranges and Groupings>
    Define Groupings and Assign Number Ranges
    Hope you selected the opton button for column 'Int Std.
    I already suggested a work around above.
    Best Regards,
    Satish Mathala

  • Phone doesn't accept SMS Code for phone number ver...

    I've tried to get a Skype support rep. to solve my problem with no positive results. I'm now turning to the skype Community for help.
    W want to have my phone number appear on the person's phone that I call. Skype says you can do this by setting up Called ID. They will send you a verrification code by SMS message. The problem is I have SMS messaging turned off on my phone, so it does not accept SMS messages, so I cannot receive the Verification Code.  Has anyone been able to get past this obsticle? Can they send me an email with the verification code?

    Sorry NMGuy,
    I cannot help, as I am in the same situation as you are, and am joining my voice to yours.
    I don't get SMS on my Iphone, so I cannot receive and enter the code for the caller ID option.
    Skype assumes that everybody uses SMS?, and it is very difficult to get in touch with their customer support!
    Anybody has a workaround?

  • Change log for material number range

    Hi All,
    can you guys please tell me how to find the change log for changes done in material type number ranges that is the thru tcode MMNR although its a customization change but as its for number ranges so there is no transport request involved so it is not possilble to see the import of transport request

    in transaction MMNR
    from menu GOTO > change log
    or in transaction SNUM
    from menu  GOTO > change log

Maybe you are looking for

  • A few questions regarding the configuration of Adobe Document Services

    <u><i>For Your Information: the main questions are repeated at the end of this post.</i></u> The Adobe Document Services seems to work fine. The test I did on http://<server>:<port>/AdobeDocumentServices/Config gives the error ' "Required stream: "PD

  • Photoshop CS6 - 64 bit Optimus issue - SOLVED!

    Photoshop CS6 64-bit will not run when Optimus is enabled on my W520 system The program works fine if I have discrete only set in the BIOS. Setting the default graphics adapter to NVIDIA GPU when using Optimus still has the problem. Anyone seen this

  • Reusability of Adobe form created in SFP in a WebDynpro Java application

    Hi Experts, Can some one advise me how I can use the pdf form created in ABAP side (Transaction SFP) in the WebDynpro Java application? What is the procedure to include this pdf object in the WebDynpro application development? Regards, Shobhit

  • DO and Entitybean mapping(how to)

    I have used a tool to generate entity beans and its related artifacts such as corresponding DAO and DAO implementation as described here http://www.hibernate.org/328.html I have also modelled my Domain Objects Nicely. Now am stuck in anemic coding. h

  • Querying BPEL process and sub-processes

    Hi there, I am new to BPEL and in our BPEL process we are calling like 5 other BPEL sub-processes. So assume our BPEL process A calls processes B, C, D, E, and F. Now for our fault handing if for example processes D fails I would like to retire sub-p