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

Create a custom initial screen for a transaction parameter

Former Member
0 Likes
720

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
664

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
665

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)

Read only

Former Member
0 Likes
664

Hi,

Develop a BDC for this table through SM30.

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

Regds,

Anil

Read only

Former Member
0 Likes
664

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

Read only

Former Member
0 Likes
664

I have solved it

Thanks for your support