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

dump when viewing data from a Z table

sergio_cifuentes
Participant
0 Likes
529

I got an error wherever i query all records (1,000,000 aprox.), this occurs with the SE11, and SM30, i want to erase all the data in the table but i can't, since i don't even see the data, the error says: "STORAGE_PARAMETERS_WRONG_SET",

1737 IF SY-TABIX = 1.

1738 NEW-LINE.

1739 POSITION POS.

>>>>> WRITE: SY-VLINE NO-GAP, INPUT_ENTRY AS CHECKBOX INPUT ON.

1741 POS = POS + 2.

1742 ELSE.

1743 POSITION POS.

1744 ENDIF.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Hi,

Yes ... perhaps you may need to change your technical setting for the logical storage parameters (data class and size category).

Please consult with your BASIS/DBA prior to change the original setting.

Regards,

Ferry Lianto

I got an error wherever i query all records (1,000,000 aprox.), this occurs with the SE11, and SM30, i want to erase all the data in the table but i can't, since i don't even see the data, the error says: "STORAGE_PARAMETERS_WRONG_SET",

1737 IF SY-TABIX = 1.

1738 NEW-LINE.

1739 POSITION POS.

>>>>> WRITE: SY-VLINE NO-GAP, INPUT_ENTRY AS CHECKBOX INPUT ON.

1741 POS = POS + 2.

1742 ELSE.

1743 POSITION POS.

1744 ENDIF.

3 REPLIES 3
Read only

Former Member
0 Likes
461

Hi,

It seems your custom table setting is setup properly in order to handle/hold large volume data. Please check with your BASIS/DBA folks.

If you want to delete all records in your custom table (ztable), you can use database utility (SE14).

Path: SE14 -> Enter custom table -> Edit -> Select Delete data option -> Activate and Adjust database.

Regards,

Ferry Lianto

Read only

0 Likes
461

so i have to change the volume of data that the custom table support in the table options??

Read only

Former Member
0 Likes
462

Hi,

Yes ... perhaps you may need to change your technical setting for the logical storage parameters (data class and size category).

Please consult with your BASIS/DBA prior to change the original setting.

Regards,

Ferry Lianto