cancel
Showing results for 
Search instead for 
Did you mean: 

Z table and it's maintenance

former_member49506
Associate
Associate
0 Kudos

Hello,

I have created Ztable to maintain customer data every day. I have generated maintenance view to the Z table. I can maintain it through SM30. But the client want to have a Z transaction to maintain this table rather then giving SM30.

What's the best way to create maintenance screen to a Z table?. Do I need to use screen painter or should I write a upload program to load this table from a file ?.

Any suggestions, please ?.

Regards,

Siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Puneet_Gupta
Contributor
0 Kudos

Hi,

Create a prameter transaction for SM30 passing your tablename in the paramter.

Thanks

Puneet

Former Member
0 Kudos

hi~

how about doing this.

1. create t-code ZXXX using 'SE93'.
   (check start object radio button,
      - Trasaction with parameters(parameter transaction)
2. at next screen
   put 'SM30' at transaction field and check skip initial 
   screen option.
3. there is grid for default values.
   at first line, name of screen field 
   write 'VIEWNAME', and at the value field write your
   table you want
   at second line, write 'SHOW', and at the value field 
   write 'X'.

and then , let the user know the T-CODE .

I wish I could help you

Regards

Kyung Woo.