Application Development 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: 

Customizing tables

Former Member
0 Kudos

Hello.

Can anyone explain me a bit about customizing tables?

I've seen some theorie about it but that doesn't fit to my needs at all..

I want to create a customizing table where the user can enter its default values during run of my program so next time he doesn't have to enter it again..

Is this possible? Does anyone know where to find some more info?

Greets

1 ACCEPTED SOLUTION

rainer_hbenthal
Active Contributor
0 Kudos

goto se11 and create your own table, dont forget to create a the views so that the user can change the table via sm30

6 REPLIES 6

rainer_hbenthal
Active Contributor
0 Kudos

goto se11 and create your own table, dont forget to create a the views so that the user can change the table via sm30

0 Kudos

But I don't understand it very well I think.

First I have to create a table with all the things the user should be able to change. But when I do it your way, the user can change all fields of my table or not? He should only be able to enter default values for the fields in the table.

0 Kudos

why should he only enter default values? That makes no sense. Or do you mean certain ranges? Or pick only certain values from a list?

0 Kudos

No its actually to scramble fields.

So I thought: I define all the possible fields in a table with no default value. And he only has to change the default values.

Former Member
0 Kudos

HI,

For this there is no need for creating customizing table.

You can do it by using variants.

Go to the selection screen of ur program and enter the selection then press the save button...Give the name of the variant and save it. Thats it..

Whenever next time you run the program one icon will appear next to execute button click on it, select you variant and you will find the saved selection.

Award Points If Useful

0 Kudos

This does not make sense if the data is used in more than one report.