2007 Sep 06 4:37 PM
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.
2007 Sep 06 5:00 PM
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.
2007 Sep 06 4:42 PM
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
2007 Sep 06 4:52 PM
so i have to change the volume of data that the custom table support in the table options??
2007 Sep 06 5:00 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |