Answer Posted / vijay
If we want to validate more than one field in the selection
screen, then we can use this chain and endchain. Normally,
if u dont use this then, if one of the field in selection
screen is not properly entered it wont allow u to enter the
remaining fields. But if we use chain and endchain, even if
one of the field is not entered correctly it will allow u to
enter the remaining fields.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is pnp-sw-found ? : abap hr
What is the significance of the screen number ‘0’?
What is a variable in the sap abap?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
Explain about sap fico testing and the tools used? : abap bdc
What are the data types of internal tables?
Why do we use Abstract classes give an example from your project?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What are the types of parameters in the function modules?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What are the function module in bdc?
What is meant by search help? : sap abap data dictionary
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
Where are you used type casting?