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

Warning while activating the z-table.

Former Member
0 Likes
566

Hi,

I have created the z-table but when I try to activate it ... I get a warning message

"Key field COUNTER has num. type INT4: Buffering not possible, Transport restricted "...

In the technical settings I have already clicked the radiobutton

Buffering not allowed...

How do I get rid of this warning ... or shall I ignore it ... If I ignore it then how will it impact the fucntionality of the program.

Thank You,

SB.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
534

When you specify field of INT or FLOAT types then there is always a problem while transportaion as these data types are hardare dependent types.

So just ignore the warning if you really want it of type INT or change it to NUMC.

Regards,

Amit

Hi,

I have created the z-table but when I try to activate it ... I get a warning message

"Key field COUNTER has num. type INT4: Buffering not possible, Transport restricted "...

In the technical settings I have already clicked the radiobutton

Buffering not allowed...

How do I get rid of this warning ... or shall I ignore it ... If I ignore it then how will it impact the fucntionality of the program.

Thank You,

SB.

2 REPLIES 2
Read only

Manohar2u
Active Contributor
0 Likes
534

Is this they key field?

If so, and if this is a customing table, whose entries needs to be transported then the problem might occur while capturing the keys in transport request. Then you need to manually add these entries into transport request.

If not, you can ignore it.

Cheers

Manohar

Read only

amit_khare
Active Contributor
0 Likes
535

When you specify field of INT or FLOAT types then there is always a problem while transportaion as these data types are hardare dependent types.

So just ignore the warning if you really want it of type INT or change it to NUMC.

Regards,

Amit