Register Login

To type long text

Updated May 18, 2018

Dear All,

I want to type more than 300 characters in a text box which is created in screen painter for my Module pool program.

Please suggest me. I used scrollable but it accepts only 255 characters. I want the textbox width to be expanded like below

Regards,


.




 


Comments

  • 15 Oct 2010 6:30 am rekha
    Try use
    FUNCTION:READ_ TEXT, EDIT_TEXT, SAVE_TEXT

    ECC6: PROGRAM: SAPTEXTEDIT_ TEST_1

    or: report
    SDTEXTE
  • 11 Jan 2011 12:34 pm rekha
    maximum length for a char field is 255, more than that wil be truncated
  • 11 Jan 2011 12:35 pm rekha
    Try Using Read_Text,write_ text.

    I have used in BDCs above two function modules.
    I am not sure of using them in module pools.
  • 11 Jan 2011 12:36 pm rekha
    I think U have seen a Long text button in SAP predefined screens. In the same way U need put a button and Have to call a Editor for typing a Long text i.e., More than 255 characters. And in the Table It should be a reference field to the calling editor. And also while displaying U need to code in the same manner using Methods. Please try this. This is the Only Procedure available for that.

×