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 / rinzy deena mathews

PARAMETER p_vbeln TYPE vbeln MODIF ID m1.

AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF screen-group1 = 'M1'.
screen-active = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to upload data using catt ? : abap hr

1200


Define database layer?

1104


What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?

1134


What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary

1939


Explain the advantages of different types of bdc's?

1026


What are the arithmetic operators in the sap abap?

1137


How can we access the correction and transport system?

1121


What is the differences between structure and table in the data dictionary in abap?

1203


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2627


What are the types of parameters in the function modules?

1170


Why grouping of fields is required? What is the max no of modification groups for each field?

1074


What are the events in classical reports?

1251


how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer

2312


Explain lsmw?

1130


What is difference between float and packed data type?

1256