‎2008 Apr 02 1:47 PM
Hi
In Selection-screen comment is it possible print more than 80 charcter ?
if Yes Give me an example coding.
Give your suggestion.
Thanks in Advance.
By.
Sivakumar
‎2008 Apr 02 1:56 PM
Hi Siva,
Maximum allowed is only 79
you can write in 2 lines , check this
selection-screen begin of block b1 with frame title text-001.
selection-screen : comment /1(79) text-002 for field p_matnr.
selection-screen : comment /1(79) text-003 for field p_matnr.
parameters : p_matnr like mara-matnr.
selection-screen end of block b1.
‎2008 Apr 02 1:56 PM
Hi Siva,
Maximum allowed is only 79
you can write in 2 lines , check this
selection-screen begin of block b1 with frame title text-001.
selection-screen : comment /1(79) text-002 for field p_matnr.
selection-screen : comment /1(79) text-003 for field p_matnr.
parameters : p_matnr like mara-matnr.
selection-screen end of block b1.
‎2008 Apr 02 2:00 PM