Customize Billing Number Format

Hi Experts,
How do I customize billing number format as a alphanumeric.
Rajesh

Hi
Billing document number is always internal in standard
So Internally giving alpha numeric number is not possible in standard
But external number range is possible with userexit mentioned below
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.
A zee table is to be maintained according to the requirement
and maintain the entries in billing no range object RV_BELEG
This can be done with the help of the ABAPer
But i am not sure whether you can achieve alphanumeric number
If possible kindly update us why do you require alphanumeric number for billing
Regards
Raja

Similar Messages

  • How can I customize a number format?

    In the previous numbers release (Numbers 9) there was a menu were you were able to customize a number format similar to what you can do with Excel. Have they drop this functionality in the new release?

    And, in case you would like to get a more balanced view about new features as well as those removed, there is this article  and this thread.  Plus this announcement from Apple about features they plan to restore in releases over the next six months.
    If you use Excel and have a particular customized number format you need to use, I understand you can open the spreadsheet in Numbers and that customized format will be imported and made available to you in Numbers 3.0.
    SG

  • Australian Standard Number Format FIXED

    For anyone who remembers this post back in oct 2006
    Desparate for Australian Standard Number Format
    Posted: Oct 31, 2006
    The Aussie standard has a space instead of a comma so that 10,500 (ten and a half metres/feet/notation) should show as 10 500 & Currency should show as $10,500.00
    Unfortunately Apple in their infinite wisdom do not acknowledge that numbers and currency can be displayed differently and OSX system settings does not allow customization of the number part of the format as far as i can ascertain.
    And I would like to say that not being satisfied with the answer on this issue i have continued to pester if you like the freindly engineers at tech support in Australia
    (their friendly once they let you past basic support anyway) who have recognised that this is indeed an APPLE OSX PROBLEM & has nothing to do with the software manufacturer who uses the operating system preferences to populate the software (makes sence to me)
    Well
    It got fixed in Snow leopard
    Thanks
    Persistence
    Change it under Preferences Language Format
    Thankyou

    Hi
    I would like to say that not being satisfied with the answer on this issue i have contineud to pester if you like the freindly engineers at tech support in Australia
    (their friendly once they let you past basic support anyway) who have recognised that this is indeed an APPLE OSX PROBLEM & has nothing to do with the software manufacturer who uses the operating system preferences to populate the software (makes sence to me)
    Apple had this functionallity in 10.3 panther & if you upgrade from 10.3 to 10.8 the funcionallity remains. Only new installs are affected by the lack of being able to set numbers & decimals in the preferences. Apple released this terminal command to alter numeral separation
    ( defaults write -g AppleICUNumberSymbols -dict 0 ' ' 1 ' ' ) & allow a space between the thousands & hundreds,then open preferences international formats & see your new found Standard.
    It is not without problems however as it also places a space between the thousands & hundreds in Currency
    This is a fix/workaround that needs to be seriously investigated by apple engineering & placed back into Leopard Before the release as this is an Apple Disfunction of the Australian Standards number notation & as i was advised the space is also a US Standard Lack of this functionallity meens that Mac does NOT COMPLY TO THE AUSTRALIAN STANDARDS REQUIREMENT & THEREFORE POSSIBLY WOULD NOT BE CONSIDERED IN ANY GOVERNMENT INSTITUTION AS A SUPPLIER I hope someone from apple in the US reads this & does something about it. MORE INFO HERE http://www.macosxhints.com/article.php?story=20050926170928881
    G5 1.8 dual   Mac OS X (10.4.3)   2 gig Ram
    G5 1.8 dual   Mac OS X (10.4.3)   2 gig Ram
    G5 2.3 dual   Mac OS X (10.4.8)   4 gig Ram & still not enough

  • COPA line item report, Number format  -output type - object list(ALV).

    Hi,
    I am preparing COPA line item report. I want to change number format (two decimal place). I did the changes in form level then I did the changes in drill down report as well and saved as save definition.
    But changes are not reflecting in- output type - object list(ALV).
    Please provide help in this.
    Regards

    HI
    What t-code you are using to write this line item report ?

  • Problem with the number format in the graph axis with Report Generation Toolkit.

    Hi!
    I'm trying to use the Report Generation Toolkit to plot some graphs in Excel.
    My first problem is that I don't know how to configure the number format in the Excel Set Graph Font.vi so that my numbers are correctly displayed in the graph's axis. The only given option is general (0,0) but this is not enough for me, my numbers can get really small so I need engineering notation or fraccional format.
    Second: I also insert a table with the graph source data, but the numbers are not correctly displayed either: for example: 
    0,75 is shown as: 
    0,750000
    but 1,25  is shown as: 
    1!250!000
    My guess is I am making to much or wrong string to number conversions or Excel is getting it wrong but I can't find my way...
    Can someone help me with this?
    Thanks,
    Isabel

    Here is my VI, it's just a trial so it can look messy...
    Thanks,
    Isabel
    Message Edited by Isa_pm on 01-22-2007 01:12 PM
    Attachments:
    Create report.vi ‏96 KB

  • Number formatting issue in Web intelligence report

    Folks ,
    I've an object called ' Serial number' (12 digits long) but when I set this in query filter as a prompt number format gets changed.
    Similar like this:  
    whereas I am expecting to see 123456789123 something like this.
    I made sure that object data type is number while designing universe as well as also format the object ( using format object option) and set as ############. ( 12times #) to forced as 12 digits number.
    When I drag this object in 'result objects' results shows fine but if i add this as 'Query Filters' number gets changed as above pic.
    Any advise ?
    Cheers,
    iTanzir

    Hai Itanzir
    Try to create a dimension variable in universe and choose the data type as string. Please check this and let me know for issues, if any.
    Regards,
    Amala.S

  • Number format issue in XML Publisher from OAF (',.' is replaced by 'u n')

    Hi All,
    I am facing a problem in XML Publisher report. In report I need to display some number fields with 'USD' format. In RTF, data type 'Number' and format '###,##0.00' is selected. If I run concurrent program from oracle core forms using System Administrator > Concurrent > Request, I am able to get correct number format.
    Ex : 123456.00 After Number format : 123,456.00
    Also its working fine from XML Publisher Administrator responsibility (using Preview).
    But problem is when I submit the concurrent request through OAF, I am not getting correct data. ',' is replace by 'u' and '.' is replace by 'n'.
    Ex: 123456.00 In Report 123u456n00
    Checked profile value : ICX: Numeric Character and its set to 1,000.00 at site level.
    Do I need to set character set anywhere in OAF before calling concurrent program?
    I tried to use "alter session set nls_numeric_character = ',.';" by calling stored procedure from OAF. But still its not working.
    Please give me solution for this.
    Regards,
    Sadanand

    Hell - I am running into the same issue? Did you guys find a resolution for this? Please let me know, would really appreciate your help.
    Thanks,
    Dhiraj
    [email protected]

  • How to change number format to international setting

    Hello everyone,
    I need some help on how to change the number format on my phone from the standard US format to an international format with no spacing between the numbers. Currently, my numbers appear as: 0706 343 3456. However, I will like for it to appear as 07063433456. When i recieve calls, the number format is not recognised and I cannot tell who is calling. Same goes for SMS messages. In this part of the world, the number format is not spaced, which is quite frustriating.
    Can anyone please advice me on how to go about this.
    Thanks

    Really? I tried that but it did not work. I restarted the iphone several times but the number format did not change.

  • How to change number format in web reports

    Hi, Experts,
        Simple question, if I want to change the number format on web report as following
    . . . . . . . . Actual
    . . . . . . . . *1000SGD 
      new order   .   341.5
      sales       .   567.45
    if I click "Actual" then select properties, set data format from "in 1000" & "0" to "in 1" & "0.00", nothing changed in web report after refresh.
    if i click one number (for example: 341.5) or "New order" to set data format from "in 1000" & "0" to "in 1" & "0.00", only this row's format is changed, others row still keep old format.
    how to change whole column's data format at once setting?
    thanks in advance.
    Message was edited by: jie miao
    Message was edited by: jie miao

    Hi,
    Logout and login may help you and also Delete the session in SM04  before re login. Some times system will not do complete refresh of data even though you select refresh button.
    With rgds,
    Anil Kumar Sharma .P

  • How do I change the number formatting within a Cell Table in Microsoft Word?

    Hi, I was wondering if someone could help me out on an issue I've been having... I work for an accounting firm and we do a lot of financial statements. 
    I was wondering if we would be able to treat a cell table in Microsoft Word 2007 like I would a cell table in Microsoft Excel. Meaning, I would like to change the formatting of the numbers in the table to the "Accounting" (number) format so it
    aligns by the decimal point and use the $ signs and () for negative numbers.  We do use the link tables feature, however, most of our balancing pages just can't be done in Excel because of the way the text is written. It would be much harder to format
    the text if it were to be typed in Excel. We have also tried  creating an Excel sheet within Microsoft Word but it is the same as linking the tables... Again, a text formatting issue.  The only option is to use tables within Word but how do we change
    the number formatting to a "accounting" (number) format where the numbers would align with the decimal point and use () for the negative numbers. Is there ANY option for us to do this other than manually entering this information in using tabs?  
    If there are no options other than entering it in manually, please consider this as an option for your next software update. I believe that a LOT of people out there will be interested in this feature... My manager and I just attended a webinar on Microsoft
    Advanced Word Tips Tricks and Techniques and 75% of the attending people had this question but no answer.
    Thank you very much for your help!!!!!

    Word does not really have number formatting for table cells. You can align cell contents on the decimal point, though, by setting a so-called decimal tab stop.
    Option 1:
    - Select the cells for which you want to do this.
    - Display the ruler.
    - Click the Tab box on the left hand side of the ruler until the box contains an inverted T with a dot.
    - Click in the ruler where you want the decimal tab.
    Option 2:
    - Select the cells for which you want to do this.
    - Click the arrow in the lower right corner of the Paragraph group on the Home tab of the ribbon.
    - Click the Tabs... button in the lower left corner of the dialog.
    - Specify a tab position in the box, e.g. 1.5".
    - Select the 'Decimal' radio button under 'Alignment'.
    - Click Set.
    - Click OK.
    You will have to type the numbers as they should appear, including the $ for currency and the ( ) for negative numbers.
    Regards, Hans Vogelaar

  • Applying date and number format mask

    I have specified a date format for an attribute and a number format for another attribute of an entity object using Entity Object Editor - Control hints for the attributes.
    The date format is:
    Format type: Simple Date
    Format: dd.MM.yyyy
    The number format is:
    Format type: Currency
    Format: 0,000.00 km
    When using <c:out value="${bindings.MyDate}"></c:out> the format mask for the date is applied and it looks good, but when using
    <c:forEach var="Row" items="...">
    <c:out value="${Row.MyDate}"></c:out>
    </c:forEach>
    the format mask is not applied.
    When it comes to the number format it is not applied no matter what I use.
    I have tried setting the format for the view object attributes as well but the result is the same. How do I make this work?

    Can it have something to do with <html:form> ? Since it works using <c:out value="${bindings.MyDate}"></c:out> inside a html:form.

  • 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

  • Error in Unique Bill Number alg using SDK

    Hi friends,
    I am trying to generate unique bill no by taking InstallationDocumentNumberAlgorithmSpot i added pluged this algorithm (admin->installation options framework)
    But i am getting some error ,pls help me how to solve this.
    public class CMBillNumber_Impl extends CMBillNumber_Gen implements
              InstallationDocumentNumberAlgorithmSpot {
         private static final Logger logger = Logger
         .getLogger(CMBillNumber_Impl.class);
         private Bill bill;
         private String docNumber;
         @Override
         public void invoke() {
              validateInput();
              Premise prem = bill.getAccount().fetchMailingPremise();
              Premise_Id premise_Id = prem.getId();
              GeographicType_Id geotype = new GeographicType_Id("SECTION");
              Query query = createQuery("from PremiseGeographicLocation pgl where pgl.premise.id= :premiseid and pgl.geographicType=:pgeocd ");
              query.bindId("premiseid", premise_Id);
              logger.warn("Premise id Number is "+premise_Id);
              query.bindId("pgeocd", geotype);
              query.addResult("geographicValue", "pgl.geographicValue");
              logger.warn("Premise id Geo is "+geotype);
              Iterator it= query.iterate();
              String sectionValue = "";
              while(it.hasNext())
                   sectionValue=it.next().toString();
              // PremiseGeographicLocation PrGeo=
              // pr.getGeographicLocations()pr.getCharacteristics().
              docNumber= sectionValue+"12345";
              logger.warn("Bill Number is "+docNumber);
              // TODO Auto-generated method stub
         private void validateInput() {
              if (this.bill == null) {
                   logger.warn("this.bill is nill");
                   addError(com.splwg.base.domain.StandardMessages
                             .fieldMissing("BILL_ID"));
         @Override
         public String getDocumentNumber() {
              // TODO Auto-generated method stub
              return docNumber;
         @Override
         public DocumentTypeLookup getDocumentType() {
              // TODO Auto-generated method stub
              return null;
         @Override
         public void setBill(Bill bill) {
              this.bill = bill;
              // TODO Auto-generated method stub
         @Override
         public void setPaymentEvent(PaymentEvent arg0) {
              // TODO Auto-generated method stub
    Error
    SPL - 127748-272-1 2011-05-27 16:39:28,368 [Parent Reader:Thread-28] ERROR (support.cobol.CobolToJavaGateway) A system error occurred calling method invoke on class com.splwg.ccb.domain.common.install
    ation.GenerateDocumentNumberFromCobol
    com.splwg.shared.common.LoggedException: Error invoking method invoke
    at com.splwg.shared.common.LoggedException.wrap(LoggedException.java:198)
    at com.splwg.shared.common.LoggedException.wrap(LoggedException.java:85)
    at com.splwg.base.support.cobol.CobolToJavaGateway$MethodDispatcherCache$MethodDispatcher.dispatchToRequestedMethod(CobolToJavaGateway.java:350)
    at com.splwg.base.support.cobol.CobolToJavaGateway$MethodDispatcherCache$MethodDispatcher.access$300(CobolToJavaGateway.java:255)
    at com.splwg.base.support.cobol.CobolToJavaGateway$MethodDispatcherCache.dispatchToRequestedMethod(CobolToJavaGateway.java:250)
    at com.splwg.base.support.cobol.CobolToJavaGateway$MethodDispatcherCache.access$000(CobolToJavaGateway.java:232)
    at com.splwg.base.support.cobol.CobolToJavaGateway.callJava(CobolToJavaGateway.java:65)
    at com.splwg.base.support.cobol.host.command.CobolToJavaGatewayCommand.invoke(CobolToJavaGatewayCommand.java:33)
    at com.splwg.base.support.cobol.host.PerformCommandExecuter.invoke(PerformCommandExecuter.java:68)
    at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterSkel$RequestSocketReader.readRequestExecuteAndRespond(OptimizedRemoteExecuterSkel.java:157)
    at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterSkel$RequestSocketReader.run(OptimizedRemoteExecuterSkel.java:91)
    at com.splwg.base.support.cobol.host.SocketThreadPool$WrappingParentRunnable.run(SocketThreadPool.java:204)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassCastException: com.splwg.cm.domain.cmbills.CMBillNumber_Impl__ cannot be cast to com.splwg.ccb.domain.common.installation.GetDocumentNumberAlgComp
    at com.splwg.ccb.domain.common.installation.CcbInstallation_Impl.generateDocumentNumber(CcbInstallation_Impl.java:99)
    at com.splwg.domain.common.installation.CcbInstallation__.CGLIB$generateDocumentNumber$99(<generated>)
    at com.splwg.domain.common.installation.CcbInstallation__$$FastClassByCGLIB$$a0d1667d.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
    at com.splwg.base.support.interception.BusinessMethodInterceptor.intercept(BusinessMethodInterceptor.java:84)
    at com.splwg.domain.common.installation.CcbInstallation__.generateDocumentNumber(<generated>)
    at com.splwg.ccb.domain.billing.bill.Bill_Impl.generateDocumentNumber(Bill_Impl.java:306)
    at com.splwg.domain.billing.bill.Bill__.CGLIB$generateDocumentNumber$89(<generated>)
    at com.splwg.domain.billing.bill.Bill__$$FastClassByCGLIB$$3088dc4d.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
    at com.splwg.base.support.interception.BusinessMethodInterceptor.intercept(BusinessMethodInterceptor.java:84)
    at com.splwg.domain.billing.bill.Bill__.generateDocumentNumber(<generated>)
    at com.splwg.ccb.domain.common.installation.GenerateDocumentNumberFromCobol.mapResultToCobol(GenerateDocumentNumberFromCobol.java:47)
    at com.splwg.ccb.domain.common.installation.GenerateDocumentNumberFromCobol.mapInputFromCobol(GenerateDocumentNumberFromCobol.java:37)
    at com.splwg.ccb.domain.common.installation.GenerateDocumentNumberFromCobol.invoke(GenerateDocumentNumberFromCobol.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Pls help me to resolve this issue
    thanks
    sivaram

    Hello
    it is not printed, becuase of the printer name not specified. Enter a valid printer, and try.
    Regards,
    J.

  • Has someone knowlege of how to use Custom Number Format in Numbers V3.0

    Hello Everyone,
    From Excel to Numbers '09 I worked with Custom Number Format.
    Making formats like 60 sec, km/h or m/s².
    In the new Version 3.0 it is not under 'Format'/Custom Number Format.
    I did not find it! Has someone found a way to do it the old way.
    I am working with the German version.
    Bye

    Limmy,
    There is no option in Numbers 3.0 for Custom Format. If that is mandatory for your purposes, it is still available in Version 2.3.
    Jerry

  • How to use FM format element in number format model

    Dear all,
    Could anybody explain what is FM format element for in number format model? I read the documentation, it doesn't show a clear description as it those in Datetime Format Model section.
    regards,
    Valerie

    It works mopre or less the same for numbers as for dates:
    SQL> -- generating some numbers:
    SQL> with t as (
      2  select level n
      3  from   dual
      4  connect by level <= 10
      5  )
      6  --
      7  -- actual query:
      8  --
      9  select n
    10  ,      '*'||to_char(n, '09')||'*' nofm
    11  ,      '*'||to_char(n, 'fm09')||'*' fm
    12  ,      length(to_char(n, '09')) lnofm
    13  ,      length(to_char(n, 'fm09')) lfm
    14  from   t;
             N NOFM            FM                   LNOFM        LFM
             1 * 01*           *01*                     3          2
             2 * 02*           *02*                     3          2
             3 * 03*           *03*                     3          2
             4 * 04*           *04*                     3          2
             5 * 05*           *05*                     3          2
             6 * 06*           *06*                     3          2
             7 * 07*           *07*                     3          2
             8 * 08*           *08*                     3          2
             9 * 09*           *09*                     3          2
            10 * 10*           *10*                     3          2
    10 rows selected.As you can see, the leading spaces are trimmed.

Maybe you are looking for

  • Extension Manager 5.5 crashes on start up.  Fresh install and fully patched.

    Also, all previous versions of extension manager have ceased working as well.  They all go straight to an error report on start up.  Any help would be greatly appreciated. Contents of error log: Process:         Adobe Extension Manager CS5 [19110] Pa

  • HT4623 How can I get my dads old iphone to update, it will not sync with the itunes?

    My dad has on old iphone and we are having troubles getting it to sync to the itunes so i can back up the phone and numbers on itunes what do i do?

  • Price difference account in MIRO

    Dear All, There is a Price Diff account hitting in MIRO...Wen i went to the PO and MIGO price it is the same difference which is reflecting in MIRO..PO is account assigned as cost centre. In po condition type maintained are BED-8%, Ecess-2%, Hsecess-

  • System stats - files and memory

    Please accept my apology if this is the wrong forum! Is there a way - system calls eg. - to tell how much memory and how many files a process or thread uses? I know I can use /proc to find info about file handles, but I expect there must be a place w

  • COLOR DISPLAY IN LIGHTROOM AND PHOTOSHOP

    Hi I am a new user of Lightroom but a longtime user of Photoshop. My question is this: When opening the exact same TIFF file in Lightroom and Photoshop CS3 is there a way to configure Lightroom so that it will display the image exactly like Photoshop