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 Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is an interactive report?
In which table the material master data is stored?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What are the types of the programming language used in the sap abap software?
What is meant by stacked list?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
How to create any functions? How to go about it?
Concepts of OO ABAP and why we are using it?
What is the master data necessary before you can start posting in MM?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
What are internal tables? How do you get the number of lines in an internal table?
How to transfer the objects? Have to transferred any objects?
What is amdp (abap managed data procedures)?