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

default values in se16 selection screen

Former Member
0 Likes
1,894

Hi,

when we open SE16 along with table name , In the selection screen of that table i want some default values apper for one particular field.

How can i do that???

6 REPLIES 6
Read only

Former Member
0 Likes
1,138

hi

good

you can do this using the user exit available for se16.

thanks

mrutyun^

Read only

0 Likes
1,138

how...by using user exit...as i don't know anything about user exit.

Read only

Former Member
0 Likes
1,138

Hi Anurodh,

You can't do that to appear but Try to create a Variant with all the data u needed and save it. You can choose the variant when needed.

Enter the values you needed to be displayed as default. Then click GoTo-> Save as Variant. Give the variant name and save it. Select the name when ever needed.

Regards,

Priyanka.

Read only

Former Member
0 Likes
1,138

Hi,

it`s not possible to fill the fields only for this selection.

You can work with variants, i think, this is the best way.

On the other hand you can work with parameter-id´s. Most of the fields have this and you can enter it in you user-paramters. This variant has the effekt that the value will shown in each transaction, where this parameter-id is used.

Regards

Nicole

Read only

0 Likes
1,138

i have used parameter exit...but nothing is happening

Read only

Former Member
0 Likes
1,138

Hi, only possible by maintain variant. Go the required table thoguh SE16 and enter req values corresponding. After that, press save button and use in the future the same variant.

Suku