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 a custom initial screen for a transaction parameter

Former Member
0 Kudos
198

Hi All,

I created a transaction parameter ZMM with SM30 for a 'Z' table.

I want to add a custom initial screen for this transaction (ZMM).

Does anybody know how I can do this?

Thanks,

Thang

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos
142

You can't do that with a parameter transaction. Just create another normal transaction, which displays the selection screen, and then call the parameter transaction.

Or you may create only a normal transaction, which displays the selection screen, and then call directly the view maintenance (view_maintenance_call function module if I remember well)

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos
143

You can't do that with a parameter transaction. Just create another normal transaction, which displays the selection screen, and then call the parameter transaction.

Or you may create only a normal transaction, which displays the selection screen, and then call directly the view maintenance (view_maintenance_call function module if I remember well)

Former Member
0 Kudos
142

Hi,

Develop a BDC for this table through SM30.

and assign a T.Code to this BDC program using selection screen.

Regds,

Anil

Former Member
0 Kudos
142

Hi Anil,

Can you explain more detail? can you give some example or documentation to do this.

Thanks,

Thang

Edited by: thang tran on Sep 4, 2009 8:56 AM

Former Member
0 Kudos
142

I have solved it

Thanks for your support