Answer Posted / subeesh kannottil
There are a lot of things to check when doing a testing like
validations which is the most important part.For Example a
phone number should not be more than 12 digits because we
have declared it as char(12) in the table and in the module
pool screen we should only give space for the 12 characters
.When creating a purchase order the dates are important the
end user should not be able to create a purchase order for
the dates prior to the system date.(i,e today).We should
test with the wrong answers more than the correct answers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we use / display table in a screen?
What are the different types of parameters?
What is a multiple line field? : abap bdc
How are BAPI different from Normal function modules ?
What is the use of dequeue function module? : sap abap data dictionary
Can we use transfer dataset to transfer data in internal table ?
What is table pool?
What are the attributes of the data in data dictionary? : abap data dictionary
What is a table pool?
Explain the client concept of sap.
What are the components in sap application server?
How many primary keys can be created for a table?
Define spool request?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
Explain data dictionary in abap?