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

CHETAB command

Former Member
0 Likes
647

Hello Everyone,

I am trying to use the Chetab command for testing table

the syntax i have used is

CHETAB ( A305 , A305_1 ).

i have assigned the columns the respective value.

when i go the table through SE11 the records are there for the values i am assigning to the fields but when i run this in ecatt it always gives the following error.

No entry exists in table A305 for the specified key

please suggest.

thanks in advance,

best regards,

Priya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

Hello,

Just compare the values in the table and the values that you have passed. Specially check the values which are numeric for example if the field is 10 characters and say the value in it is 557. Pass the value with leading zeroes.

eg: 0000000557.

check this for all the values.

Thanks & Best regards,

Ajay

2 REPLIES 2
Read only

Former Member
0 Likes
611

Hello,

Just compare the values in the table and the values that you have passed. Specially check the values which are numeric for example if the field is 10 characters and say the value in it is 557. Pass the value with leading zeroes.

eg: 0000000557.

check this for all the values.

Thanks & Best regards,

Ajay

Read only

former_member131788
Active Participant
0 Likes
610

Thread exists since May without any response to the solution given. Closing thread as assumed answered.