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
what are the critical issues u face in ur project?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Explain the Inportance of pa30? : abap hr
Differentiate between static and dynamic step loops?
Can you delete data element, which is being used by table fields?
How can we declare a table control in the abap/4 program?
when are objects are passed from task to the change request?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are interface/conversion programs in SAP?
How do you connect to the remote server if you are working from the office for the client in remote place?
What are the events we use in dialog programming and explain them?
What are domains and data element? : abap hr
What is get cursor field?
Can you define a field without a data element?
What are the types of indexes in abap?