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

TCode with parameters

Former Member
0 Likes
902

Hi all,

I would like to have a TCode with some input parameters.

For example, in the transaction code field, I want ot be able to type down the transaction se16 with the table name I want to browse.

eg : SE16 <tablename>

Is it possible to have this kind of requirement ?

Regards

6 REPLIES 6
Read only

former_member156446
Active Contributor
0 Likes
844

I doubt

Read only

0 Likes
844

Yes ,

You can create for reference Check the TCODE SE16_BSEG in SE93.

Rgds

Aeda

Read only

0 Likes
844

ok so it seams it is not possible to do it dynamically unless I debug the Transaction engine to find out how its launch a transaction... maybe I will do it

Thanks for your answer.

Read only

0 Likes
844

ok so it seams it is not possible to do it dynamically unless I debug the Transaction engine to find out how its launch a transaction... maybe I will do it

Thanks for your answer.

Read only

Former Member
0 Likes
844

hi

yes it is possible and also check this SE16_BKPF.

GO TO SE93 -> Z TCODE NAME -> CHOOSE LAST OPTION (TRANSACTION WITH PARAMETERS) -> GIVE TRANSACTION NAME SE16 -> LAST DEFAULT VALUE PASS ( DATABROWSE-TABLENAME BKPF ).

hope its helps u.

Regards,

Abhilash.

Read only

Former Member
0 Likes
844

Hi There,

I think we can use SUBMIT statment for this.

like in transaction parameter i.e . A in input se16 and in table field i.e. B input MARA .

so I check that

select progrname from tstc where tcode = A.

submit progrname with tabname = b.

like that,,,

Its just the illitration ...

Try this...