Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

eCATT Test Script

Former Member
0 Likes
431

Hello All,

I am writing a Test Script for MM01 transaction.

I don't know Where to write the ABAP and ENDABAP Block for test script.

Should I have to write it in the Command Editor or anywhere else.

Can anybody help in the procedure of doing a testing for VA01 transaction.

Thank you in advance.

Looking forward to your response.

Warm Regards,

SampathKumar G.

3 REPLIES 3
Read only

Former Member
0 Likes
405

Hello ,

All codings are done in the command editor.

If you are writing a ABAP code please make sure that you write within the ABAP .... ENDABAP block

Thanks & Best regards,

Ajay

Read only

Former Member
0 Likes
405

Hi,

Put the whole ABAP code in ABAP & END ABAP statements,

for VA01, based on transaction using by you

like for inquiry,quatatio,saleorder,credit notes,billing,shipping

put these transaction one after onein TCD command and test it.

If you are facing any difficulty please let meknow I''l forward the link.

Thanks,

Rahman

Read only

Former Member
0 Likes
405

Thank You all. Got it resolved.