Show TOC

eCATT Command ReferenceLocate this document in the navigation structure

Use

An eCATT script consists of individual eCATT commands.

Each command begins with a command word and ends with a period. Comments (*) and assignments (=) are exceptions to this rule.

You can have several commands on the same line. Comments (*), assignments (=), and inline ABAP are exceptions to this rule.

We recommend using the Pattern function to insert commands. In the following table, those commands that can be inserted using the Pattern function have the groups under which they can be found noted. There is also a group called ALL COMMANDS.

Command Set

Command

Pattern Function Group

*

Protocol

=

Parameters

&ST30_POST_WAIT_ASYNC

This is not actually a command but a parameter that, like a command, can be set in the script test.

The parameter is used in performance tests for test scenarios containing asynchronous parts.

ABAP

Program Control

APPEND

Parameters

BCSET

Customizing

BREAK

Script Control

CALLMETHOD

ABAP Objects

CALLSTATIC

ABAP Objects, Checks

CHEATTR

ABAP Objects, Checks

CHEGUI

UI Control, Checks

CHESTATIC

ABAP Objects, Checks

CHETAB

Database, Checks

CHEVAR

Parameters

CLEAR

Parameters

CREATEOBJ

ABAP Objects

DELETE

Parameters

DELSTORE

Protocol

DO

Script Control

ELSE

Script Control

ELSEIF

Script Control

ENDABAP

Program Control

ENDDO

Script Control

ENDIF

Script Control

ENDMESSAGE

Script Control

ESF

Enterprise Services

EXIT

Script Control

FUN

Program Control

GETATTR

ABAP Objects

GETGUI

UI Control

GETLEN

Parameters

GETSTATIC

ABAP Objects

GETTAB

Database

IF

Script Control

INSERT

Parameters

LOG

Protocol

LOGMSG

Protocol

LOGTEXT

Protocol

LOOP

Parameters, Script Control

MESSAGE

Script Control

ON_LAST_MESSAGE_CHECK

PERF

Script Control

REF

Test Script References

REFCATT

Test Script References

REFEXT

Test Script References

REMOTECATT

Test Script References

RESCON

Program Control

RESTAB

Database, Customizing

RETRIEVE

Protocol

SAPGUI

UI Control

SENDEXT

Test Script References

SETATTR

ABAP Objects

SETSTATIC

ABAP Objects

SETTAB

Database, Customizing

SETVALID

checks

STORE

Protocol

TCD

UI Control

VALIDATE

checks

WAIT

Script Control

WAIT_ON_DYNPRO

WEBDYNPRO

UI Control

WEBSERVICE

Enterprise Services

WSPROXY

Enterprise Services