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 different types of parameters?

771


What are the screen painter and menu painter?

736


How do you populate data into a multiple line field?

767


– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

5793


What are the personnel administration related Infotypes

2272






Did you create any joins?

725


What are the two levels in defining a match code ?

805


What is protect & endprotect?

749


List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr

677


What is an update type with reference to a match code id?

742


What is the use of abap data dictionary? : abap data dictionary

783


What is meant by search help? : sap abap data dictionary

786


how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul

3603


What are the differences between interactive and drill down reports?

753


difference between Valuation type and valuation category?

2174