cancel
Showing results for 
Search instead for 
Did you mean: 

Is Validation Possible with eCATT

Former Member
0 Kudos

Hello ALL,

Is Validation possible with eCATT.if so how?

Thank you in Advance.

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Raj,

1. Inline ABAP-ENDABAP block from the 'Pattern' button of application toolbar of transaction 'SECATT' can be used for validation via programming.

2. If you are using TCD reocrding mode, then field checks can be used from the screen simulation.

Read the following blog for details -

/people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv

3. Validations can also be done using eCATT commands. Look into Pattern button from the application toolbar.

4.For examples of eCATT commands -

Transaction 'SECATT' -> Menu 'GOTO' -> 'Use Of Command' option -> a screen will appear. Here you can search for the sample eCATT scripts usitizing eCATT commands.

If the answer solves your query, plz do reward points to everyone responding.

Regards

Former Member
0 Kudos

Hi Raj,

Please explain what kind of validation. Validation for table entries is possible to a great extent through the use of CHETAB command of eCATT.

Also, you can also use Inline ABAP within eCATT Scripts.