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
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What are client dependant objects in abap/sap?
How do you differentiate tax for different countries? : sap abap hr
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is meant by hot spots? : abap data dictionary
What are subroutines? : abap modularization
What are the various types of selection screen event?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
what is difference between (internal table types)standard table and sorted table in sap abap....
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
How many detail lists can be created in interactive reporting?
What is the difference between call transaction method and the session method? : abap bdc
Explain some essential objects in abap dictionary?
What is static attribute
What are Pull and Push Methods?