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

sm30

Former Member
0 Likes
591

i have two questions in sm30 :

1) when i enter 0 value into numeric field the field in the screen is un visible ( in contrast to characteristic field ). how do i cause the 0 value to be visible.

2) how do i change the columns width and table size dynamically to fit the table contents, and to be maximize visible to the user. which event to use and which table control attribute to change.

i have two questions in sm30 :

1) when i enter 0 value into numeric field the field in the screen is un visible ( in contrast to characteristic field ). how do i cause the 0 value to be visible.

2) how do i change the columns width and table size dynamically to fit the table contents, and to be maximize visible to the user. which event to use and which table control attribute to change.

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
555

Hi!

1) That is the normal way. In display mode 0 is visible, but not otherwise. Switch to a character field, if really necessary.

2) Are you sure, you like to use simple SM30? Maybe an ALV grid is more what you like to have. In case you make a small report, FM REUSE_ALV_GRID_DISPLAY can be sufficient (and is well documented).

Regards,

Christian

Read only

0 Likes
555

If you are creation table maintenance for your Z table you can go the screen and whatever modification you want you can do.

Read only

Former Member
0 Likes
555

Moshe - have you created a table maintenance dialogue for your table/view? If so, you <i>may</i> be able to do some of what you want using events.

From the display view screen:

Utilities->Table maintenance generator

Environment->Modification->Events

Rob