Long text in sap some time requirements to give long text

REPORT  zlong_text.

datagit_text  type CATSXT_LONGTEXT_ITAB.

CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'
  EXPORTING
    im_title        'Reason for rejection'
*    im_display_mode = abap_true
   IM_START_COLUMN 10
   IM_START_ROW    10
  CHANGING
    ch_text         git_text.

Comments

Popular posts from this blog

all user exit mv45afzz (implicit user exit )

How to Give Dropdown in alv report in sap abap programming Language

Long Text in input and output field in module pool