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

Code Inspector Check - Transport Request link

Former Member
0 Likes
1,579

Hi,

I had code inspector errors in my objects . but i transported my request . will it create any problem for the transport when exporting to other environment. suggest please , thanks in advance .

Regards,

Ry

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,215

it depends on the errors , what are those errors. can you just list them..

10 REPLIES 10
Read only

Former Member
0 Likes
1,215

If you could do the transport with any problems, then it's Ok...However Code Inspector errors may lead your program to performance issues...

Greetings,

Blag.

Read only

Former Member
0 Likes
1,216

it depends on the errors , what are those errors. can you just list them..

Read only

0 Likes
1,215

Hi Vijay,

This is the error .Table &V1&: In the WHERE condition, there is no first field of a table index.

so i changed the table size category to '1' from '2'.

regards,

Read only

0 Likes
1,215

As I told you, that's going to give performance problems. Better correct the code -:)

Greetings,

Blag.

Read only

0 Likes
1,215

as suggested by Blag in this case it may lead to performance issue. Did you include all the index keys in your where condition.

Read only

0 Likes
1,215

I havent included the index keys , will the transport fail in the other environment , suggest please . Thanks

Read only

0 Likes
1,215

Blag , I have released the transport , i cant change the code now , will the transport fail , suggest please . Thanks

Read only

0 Likes
1,215

I you had release the transport already, then you should create a new transport and pass both...

Transport is not going to fail...You're going to have performance issues but you're program is not going to crash...Depending on the necessity of the index of course...If the query takes too long...it could crash...

Anyway, try to fix all error, warning or whatever you find on Code Inspector...That's the best way to have a bullet proof program -:)

Greetings,

Blag.

Read only

0 Likes
1,215

it may not give any error when transporting. But you will face problems in systems where object transported.

Read only

0 Likes
1,215

Thanks blag. appreciate it .