‎2009 Dec 04 9:46 AM
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
‎2009 Dec 04 9:48 AM
‎2009 Dec 04 10:08 AM
Yes ,
You can create for reference Check the TCODE SE16_BSEG in SE93.
Rgds
Aeda
‎2009 Dec 04 10:41 AM
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.
‎2009 Dec 04 4:01 PM
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.
‎2009 Dec 04 10:45 AM
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.
‎2009 Dec 04 5:04 PM
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...