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...

Under which event we can make a filed disappear on selection
screen.

Answer Posted / ashwin

Under AT SELECTION-SCREEN OUTPUT.
loop at screen.
if screen-name = 'P_MATNR'.

screen-active = '0'.
modify screen.
ENDIF.

endloop.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

ABAP : Classical reports events name

1379


Name a few data dictionary objects? : abap data dictionary

1176


What is the difference between the function module and a normal abap/4 subroutine?

1250


What are the domains and data element?

1063


What do you mean by transparent tables in sap abap? : abap data dictionary

1087


Explain what is step-loop?

1278


What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?

1124


What are the modes in which any update tasks work?

1187


How would you suppress the display of a parameter on the selection screen?

1099


Does the call transaction method allow multiple transactions to be processed by sap?

1050


What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary

1014


It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization

1321


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?

1480


What is runtime analysis?

1222


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2624