Long Text ## problems and # problems how to solve

below code help you remove the # code to your program

******************************************* below help to remove specail symbol like @# to string********************
  DATAc_tab VALUE cl_abap_char_utilities=>newline.
  REPLACE ALL OCCURRENCES OF c_tab IN gv_length1 WITH space.

  DATAc_tab1 VALUE cl_abap_char_utilities=>cr_lf.
  REPLACE ALL OCCURRENCES OF c_tab1 IN gv_length1 WITH space.




******************************************* below help to remove specail symbol like @# to string********************


  DATAc_tab VALUE cl_abap_char_utilities=>newline.
  DATAc_tab1 VALUE cl_abap_char_utilities=>cr_lf.

  REPLACE ALL OCCURRENCES OF c_tab IN gv_length6 WITH space.
  REPLACE ALL OCCURRENCES OF c_tab1 IN gv_length6 WITH space.

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