‎2008 Dec 13 7:03 AM
Dear All,
Let me know how to test a ABAP Report using Transaction SCAT/SECATT.
I have used SCAT to upload the data into SAP from legacy System but How to use it for testing a report.
I have tried but couldn't able to find the solution.
Regards,
Vikas
‎2008 Dec 13 9:17 PM
Hi,
You can use eCATT.Please use the following steps
1)Call the transaction SE38 from eCATT.
2)Pass the name of the program as input to transaction SE38.
3)If some specific output needs to be tested,then we can write inline ABAP programs and check the required output is coming or not.
Hope this answers your query.
Regards,
Senthil.
‎2008 Dec 14 7:04 AM
Thanks.
Please fwd if you have any documentation on it.
Regards,
Vikas
‎2008 Dec 18 1:29 PM
Hello,
Here is the step by step guide :
-> Start SECATT transaction in eCATT system
-> In the test script column enter the script name and move to the change mode
-> Enter the traget system details where you want to test your ABAP report in the attributes tab of the script
-> Click on the Pattern button and select either TCD REC or SAPGUI REC option
-> Then enter the transaction SE38 in the pop-up window in the place to enter the transaction
-> The control is taken to SE38 transaction in the target system entered , here enter the ABAP report name and click on the execute button
-> Now you will be asked to enter some input values , enter the values and then press execute again. Note you can parameterize the input values so that you can pass different set of values into the ABAP program from the script , so as to test the ABAP script for different set of values.
-> Once the recording is complete , stop the recording.
Hope it answers your question.
Thanks and Best regards,
Ajay