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

Help needed with SCAT

Former Member
0 Likes
1,005

Hi,

I have a test script for transaction KEU7.

After upgrade, one of the field has been disabled for input.So the script fails saying 'field KGALK-VALMIN(4) is not ready for input'. I don't know how to delete this field from script or is there any command which says skip this field.

Thanks,

Anuranjan

Hi,

I have a test script for transaction KEU7.

After upgrade, one of the field has been disabled for input.So the script fails saying 'field KGALK-VALMIN(4) is not ready for input'. I don't know how to delete this field from script or is there any command which says skip this field.

Thanks,

Anuranjan

7 REPLIES 7
Read only

Former Member
0 Likes
977

Hi,

Just use /* to comment that field line.

Read only

Former Member
0 Likes
977

u can comment that line

Read only

Former Member
0 Likes
977

Hi,

You can Comment the line by /* command.

Lanka

Read only

0 Likes
977

Thanks for quick reply guys!

I put /* but doesn't seem to be changing.I still see that message .

Is there a way I can see the ABAP code generated from the CAT script?

Thanks,

Anuranjan

Read only

0 Likes
977

Hi Anuranjan ,

Ok. CAT script. You can delete the field via

T/code SCAT> enter Test case> Change> It will take you to maintain functions> double click on function TCD> Set ' D ' -means Delete in command for field in a screen.

Lanka

Read only

0 Likes
977

Hi Lanka,

When I double click on function TCD then it takes me to screen where I enter program and screen number. I don't want to bypass the whole program and screen .If I select the screen and go to field group, there I see all the fields.I am using SCAT.

Thanks,

Anuranjan

Read only

0 Likes
977

Hi anjana,

After double click on function TCD> EDIT(Menu Bar)Field List --> Remove the value against the field is giving error.

Lanka