Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I want to disable a field in selection screen so that it
does not appear while displaying.How can i do that?wat wud
be the code?

Answer Posted / kubera

FOR EX:

PARAMETERS: LIFNR like LFA1-LIFNR MODIF ID 'ABC'.

AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF SCREEN-GROUP_NAME = 'ABA'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define selection screen?

1164


hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.

2014


Difference between sy-tabix and sy-index? Where it is used?

988


I need some information regarding Vcentric Test pattern ? with questions.

2221


What are the types of subroutines?

1147


What is read line in abap?

1166


How to find the return code of a statement in abap programs?

1145


Define external layer?

1263


How to create a check box/option button in a list?

3069


How to read 5th record from Hash Internal Table?

1412


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

1176


What are control tables?

1178


What are the attributes of the data in data dictionary? : abap data dictionary

1131


Final class

1604


Explain open dataset in sap abap?

1365