‎2007 Apr 18 5:16 AM
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
‎2007 Apr 18 7:13 AM
Dear all,
In SE93, I cannot find where to assign the tcode to an existing package. How to do it?
thanks
Chris
‎2007 Apr 18 5:18 AM
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
‎2007 Apr 18 5:18 AM
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
‎2007 Apr 18 5:18 AM
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
‎2007 Apr 18 5:19 AM
goto SE93
Give new tcode , say create
Select Report and selection screen radiobutton
then give the description
Give the program name
SAVE
‎2007 Apr 18 5:19 AM
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
‎2007 Apr 18 5:19 AM
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
‎2007 Apr 18 5:22 AM
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
‎2007 Apr 18 5:29 AM
Hi Chris,
Were you able to create TCODE is your problem solved ??
regards,
Navneeth.K
‎2007 Apr 18 7:13 AM
Dear all,
In SE93, I cannot find where to assign the tcode to an existing package. How to do it?
thanks
Chris
‎2007 Apr 18 7:18 AM
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
‎2007 Apr 18 7:21 AM
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
‎2007 Apr 18 7:42 AM
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
‎2007 Apr 18 7:24 AM
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,
‎2007 Apr 18 7:27 AM