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

Push button problem

Former Member
0 Likes
664

Hi,

In my report i have created a one PUSH button. when user clicks that puch button a SM30 transaction will call but with no table name. i have give table name also.

Means when user clicks on PUSH BUTTON a SM3o0 will call and table name should be displayed there.

How to do that.

5 REPLIES 5
Read only

Former Member
0 Likes
635

Hi Anurodh,

Try this code.

SELECTION-SCREEN pushbutton 2(10) text-001 user-command TRAN.

at selection-screen.

if sy-ucomm eq 'TRAN'.

call transaction 'SM30'.

ENDIF.

Plz Reward if helpful.

Mahi.

Message was edited by:

Maheswari Chegu

Read only

0 Likes
635

i think this code will help to show the push button on selection screen. But in my code push button is displaying. I want to just pass the table name through that push button

Read only

0 Likes
635

Anurodh i tested that code it's working first try this ok!

Plz Reward if help.

Mahi.

Message was edited by:

Maheswari Chegu

Read only

0 Likes
635

hi,

i think its not possible as u can do by assigning parameter id of that field but here in SM30, table/view not having parameter id....

Read only

0 Likes
635

Hi Anurodh,

Where you are entering the table name that you want on SM30 TRXN screen. Can you give us details about your design. It will help us in resolving your query.

Mukesh Kumar