Skip to Content
0
Former Member
Jan 31, 2008 at 03:58 PM

selection screen

20 Views

Hi frnds,

This is my selection screen.

<code>

selection-screen begin of block b1 with frame title text-001.

selection-screen begin of block b2 with frame title text-002.

select-options : s_AUDAT for vbak-audat obligatory,

s_VBELN for vbak-vbeln,

s_KUNNR for vbak-kunnr.

selection-screen end of block b2.

SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-003.

SELECTION-SCREEN BEGIN OF LINE.

  • Presentation sys radio button

PARAMETERS : P_PS TYPE C RADIOBUTTON GROUP RAD1.

SELECTION-SCREEN COMMENT 4(20) TEXT-004 FOR FIELD P_PS.

  • Presentation sys file path

PARAMETERS: P_FILE1 TYPE IBIPPARMS-PATH .

SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.

  • Application Server radio button

PARAMETERS : P_AS TYPE C RADIOBUTTON GROUP RAD1.

SELECTION-SCREEN COMMENT 4(20) TEXT-005 FOR FIELD P_AS.

  • Application server file path

PARAMETERS: P_FILE2 TYPE DXFIELDS-LONGPATH .

SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN END OF BLOCK B3 .

PARAMETERS:P_EMAIL AS CHECKBOX.

selection-screen end of block b1.

</code>

My requirement is whenever i will go to selection screen

P_AS (Application server ) should come by default disabled.

regards,

satya