2008 Jul 17 10:48 AM
hi all,
my requirement is
i have to write
Note: Test run is considered.
in the selection screen.
suggest me the solution
2008 Jul 17 10:51 AM
Hi,
Instead of selection screen
call screen 100.
in screen layout create a label and Display it.
2008 Jul 17 10:49 AM
2008 Jul 17 10:51 AM
Hi,
Instead of selection screen
call screen 100.
in screen layout create a label and Display it.
2008 Jul 17 10:51 AM
selection-screen comment 1(30) text-001.
text-001 will have 'Note: Test run is considered.'
2008 Jul 17 10:52 AM
2008 Jul 17 11:02 AM
TEXT-100 is 'Note: Test run is considered'.
SELECTION-SCREEN : BEGIN OF BLOCK B.
PARAMETERS : P_KUNNR TYPE KNA1-KUNNR,
P_NAME1 TYPE KNA1-NAME1.
SELECTION-SCREEN : END OF BLOCK B.
SELECTION-SCREEN COMMENT 5(40) TEXT-100 .
2008 Jul 17 11:02 AM
Hi
Use this way.
selection-screen comment 1(50) text-005.
then double click on 005 and give the text.
I think it will work fine