Displaying text more than 256 in ALV report

Hi experts,
                 I have problem while displaying text field in ALV report which has more than 256 characters.
I'm using CL_SALV_TABLE for displaying alv.while concatenating my internal table holding all the text.but at the time of displying the report it's only displaying 256 characters.
           Can anyone guide me how to display more than 256 characters in ALV output using CL_SALV_TABLE.

Hi,
Please find the below code.
TRY.
      gr_column ?= gr_columns->get_column( columnname = 'MATNR' ).
      gr_column->set_output_length( '300' ).
    CATCH cx_salv_not_found.
    Message : Column definition problem
      MESSAGE e075().
  ENDTRY.
Edited by: Archana.T on Jun 16, 2010 1:24 PM

Similar Messages

  • How to display TEXT more than 500 char in a report as multiple lines.

    Hi Friends,
    i have a requirement like i should display Texts of length more than 500 Characters in a report( ALV LIST) as multiple lines
    I am fetching the data Using FM READ_TEXT
    the output im currently geeting with 150 Char in lenth as a single line
    How we can split the text into multiple lines in a report
    first i would like to know is it possible? if possible please give your valuable suggitions if not is there any alternative way to do this task.
    Thanks & regards
    kumar.

    Hi,
    This is possible but the Solution might not look Standard/Appropriate to you.
    In ALV, you can have Multiple Line Output...There is a Field in the Field Catalogue..called as Row_position...this is by default 0...which means Single row/Line ALV output....You can have this Value in the Range of 0 to 3.......A ALV field with row_position 1, will be displayed in the second line for every record...i.e. you will have multiple line for a single record of ALV.
    In your case......you can use this but you need to split your field in two fields.....but you may end up spliting a single word....but for that also you can design the logic of splitting the Fiel value at SPACE only......
    This may work.......and Sorry if not work......

  • How to display subtotals in separate column in alv report?

    hi,
    I am displayed the subtotals  for QUantity field BDMNG in Reuse_alv_grid_display  in the same column.
    but I want to display subtotal in separate column.
    How to display subtotals in separate column in alv report?
    thanks&regards.
    samba.k

    Hi
    As far as i know you can't do this,the option you have is to create one more column (subtotal) and populate it by manual calculation at every subtotal (not alv subtotal but yours) .
    Best Regards
    Yossi

  • Display Currency symbol with value in ALV Report

    Hi Experts,
    I need to display currency symbol with value in ALV Report like if currency type is dollar then $200.
    Here I am using field catalog type slis_t_fieldcat_alv and suing field merge catalog FM: 'REUSE_ALV_FIELDCATALOG_MERGE'
    I tried like this
        IF <fs_fieldcat>-fieldname = 'STPRS'.
          <fs_fieldcat>-seltext_s = 'Std Cost '.
          <fs_fieldcat>-seltext_m = 'Std Cost'.
          <fs_fieldcat>-seltext_l = 'Std Cost '
           <fs_fieldcat>-tabname = 'MBEW'.
          <fs_fieldcat>-ctabname = 'T001'.
          <fs_fieldcat>-cfieldname ='WAERS'.
          <fs_fieldcat>-datatype = 'CURR'.
        ENDIF.
    Please any one can suggest the solution for this.
    Advance Thanks.
    Regards,
    Bala Achari

    Hİ,
    Check this link.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=24379571
    Take care.
    Çağatay

  • Getting the same text more than once

    I keep getting the same numerous texts more than once from my friends and one of my friends even said that they were getting my texts out of order. Is it my phone or the network?

    It's easy to burn another copy of a DVD if you have already burnt a copy of it before. Just click the "Format" icon in the toolbar. It will pop up with a window with some options. You shouldn't have to change any of these options, just make sure that the Output Device is set to your DVD drive, which it should be set to by default. Just click the "Burn" button, pop in a DVD, and you're good to go.
    If you've made a few changes to the DVD, you can use the "Build/Format" button in the toolbar. It will pop up with a window similar to that of the Format window. Click "Build & Burn." It will tell you that a VIDEO_TS directory already exists, and it can reuse as much of it as possible. You can then click "Reuse" to build the new portions of the DVD, and then it will burn it on a DVD.
    Hope this helps.

  • Using more than 256 colors in 3D graph?

    Hi,
    I am using 3D surface plot in Labview 6.i and I would like to know if it is
    possible to use more than 256 colors (in the Z-scale).
    Actually I would like to have very smooth change in the color map and this
    could be possible if we could use 16bit color instead of 8bit.
    Thanks.

    Hi nweiss,
    I'm not sure whether or not you received my reply to your last post; in case you haven't, here's the link:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000E94C0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    Thanks,
    Ted F.

  • How to get more than 256 bytes data

    hello.
    I use Schlumberger 32K Card�iJava Card 2.1�j.
    Please tell me how to get more than 256 bytes data from the applet in the card!!
    According to JCRE specification, need to use Get Response Command.
    What is Get Response command?
    Do I have to write processing of Get Response command to an applet?
    Or JCRE processes Get Response command?
    If knows, please tell me about!!
    Thanks.

    Thanks for your response!!
    I understand that I have to write processing of Get Response command to an applet.
    But case of Schlumberger 32K card, when host send Get Response command to an applet, card reply 6F-00!?
    I'm investigating now, and it seems that response is returned before applet processes Get Response command(CLA = 00, INS = C0).
    Do JCRE perform the process of Get Response command?

  • I want to display message more than 50 characters

    hi experts
    i want to display message more than 50 characters, and the fm 'POPUP_DISPLAY_MESSAGE' can display just 50characters, my message maybe much long, what other fm can i use?
    btw, i cann't use POPUP_TO_CONFIRM to let user select, the popup screen should only have one button to let user type in.

    thanks for ur reply,
    but 'POPUP_TO_DISPLAY_TEXT' just has two lines(every line has character limit), my message to be displayed may be much long.
    why i need the fm is that, i want to display error message when user made error operation, if i use 'message msg type 'E' ', the message display in the status bar at the left-down place and cann't display the whole message if the message is to long.
    so i had like to find a fm like 'POPUP_TO_CONFIRM' which can display multipul lines and just with one button(which is the user required...).

  • How to display multi line headings in procedural alv report

    Hi experts,
    How to display multi line heading in alv( procedural alv report) report.
    some columns single line and some columns multi line in the same report.
    ex: 
                  solvent consumed          solvent recovered
                   fresh |   recovery             recovery | spent                            batch no                         storage
    I am using procedural alv .pls give me idea.

    Hi Ram,
    Check the sample report [how to display multi line headings in procedural alv report|http://sample-code-abap.blogspot.com/2008/01/printing-multiple-line-header-and.html]
    Thanks,
    Duy

  • Supporting more than 256 connections

    I have an application requiring supporting more than 256 wireless connections at a single location. How can I do this, while using a single SSID? Can this be done using a combination of Linksys routers and access points?

    Well the Wireless can Support Upto 32 Wireless client at a time, and Remaining will be the Wired Computer. So if you have 256 Wireless Client at your location then i think you required 7 AP or the Range Expander at your Location along with the Wireless Router.

  • Verizon, Texting more than 160 characters

    I got my phone a couple months ago and noticed the blackberry doesnt let u txt more than 160 characters. however yesterday while on the subway, i hit reply to a sms txt message, and instead of saying 160 at the top. it said 124 of 1/6. and i kept txting and it let me text more than 1 page. i went to verizon and asked them about this and they said it must be a glitch, but i dont understand how its a glitch if it did it in the first place. and so im wondering if there is a way i can get it to txt more than 160 characters in a txt message.
    thanks

    The same thing has happened to me a couple of times. It gave me the option of 1/6 pages with 124 characters on each page. I've been meaning to go to the VZW store and ask about it but i guess they would just tell me the same as you. Have you heard/found anything else about it the matter? It won't even allow you to send more than 160 to another verizon carrier! I've never had that problem with any phone and i had a curve and i currently own a tour and both have done it in the period span of possessing them. Actually, i think the tour did it around the same date of your occurence. BB mess up? I have no clue. But, i really liked that concept. Why isn't it just an option. It's rather stupid. Either way i thought it was weird that we have had the same exact thing happen around the same time of the year but I also had it repeat the "glitch" a couple of times afterwards. There has to be a way to make that permanent. Or, at least, i hope.

  • Texting more than one person

    hi
    if i text more than one person when one of them replies there is no way of telling who it is. if i reply to one of their replies does that go to everyone or just the person who replied?
    this is scarily scary.
    tommy b

    Not sure of your issue.
    When I text multiple people, when a person replies it comes to their own conversation thread with their name (or number if not in contacts EXACTLY the same as the number it says txt you back).
    Any reply to a txt that only has one person listed (by name or number) will only go to that one person. You should never get reply backs in the same thread as the group send you did.

  • Texting more than 160

    Maybe this has been answered but i cannot find it through search. When will BB support auto brakin up of sms texting longer than 160 characters. I have 6 smart phones in my family, all from different manufacturers plus another for my work and all of them will automatically send out any sms message longer than 160 characters as seperate texts with a 1 of 2, 2 of 2 listing. No annoying field is full message. I know beyond 160 can be purchased but this should be fixed already. Does version 5 OS resolve this? If so i will have to wait for sprint to get off thier butts and approve it for the BB curve.  Thanks 

    Anyone who's texting more than 160 characters is either using a third-party app (such as is available in AppWorld) or is using BlackBerry Messenger.  The 160 character limit is a carrier-imposed limitation which is pretty much industry-wide (the shorter the messages, the more messages need to be sent, the more money they make).
    I'm not sure of any such apps by name, but if you go to AppWorld and search under IM & Social Networking>Instant Messaging, you should find some that will accomplish getting around the 160 character limit.  I believe what they do is to split your long message into two smaller messages, but atleast it saves you from having to stop typing after 160 characters. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • To display text more length more than 1000

    Hi,
    I have Ztable which has a LCHAR field of length 1000. through a program i am populating records in to this table. But i am unable to see the complete text in Se11 or se16 not even in debugger (not showing more than 132 char). Is there a way to see that text. I wrote a program to read that text & display it is not fetching the required data means the 1000 Lchar text. Can you pl tell me how can this be done.
    Below is the code used to read & display the text.
    DATA : BEGIN OF zerr OCCURS 0,
             buildid LIKE zmm-buildid,
             message LIKE zmm-message,
            END OF zerr.
    SELECT buildid message
           FROM zmm
           INTO TABLE zerr.
    LOOP AT zerr.
      WRITE :/5 zerr-buildid.
      WRITE :/5 zerr-message.
    ENDLOOP.

    Hi
    U can try to use NEW-PAGE statament, here you can indicate line having a length longer than 255 char:  the maximum line length is 1023:
    DATA : BEGIN OF zerr OCCURS 0,
                   buildid LIKE zmm-buildid,
                   message LIKE zmm-message,
                END OF zerr.
    START-OF-SELECTION.
    SELECT buildid message FROM zmm
    INTO TABLE zerr.
    NEW-PAGE LINE-SIZE 1000.
    LOOP AT zerr.
      WRITE :/5 zerr-buildid.
      WRITE :/5 zerr-message.
    ENDLOOP.
    Anyway this doesn't mean you'll be able to print this layout, because you need to create a right format by SPAD transaction.
    Max

  • TEXT AREA - Not able to display contents more than length 4000

    We use textarea item to display contents of xml .
    But if the content is of size more than 4000 , we are not able to display it in text area.
    Any suggession / workaround for this .. please help.

    A simple workaround is to write a function returning this text and use "PL/SQL Function Body" as a "source type" for this textarea. This way you edit text up to 32kB (limit of HTML input item)

Maybe you are looking for