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
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
What is a table pool?
What is an interactive report?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
Explain the use of insert and append statement in sap abap?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
What is the difference between a substructure and an append structure?
What is the role of ‘refresh’ in internal table?
What is the difference between data elements and domains? : abap data dictionary
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Have you processed BDCs ?
Explain data dictionary in abap?
How to call transaction in session method without recording?
What is evaluation path, where do we do it and why? : sap abap hr