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

Assign Tcode

Former Member
0 Likes
1,428

I want to assign a new transaction code to an ABAP program. Anyone can give me advice how to set it?

Thanks and regards,

Chris

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,403

Dear all,

In SE93, I cannot find where to assign the tcode to an existing package. How to do it?

thanks

Chris

14 REPLIES 14
Read only

Former Member
0 Likes
1,403

hi,

go to tcode SE93. there enter the tcode name, u want to set then press create then it will ask the program name for which u want to set tcode. then press save thats it.

regards,

Navneeth.K

Message was edited by:

Navneeth Bothra

Read only

Former Member
0 Likes
1,403

go to se93 give your ztcode name press create it will show another screen if it is report choose 2nd radio button for module pool choose 1st radio button in next screen give your prog name for report default screen no will be 1000(selection -screen) for module pool give the screen no of yours.

regards

shiba dutta

Read only

Former Member
0 Likes
1,403

go to SE93 and create a tcode.

save it.

later use that tcode in command bar and execute the program. module pool requires a tcode to be created.

plz reward if it helps

Read only

Former Member
0 Likes
1,403

goto SE93

Give new tcode , say create

Select Report and selection screen radiobutton

then give the description

Give the program name

SAVE

Read only

kiran_k8
Active Contributor
0 Likes
1,403

Chris,

GO TO SE93.

CREATE A TCODE

CHOOSE THE RADIO BUTTON AS PROGRAM AND SELECTION-SCREEN IF IT IS A REPORT TRANSACTION.

ASSIGN A PACKAGE.

GIVE THE PROGRAM NAME.

THERE YOU GO,YOU HAVE A TCODE FOR YOUR REPORT PROGRAM.

K.Kiran

Message was edited by:

Kiran K

Read only

learnsap
Active Participant
0 Likes
1,403

Hi Chris,

Go to SE93 transaction. Give a ZTcode in the transaction code field and click on Create....

It will ask you which type of transaction you want to create, select the type based on your program.... and after that give a short description and give your program name and also check the boxes at the bottom support for gui html and java... all the three...

click on save it will ask for a request, give the request it will be saved.

Regards,

Ramesh S

*award points if reply found helpful

Read only

former_member673464
Active Contributor
0 Likes
1,403

hii..

Give the program as type module pool program in attributes of the program and goto se80 and right click on program -> create-> transaction.

regards,

veeresh

Read only

Former Member
0 Likes
1,403

Hi Chris,

Were you able to create TCODE is your problem solved ??

regards,

Navneeth.K

Read only

Former Member
0 Likes
1,404

Dear all,

In SE93, I cannot find where to assign the tcode to an existing package. How to do it?

thanks

Chris

Read only

0 Likes
1,403

Hi Chris,

what do you mean by exisiting package, in the tcode se93 you need to provide only the program name and the screen number ny default 1000.

regards,

Navneeth.K

Read only

0 Likes
1,403

Hi Chris,

while saving the in se93 it will ask for the package there you can assignthis tcode to a package as per your reqmnt.

regards,

Navneeth.K

Read only

0 Likes
1,403

step 1 :go to se93

step2 : give the TCode, click on CREATE

step3 : give the short text and select the radio button depending on the program

for eg: module pool(select dialog transaction)

report (select the 2nd radio button)

step4 : give the program name, and screen number and tick on all the options which are there in GUI support. and save it.

step5 : Here you come across with the package name. if u are practising then click on local object. if u r working for a client then go with package of the client.

regards

shri

Read only

Former Member
0 Likes
1,403

Hi Chris,

Go to se80, this is object navigator.

There click on <b>Repository browser</b>.

In one list box give <b>package</b>.

In another list box give <b>package name</b>

Then you can get the Object name and description (below the list boxes).

<b>Right click</b> on the package name there.

Select <b>More</b> and then select Transaction.

Hope this helps you.

Regards,

Read only

Former Member
0 Likes
1,403

Thanks all guys, I can assign the tcode successfully.