i have 2 fields on selection screen of a Report along with
a check box.My requirement is initially that first field
sud be mandatory but when we click on the check box the
first field which was mandatory sud now be optional and the
second field now sud be mandatory.Please provide the
solution asap. thank u.
Answer Posted / harsh bansal
you shud code in AT Selectin
screen event
At selection screen.
If p_checkbox is initial.
If first_field is initial.
Message e000(zmsgclass).
Endif.
Elseif p_checkbox eq 'X'.
If second_field is initial.
Message e001(zmsgclass).
Endif.
Endif.
This vl b enuf..
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Example of table cluster and cluster tables.
What are the events used for logical database?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What is meant by write lock? : sap abap data dictionary
Difference between select option and ranges ?
How can we set the table spaces and extent sizes? : abap data dictionary
What is the use of dequeue function module? : sap abap data dictionary
What functions does a data dictionary perform? : abap data dictionary
Define the various contents of technical specifications ?
What are the two different ways of building a match code object? : abap data dictionary
What are the differences between se01, se09 and se10?
What are the screen painter and menu painter?
how to capture the errors in bdc Call transaction method?
Explain read dataset in sap abap?
What is ps structure? : abap hr