Answer Posted / 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 |
Post New Answer View All Answers
What are the data types of internal tables?
What are the uses of interactive reporting?
I need some information regarding Vcentric Test pattern ? with questions.
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
when are objects are passed from task to the change request?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
Define infotype ? : abap hr
When you prefer lsmw?
How do I find the output type of a table or a program?
On which event we can validate the input fields in module programs?
Performance tuning techniques
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
How to create any functions? How to go about it?
What is meant by hotspots?