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
How to upload data using catt ? : abap hr
Define database layer?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
Explain the advantages of different types of bdc's?
What are the arithmetic operators in the sap abap?
How can we access the correction and transport system?
What is the differences between structure and table in the data dictionary in abap?
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.
What are the types of parameters in the function modules?
Why grouping of fields is required? What is the max no of modification groups for each field?
What are the events in classical reports?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
Explain lsmw?
What is difference between float and packed data type?