Skip to Content
0
Former Member
Jul 28, 2006 at 01:45 PM

Selection Screen Validations for Plant and Company Code

1036 Views

Hi friends,

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-t01. "Sender

PARAMETERS : p_bukrs0 LIKE t001-bukrs OBLIGATORY.

SELECT-OPTIONS : s_werks0 FOR t001w-werks OBLIGATORY.

SELECTION-SCREEN END OF BLOCK b1.

is my code and now i need to validate these seperately for plant, company code and for plant/company code combinations in single range objects to determine their validity in the AT SELECTION_SCREEN event.

CAn anyone send me the code for this.