cancel
Showing results for 
Search instead for 
Did you mean: 

Getting as Dump in eCATT

Former Member
0 Kudos

Please let me know why my field name is showing &LOCFIELD0002, as my field name should be T518A-AUSBI, This steps occurs in simulation screen. Though I process further and come back from simulation screen I am getting dump.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Karthick,

The dump is due to some memory allocation problem in SECATT transaction while parameterization using screen simulation.

Try using SAPGUI recording mode for the same. It should work.

PS If the answer solves your query, do reward points.

Regards

Former Member
0 Kudos

While doing through SAPGUI (Record) it gives me a pop up saying Scripting is not allowed in this system or on this server. What needs to be done?

Former Member
0 Kudos

Before creating Test Scripts using eCATT some system setting needs to be done -

1. Maintaining Table T000

a. Start transaction SM31.

b. In the Table/View field, enter T000.

c. Choose Maintain.

d. In the Change View “Clients”: Overview screen, select the relevant client and choose.

e. In the Restrictions when Starting eCATT field, select an entry that allows eCATT.

2. Enabling Scripting at the front End .

( Check whether SAP GUI Scripting component is installed. There is an option for installing this component when installing the SAP GUI.)

a. On any screen, choose Customizing of local layout.

b. Choose Options.

c. Choose the Scripting tab.

d. Select Enable Scripting.

e. Choose Apply.

3. Enabling Scripting on application server .

a. Start transaction RZ11.

b. On the Maintain Profile Parameters screen, enter sapgui/user_scripting.

c. Choose Display.

d. In the Display Profile Parameter Attributes screen, choose Change value.

e . Enter TRUE in the New value field.

4. The R/3 users executing eCATT scripts should have RFC authorizations.

PS If the answer helps your query, do reward points to everyone responding.

Regards