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: 

Create Parameter Transaction.

Former Member
0 Kudos

Hi,

need some help, I am creating an Parameter Transaction to create display only view for an Table. But I need to restrict only certain fields for selection, but by default system is prompting to select Selection fields.

thanks

Lakhbir

1 REPLY 1

Former Member
0 Kudos

Execute Tcode SE93

In the transaction code mention SM30 and check skip initial screen.

In the Default values.

Name of the screen field = VIEWNAME

value = <Your table name>

In the next line

Name of the screen field = UPDATE

value = 'X'

Hope this will help you.

Regards

Aman