How to put both number and char in values?

Hi ,
Cud anyone tell me how can i put both number and char value in one colun. Such as i want to put ..(A121)..in REFNo column . so it includes both number and char .how can i do this?

Hi,
If you will ever want to treat the numeric part of refno as a NUMBER, then I suggest you store the values in two separate columns, refno_alpha and refo_num. For example, if "ORDER BY refno" should produce:
A1
A1.1
A2
A10
A11
A100
A121
B1then it will be easier to have two columns.
When necessary, you can always combine the two columns (using "refno_alpha || refno_num"). You can create a function-based index and/or a view with that expression if it helps you.
Also, as William said, validation is easier if the numbers are separate.

Similar Messages

  • How to put KF's and Char's in order

    Hi,
    As per requirement i need to show the Char's and KF's in the below order.
                    1. Sales Org
                    2.  Sold-to party
                    3.  Bill-to party
                    4. Cust PO Nbr
                    5.  Sales Document
                    6.  Item
                    7.  Sched Line
                    8.  Payment terms
                    9.    Schd Line Qty    (key figure)
                    10.  Net Price          (key figure)
                    11.  Created On
                    12. Created By
                    13.  Material
                    14.  Sched Net Value     (key figure)
    please guide me.
    thanks in advance.
    bhaskar..

    Hi Bhaskar,
    As the above post suggested, it can be done in Table Display format.You can adjust all your infoobjects (chars and KF's) in a particular order.
    Check Table Display Icon in query designer tool bar.
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a569ae09411d2acb90000e829fbfe/frameset.htm
    Cheers:-)
    Ravi.

  • How to populate both key and text in drop down list in dialog prog screen

    Hi, Can anyone please advice how to display both key and text in the drop down list in dialog prog screen. I tried with below code. keys and texts are getting populated in values table but only text is appearing when click on drop down. need to display both key and text in the drop down. Thanks in advance.
    TABLES: ZRPP_MODELS, ZRPP_FFLSTRATEGY.
    TYPE-POOLS : VRM.
    DATA : field_id TYPE VRM_ID ,
           values   TYPE VRM_VALUES,
           value    LIKE LINE OF values.
    FORM fill_model_list .
      select MODEL MODEL_DESC from ZRPP_MODELS into value.
        APPEND value TO VALUES.
      endselect.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = 'ZRPP_MODELS-MODEL'
          values = values.
    ENDFORM.

    You need to concatenate KEY & VALUES
      wa_values-key = '1'.
      wa_values-text = '1 - One'.
      append wa_values to i_values.
      wa_values-key = '2'.
      wa_values-text = '2 - Two'.
      append wa_values to i_values.
      wa_values-key = '3'.
      wa_values-text = '3 - Three'.
      append wa_values to i_values.
      call function 'VRM_SET_VALUES'
        exporting
          id              = 'LIST_BOX'
          values          = i_values
        exceptions
          id_illegal_name = 1
          others          = 2.

  • How to print  both normal and bold data in a single line

    Hi ,
    I have requirement wherin the data need to be displayed in a single line.
    FAX:              Z8525_text.
    where FAX needs to be in bold and Z8525_text is a standard text and it shoould not be bold , both of this needs to be displayed in
    a single line.
    Can you let me know how to print  both normal and bold data in a single line one of which is coming fro standard text.
    Regards,
    Senthil

    Hi Senthil,
    If you are using smartforms, have a character format created for BOLD and apply it to the text you want to highlight. The remaining text of the line could be applied with a Character format which is not highlighted.
    Try and revert in case you need further assistance

  • How to put Check Boxes and Radio button in Smartforms

    Hi all,
    How to put check Box and radio button in Smartforms ............ from web properties there is an option to use. But How to use.     
    regards,
    Mohsin

    u can declare the checkboxes or radiobuttons whatever in driver program and pass the same to ur form...

  • How to get customer number and name from the SD document

    Hi All,
    Can you please let me know how to get Customer Number and Name from the SD Document?
    Thanks a lot....
    Anil

    Hi,
    It will be displayed in the SD (BIlling document) itself,  you clikc on the VF03. The customer name and number will also appear in the SO document also Tcode VA03
    regards,
    radhika
    Edited by: kolipara radhika on Jul 10, 2009 5:32 AM

  • I just buy an Ipad2, and I am not able to use my Apple ID to download Apps. Each time, a window open and ask me to fill my billing informations (my Security Code). The problem is every time I put this number and click ''done''...say contact Itunes support

    I just buy an Ipad2, and I am not able to use my Apple ID to download Apps. Each time, a window open and ask me to fill my billing informations (my Security Code). The problem is every time I put this number and click ''done''...say contact Itunes support

    Contact iTunes:
    Apple - Support - iTunes - Contact Us

  • I am working in Numbers and can't seem to change the generic value assigned to the legend.  Any advice on how to select the legend and save new values?

    I am working in Numbers and can't seem to change the generic value assigned to the legend.  Any advice on how to select the legend and save new values?

    Ntenich,
    If your table has a Header and your Legend text is in the header, it will be picked up by the table.
    Jerry

  • How to include both percentages and number values in a cross-tab chart?

    Hi,
    I created a cross-tab and a multiple pie chart using Crystal XI. I would like to include percentages as well as numbers in my pie charts' slices. Seems I can either show % or numbers but not both!
    The multiple pie chart compares different charges for different Departments. It has an On Change Of by "DifferentDepartments" and "ItemCharges" (e.g. Normal, Double Time, Time & half, Shift, Meal... )  and the Summary value is sum of "Labour".
    Is there any workaround available? Please advice.
    Thanks,
    Nazee
    Edited by: Nazee TVK on Feb 23, 2012 1:52 AM

    hi Nazee,
    this is possible sometimes, using a workaround, and depending on the values you're showing.
    instead of using your department field as the On Change Of field, create a new formula which is something like
    {departmentfield} + chr(10) + totext({your group level summary})
    as an example using the xtreme sample databae
    {Customer.Customer Name} + chr(10) +
    totext(Sum ({Customer.Last Year's Sales}, {Customer.Customer Name}))
    now in your Pie Chart switch the department field for the new formula you just created.
    i have attached a sample report...however, please note that the forums sometimes don't work with these attachments. so you can try different browsers or right clicking on the attachment and doing a save first etc.
    jamie

  • How to put a number on reject list from iPhone 4?

    How do I put a number on reject list so when that number calls it does not ring or alert?  Or maybe just go straight to voicemail. 

    That's not a function of your phone. You can contact your carrier and see if they offer blocking features (all do in the U.S.). If it's a specific number you can simply assign a customer ringtone of silence to it.

  • How to print both letter and legal size docs at same time with two trays

    I have an HP Laser Jet P2055dn printer. How can I print both letter and legal docs at same time?

    Not quite sure what you mean by "print both letter and legal docs at same time".
    If you mean that sometimes you want to print a document on Letter size paper, and at other times you want to print a different document on Legal sized paper, then all that is neccessary is to ensure that:
    The printer knows what Paper Size (e.g. Letter or Legal) is present in each tray; on many LaserJet devices, the size is detected automaticaly by sensors in each tray (except for the drop-down tray), but some devices may require that you set the size via front panel menus, or (for network models) via the Embedded Web Server equivalent.
    You may also need to specify what Paper Type (e.g. Plain or Letterhead) is present in each tray, in order to distinguish between two or more trays which have the same paper size loaded.
    Within your appllcation / print preferences, ensure that you select the required combination of size and type for the document.
    But if you mean how do you print a document with some pages on one size of paper, and other pages on a different size, this may only be possible with bespoke applications and/or printer drivers.

  • How to get PO number and line item in he check item method of MB_MIGO_BADI

    Hi All,
    First time I am using BADI and I am stuck in one issue.
    I am using CHECK_ITEM method of MB_MIGO_BADI.
    While pressing CHECK button MIGO for a GR(wrt to a PO),a warning message has to displayed.This warning message has to displayed according to the line item in the purchase order.
    In the CHECK_ITEM method, how I will get the PO number and the line item imported into that method.?
    Thanks.

    HI  ,
    in Check_item method 
    DATA: ls_extdata TYPE zqsscrap_screen_field .
    LOOP AT gt_extdata INTO ls_extdata .
    endloop.
    Check what you are getting  .
    regards
    Deepak.

  • How to change both start and end dates for an business event (or any object

    Hi all.
    We are in the case to change the validity dates for several business events in training management.
    The special point is that both, start and end date, have to be changed.
    In example, business event 00000001 is valid from 2010.01.01 to 2010.01.31 and shoud be "moved" from 2010.05.01 to 2010.05.31.
    So if i run RHBEGDA0 report to change start date first, it doesn't work propperly because new start date is bigger than old enddate.
    Next thing we thought is to change end date first, using RHGRENZ1, and then change the start date, with the report RHBEGDA0. Problem with this solution is that a business event duration shoud be calculated taking care of free days (weekends and day ofs).
    Is there any better solution for this?
    Thanks in advance for your help.
    Best regards.

    Hi,
    I gueass the best solution is to use PV1A t-code.
    You can write an LSMW for this t-code if the number of business events to be maintained is huge.
    Regards,
    Dilek

  • How to put profissional number of doctor in tcode CBIHT22

    hello masters, i have to put the professional number of doctor and im trying to do this in tcode CHIHT22... but i don't know where to put professional number. could someone help me or tell me another tcode to put this number.
    regards and thanks in advance.
    Mário

    You have not stated what portal you are using. What you will need is a portal container e.g. Pluto, Jetspeed to manage the portlets:
    Pluto: http://portals.apache.org/pluto/
    Jetspeed: http://portals.apache.org/jetspeed-2/
    These are Apache projects but there are alternatives out there e.g. Liferay, iPoint, JBoss Portal, StringBeans and commercial offerings including one from Sun. All of these have a management portlet (or similar) enabling you to control your portlets.
    You will also need to do is lookup the spec for JSR168 as a reference document: http://www.jcp.org/en/jsr/detail?id=168 . Pluto is the reference portal JSC uses when building portlets but is not suitable for a live environment.
    I am currently using JSC to create portlets which will be (hopefully) using the JBoss Portal. I will warn you now, that you will need to do some extra work to make your portlets work in certain portal containers even if they say its JSR168 compatible. I have discovered certain components don't quite work as well in JBoss portal as they do in the JSC/Pluto setup, but it can be fixed with a bit of lateral thinking.
    Fortunately it is not a difficult task to make JSC portlets work but you may have to look for the info depending on the container. I picked JBoss as the management of the portlets was, I found, easier to figure out than others as well as having good documentation but the downside is that it is framework on which you put your portlets rather than have ready-to-use portlets. It is a case of trying them out and finding which one you feel comfortable with.

  • How to put picture files and other things on my BB 8703e

    Hello! I know I got a bit of a throwback bb, but I am using it until I can upgrade to a new phone on sprint.
    So, I am barely learning about this bb, so any help or cool uploads and apps I need to add... Please let me know.
    Now I got this app, that will supposedly let me play music files. However, i cannot seem to figure out how to put any files on here when I connect my bb to my computer. When I initially connect the usb it will be like BB connection detected, but it doesn't show a folder or anything...
    Where should i be looking....
    What should I do?

    With the 8707, I believe you will need to visit a website and download the image from there, or from an email you send with the image attached.
    Music or ringtones will need to come from visiting a site with music or ringtones, from the BlackBerry browser.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Caller ID not working on iPhone 4S

    Just got an iPhone 4S today. Also switched from AT&T to Verizon. For some reason, I am only getting caller ID on contacts that have the country code added to their numbers. I turned off International Assist, and it didn't do anything. When I add the

  • I want to display total count on the top of a Column in  business graphics

    Hi All ,     How can I display total count of the column say for example no. of employees in a series of column chart type in business graphics. Any type of help would be much appreciated. Thanks Uday

  • ITunes quits unexpectedly w/ iPod docked at registration page

    Since the last few days, every single time I dock iPod (video 80 gb) and launch iTunes (7.4.2) i get a register your ipod page. This is a mystery as I thought it was already registered. Anyway, whether I say "register later" or register now, the next

  • Add a Column to a Report

    Hello, How do I add a column to a Report after it has been created? I cannot find a way to do it readily in the "Report Column Attributes" as I thought it might be the more rational place to put such a time. Nor is there any information in the PDF Ma

  • Why can't I share recordings between 2 HD DVRs?

    We recently installed FIOS.  Started with one HD receiver in the bedroom and a multiroom DVR downstairs.  We didn't realize you couldn't control recording from the HD receiver, so got limited value from that set-up.  Decided to go back to what we had