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: 

Transport Selection screen of se16

Former Member
0 Kudos

Hello All,

There is a parameter transaction for SE16 with a custom table.  I need to change its selection screen which is called when the transaction is executed.
In SE16, if I go to Settings > Fields for selection , I can create a default selection screen for that table.

The same selection screen will be called when i execute my parameter transaction.

Now how do I transport this selection screen across systems?

Any help is highly appreciated.

6 REPLIES 6

former_member227287
Active Participant
0 Kudos

hi Rojer,

You can create the Variant for the selection screen and then transport the variant in  across different clients.

see below for transporting variant.

Regards,

Chandandeep.

0 Kudos

NB; report generated thru SE16 is local (look in TADIR for entries as R3TR PROG /1BCDWB/*)

  • Were you able to transport variants of a local object with RSTRANSP ?

Regards,

Raymond

0 Kudos

Hi Raymond,

Thanks for your reply.

It is a Parameter transaction, with Transaction defined as SE16.

A 'Z' transaction which will call se16 and DATABROWSE-TABLENAME = 'Ztable'.

And yes, i can transport this transaction.

0 Kudos

I do not want to transport the variants, but the selection screen

0 Kudos

You could build a small wrapper with a selection-screen and in the wrapper call a FM as SE16N_INTERFACE or RS_TABLE_LIST_CREATE (SE16) with selection in IT_SELFIELDS/SELTAB generated with FM RS_REFRESH_FROM_SELECTOPTIONS from your custom selection-screen.

Regards,

Raymond

Former Member
0 Kudos

Hi Rojer,

I got your requirement. In Tcode:SE16 what ever the fields you are selecting the same selection screen you want to called when you execute another parameter Transaction.

Step 1:Create a Custom selection Screen with required fields.

Step 2: Create a T code for that section screen(SE93) by providing the Transaction code,Pkg name, Transaction Text,Transaction and Transaction variant.

Step 3: Tick the Check box of inherit GUI attributes under Classification tab.

Step 4:Select the Radio button as  profession user Transaction under Transaction Classification tab.

Step 5: Select the Check boxes SAPGUI for HTML & for Windows. --->Save

Step 6: After that Call the Same T code in the Required program then your custom selection screen will appreas.

Thanks&Regards,

Srini.