In a screen i have 2 radio buttons and 2 text fields,if i
select the one radio button one text field has to be enable
and when i select another one,other text field has to be
enable,in the at selection screen output event how it was
happen?this event has to effect once i press enter
naa.......... how the screen knowing that?

Answer Posted / prafulla nayak

LOOP AT SCREEN.

IF RAD1 = 'X'.
IF SCREEN-NAME = 'MAT2'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDIF.
IF RAD2 = 'X'.
IF SCREEN-NAME = 'MAT1'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDIF.

ENDLOOP.

write it in PBO.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1

3312


State the differences between database view & projection view? : abap data dictionary

830


What abap statement will trigger list generation?

826


What is netweaver???what is the relationship with ABAP?

1850


What are the Various Types of internal tables?

932


Can a constructor be declared private? If yes then in which scenario?

1129


What are the different control break statements available inside a loop?

806


From Excel to ABAP - Is batch mode possible ?

842


Describe data classes? : abap hr

836


How to create any functions?

778


Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?

1803


Where do you use help views?

761


How is conversion of data types done between abap/4 & db layer?

868


Can we create a gui status in a program from the object browser?

824


What are the functional modules used in sequence in bdc? : abap hr

829