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

Z table updation Problem

Former Member
0 Likes
524

Hi Experts,

In Z table I have the fields Like

Num1 type I (keyfield)

Num2 type I

Num3 type I.

Using the Program I am Inserting the data into Z table.

But the Problem Is,

In the Prgram I am Sorting the internal table data based on Num3 field and updating the same In Z table

After updation the data in Z table it is showing data in sorting by key field NUM1.

But I want update the data into Z table in sorted order of Num3.

Is this possible how. Pelase suggest me

Thnx,

Sam.

1 ACCEPTED SOLUTION
Read only

faisalatsap
Active Contributor
0 Likes
501

hi,

In the Table View SE11 it show the sorting order by the Key Field by Default i think but if you want to see this by NUM3 than you can short it by NUM3 if your Just Right Click on the Heading of the Column and Select Sort order ,

Kind Regards,

Faisal

3 REPLIES 3
Read only

Former Member
0 Likes
501

may be you will have to sort on Num3 after display would be the only possibility.

Otherwise, num3 should be key.

Read only

faisalatsap
Active Contributor
0 Likes
502

hi,

In the Table View SE11 it show the sorting order by the Key Field by Default i think but if you want to see this by NUM3 than you can short it by NUM3 if your Just Right Click on the Heading of the Column and Select Sort order ,

Kind Regards,

Faisal

Read only

Former Member
0 Likes
501

by default data in table is save in sorted order.

if u want to avoid this then take the fields of z-tabels character type. this will solve your problem