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 transaction data upload

Former Member
0 Likes
776

Hi,

I have been working on eCATT trying to familarise myself with the tool and have succesfully created a test script and test configuration which uploads customer master data from an external variant in the form of a text file. Now i want to do the same for upload of purchase orders, however i am restricted to the use of the same number of line items as i used while doing the TCD recording of ME21. Can anyone suggest a way out of this?

4 REPLIES 4
Read only

Former Member
0 Likes
590

Hi Rudra,

Kindly shut up and do something else rather than looking at these replies.

Read only

Former Member
0 Likes
590

Hi Rudra,

I think you can safely extend the code for increasing the line items by simply copy pasting the code for a line item.

Regards,

Aniket

Read only

Former Member
0 Likes
590

Hi Rudra,

I am new to eCATT and trying to upload BP master data (address). I have created test script and test data but I am not able to upload data from an external. Please give me step by step protocol of test data, Test configuration and System data. I need to upload data from an excel file.

Looks like you have mastered the technique, please share your expertise.

Thanks,

Sri

Read only

0 Likes
590

Hi Srinivas,

If you have created the test data container, then create a variant in the test data container with the fields of the script that you have parameterized. Having created the variant you need to download the variant through edit->variants->download, this will download your variant as a text file in the Sap Work Directory of your desktop, now you can open this file in excel add the other records you want to upload IN THE SAME FORMAT as given in the downloaded file. Having done this save this file back as text file tab de-limited. Now open the test configuration for your test script and in the variants tab choose the external variants/path radiobutton under mode and specify the path of the sap work directory and specify the file name. Now run the test configuration. In the start options in the Shared Tab in Error Behaviour choose "S No termination continue with next script command". Then run it.