Application Development 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: 

Not getting TCD (record trxn) Icon in SCAT in ECC 6.0

Former Member
0 Kudos

I have used scat in 4.7. I was able to record transaction. In 6.0, it is greyed out ...How to record trxn. Basically i need to record FD01 , and then upload from xls file using SCAT.

What needs to be done ??? Pl. reply ..

In this forum, i have seen many SCAT related queries, someone has told to use SCEM, after saving as catt in scat transaction. Should i proceed with this ?? I am very familiar with scat, hence wants to sue this

Thanks

amit

8 REPLIES 8

Former Member
0 Kudos

Hi,

I had similar issue in my CATT scripts using SCAT.

I have followed following steps. Hoep it will help you.

1. Create new CATT script in SCAT. Mention TYPE as "Manual Test Case".

2. Save this script. After saving, change TYPE to CATT.

3. Save the script.

4. Go to transaction SCEM, enter your CATT script name.

5. Record the required transaction.

If its useful reward points

0 Kudos

ok ...great ...let me try ...

0 Kudos

i have tried as per your procedure. I have exported the default variant. I have entered the data in the xls file, but when i do import from the .txt file with SCAT, it says

No changes were made. Also, in the import file, i has many records, but while import, it displays only the default record and it does not show the new records. After pressing enter, it gives the below screen

00000241 00:00:01 STA_ZBLOCKVE 18.06.2008 08:45:23 MML 999 EN AMITM 0001 0000 0000 0

700 sapprd60 Windows NT MSSQL

ZBLOCKVENDOR/TEST 00:00:01 delete vendor AMITM

D:\AMIT\ZBLOCKVENDOR1.txt

IMPORT Parameter

Vendor &1 = 502518

Company Code &2 = MLTD

Posting block for company code &3 = X

Company Code &BUKRS = MLTD

TCD FK05 Block Vendor (Accounting) [00:00 min E]

SF2035 No changes were made

SAPMF02K 0505 Vend.Mastr: Lock/Delete RF View Request Screen

SAPMF02K 0510 Vend.master: block/unblock account

SAPMF02K 0510 Vend.master: block/unblock account

SAPMSCEM 0001 Last transaction message

00000243 00:00:05 REP_SAPMSCEM 18.06.2008 08:49:03 MML 999 EN AMITM 0012 0000 0000 0012

700 sapprd60 Windows NT MSSQL

ZBLOCKVENDOR/TEST 00:00:02 delete vendor AMITM

D:\AMIT\ZBLOCKVENDOR.TXT

ZBLOCKVENDOR/00002 00:00:01 delete vendor AMITM

IMPORT Parameter

TCD FK05 Block Vendor (Accounting) [00:01 min A]

SF2035 No changes were made

ZBLOCKVENDOR/00003 00:00:00 delete vendor AMITM

IMPORT Parameter

TCD FK05 Block Vendor (Accounting) [00:00 min A]

SF2035 No changes were made

ZBLOCKVENDOR/00004 00:00:00 delete vendor AMITM

IMPORT Parameter

TCD FK05 Block Vendor (Accounting) [00:00 min A]

SF2035 No changes were made

ZBLOCKVENDOR/00005 00:00:00 delete vendor AMITM

ZBLOCKVENDOR/00006 00:00:01 delete vendor AMITM

ZBLOCKVENDOR/00007 00:00:00 delete vendor AMITM

ZBLOCKVENDOR/00008 00:00:00 delete vendor AMITM

ZBLOCKVENDOR/00009 00:00:00 delete vendor AMITM

ZBLOCKVENDOR/00010 00:00:01 delete vendor AMITM

ZBLOCKVENDOR/00011 00:00:00 delete vendor AMITM

ZBLOCKVENDOR/00012 00:00:00 delete vendor AMITM

Edited by: Amitava Majumdar on Jun 18, 2008 5:19 AM

0 Kudos

pl. reply

uwe_schieferstein
Active Contributor
0 Kudos

Hello Amit

On ECC 6.0 the old SCAT transaction has been replaced by the new one SECATT.

Call this transaction and check the functions in the first menu of the start screen. You will find a function to convert CATT -> SECATT scripts.

Regards

Uwe

0 Kudos

i am not conversant with SECATT, hence using CATT..

I have already created the export variant. When i try to upload the file, data is not getting updated .

Former Member
0 Kudos

Hi,

SCAT is not supported for new test cases in WAS.

When you try to record by pressing TCD,It gives a message u201C Releases higher than 6.20 are not permittedu201D

We can by pass this situation in the following way.

Before executing SCAT transaction open program MSCATI20_FORM_SPERREN_ABLAUF

Search for the following code

Line 37

IF okcode = 'GENR'.

CLEAR okcode.

MESSAGE s005 WITH '6.20'.

RETURN.

Put a break-point in line 37 IF okcode = 'GENR'.

Now Execute Transaction SCAT.

The Break-point screen appears

Change the value of okcode = 'GENR1'.

Press F5 (single Step).

Now again change the value of okcode

Okcode = 'GENR'.

Now Execute (F8).

Now youu2019ll be ready for recording to create a Test Case.

Reward if useful.

Regards

Susheel

0 Kudos

i have already done the recording thru SCAT & SCEM.

But i am not able to import & update the data ...if you see my previous post