in which event validation is done?
Answers were Sorted based on User's Feedback
Answer / malli.gontla
in initialization event.
at selection screen.
at selection screen on field,
at selection screen on block.
at selection screen on radio button group
These are the events for validations.
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / chinna reddy
first you need to ask in which area we need to validate
In reports we use
1) AT SELECTION SCREEN ON FIELD (for single field validation),
2) AT SELECTION SCREEN (for multiple field validation)
IN MPP we use
1) Field <Field_name> Module <Module_name> (for single field validation) ,
2) CHAIN.
Field : <Field-Name1>,
<Field-Name2>,
"
"
<Field-Namen> .
Module <Module name>.
ENDCHAIN.
Is This Answer Correct ? | 1 Yes | 0 No |
allinterview.com site is good for interview preparation or not?
Explain the difference between free and refresh?
What is BDC Recording?
difference b/w classical report and intractive report
will where conditions in a sql query help improve performance?
How we can Hide buttons on application toolbar.?
how many no of buttons we can create on Apllication tool Bar?
how do you put dynamic page breaks in script.
What are labels in scripts..? why are they not accpeted in smartforms..?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What is the difference between ABAP and HR ABAP
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.