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

created new t-code using se93

Former Member
0 Likes
1,453

Hello Everyone ,

i have created a new transaction code using SE93 , my issue is that now the users want to change the General selection screen when the T-code is executed . for eg they do not want the cost center and the base unit to be displayed in the general selection .

My question is , is it possible to chnage the selection screen and how ?

Thanks

Sumit

12 REPLIES 12
Read only

Former Member
0 Likes
1,372

Hi Sumit,

TCODE is independent of selection screen . You can change the selection screen and assign to same TCODE.

Your queston is not clear.

Eswar

Read only

0 Likes
1,372

hello,

i have created the t-code for the zreport in sap .

it has 3 parts

1- general selection

2-report selection

3-output type

My question is , in general selction there are number of fields like record type , cost center , currency etc .

it is a drill down report from FGI3 .

i want to remove some of these fields , is that the possibility

Sumit

Edited by: sumit123 on Jun 8, 2010 11:42 AM

Read only

0 Likes
1,372

You can create a transaction variant using SHD0 or u can try n use GUIXT.

Read only

0 Likes
1,372

thanks for the reply .

how do i use the SHD0, transaction variant .

Sumit

Read only

0 Likes
1,372

Hi Sumit,

no matter wat all changes you make to selection screen it will not effect

tcode creation till u have mentioned program and selection screen n u have a selection screen fields on selection screen doesn't matter.

Read only

0 Likes
1,372

sorry , i did not understand what u r trying to say

Read only

0 Likes
1,372

hi sumeet,

changes made on selection screen doen't effect tcode any way.

Read only

0 Likes
1,372

chk this wiki http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation

Read only

0 Likes
1,372

Hi,

you can create a variant and assign it to your transaction. Have a look at transaction SHD0.

Cheers

Read only

0 Likes
1,372

Hello Everyone,

one last question .

I have created the t-code that starts with Y, so can a transaction variant be created for this t-code in SHD0 .

When i go to SHD0 and write the t-code as my Y.... and transaction variant also as Y , it gives me the message "variant are possible only for dialog transactions".

Any help on this

Sumit

Read only

0 Likes
1,372

Hi Sumit,

If your report is a Z-report, you can directly remove the fields from the code of selection screen. It will automatically get reflected in Tcode.

Best Regards,

Archana

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,372

>

> message "variant are possible only for dialog transactions".

For creating transaction variant your custom transaction type should be "dialog transaction". I think your custom transaction is "report transaction" type.

Hope i am clear.

BR,

Suhas