‎2007 Aug 22 7:05 AM
Hi Friends..
I want to create transaction code for zprogram.
iam not using any screen or selection screen statments in this program.
i executed this program it directly gave the output.
In this case how can i create Transaction code for this program.
Thanks in advance.
Gowrishankar
‎2007 Aug 22 7:13 AM
hi,
SE93 - T.code for creating a transaction.
goto se93 -> give transaction name [Zxxxxxx] -> create -> give descirption -> select required options -> continue -> give program name n screen no [1000] , in sap gui options select required gui support -> save
then a transaction is created and in command box u can give the name of the created transaction code.
if helpful reward some points.
with regards,
Suresh Aluri.
‎2007 Aug 22 7:08 AM
Hi
open u r program in se80 and assign transaction code to it ....
‎2007 Aug 22 7:11 AM
Gowri,
In the same way as we do for the reports with selection screen.If there is a selection screen it will run via that else it will directly show the output.
K.Kiran.
‎2007 Aug 22 7:13 AM
hi,
SE93 - T.code for creating a transaction.
goto se93 -> give transaction name [Zxxxxxx] -> create -> give descirption -> select required options -> continue -> give program name n screen no [1000] , in sap gui options select required gui support -> save
then a transaction is created and in command box u can give the name of the created transaction code.
if helpful reward some points.
with regards,
Suresh Aluri.
‎2007 Aug 22 7:20 AM
Hi Friends..
Thanks for your reply..
But its not working..
if iam giving selection screen 1000 it shows an error...
once we were using screen or selection screen statment in program then only its possible to create tcode otherwise it shows an error..
if you have any idea plz update asap.
Thanks
Gowrishankar
‎2007 Aug 22 7:22 AM
Do not give any screen no, leave it blank, it will work
Reward points if useful, get back in case of query...
Cheers!!!
I hope that you chose "Program and selection screen (Report Transaction)" while creating Tcode and selected the checkbox "SAPGUI for HTML"..... right?
Message was edited by:
Tripat Pal Singh
Message was edited by:
Tripat Pal Singh
Message was edited by:
Tripat Pal Singh
‎2007 Aug 22 7:24 AM
Gowri,
I had test with a report which is not having any selection screen and I had left the selection screen field in SE93 blank,it is working.
K.Kiran.
‎2007 Aug 22 7:31 AM
Hi,
I have just created an empty Report program and created a transaction for that
It did not give me any error.
Make sure while creating transaction you select Program with Selection screen as the option.
Regards,
Sesh
‎2007 Aug 22 7:15 AM
Hi Gowri,
1. In SE38 press CTRL + SHIFT + F5.
2. Then right click Pgm Name and select Transaction.
3. Give Name, text and save.
4. Then It asks for Pgm name -> Give your Pgm name, Screen -> 1000.
5. Save and test it.
Thanks,
Reward If Helpful.
‎2007 Aug 22 7:15 AM
Hi..
We can Create the Transaction Code in SE93.
Select the Tcode type as Report Transaction if ur program is a Report(Executable).
Select the Tcode type as Dialog Transaction if ur program is a Module pool.
<b>Reward if Helpful</b>
‎2007 Aug 22 7:18 AM
Hi Create the Transaction code using SE93 with option Program and selection screen. GIve the selection screen number as default that is 1000.
That will work properly...
‎2007 Aug 22 7:29 AM
hi
1.go to SE38 and open ur Program
2.click display object list or(CtrlShiftF5)
3.Then Right click on ur program name which u can c left side.
4.Create > Transaction >
5.Give the transaction Name and Short text
6.Select the program and selection Screen button
7.then Gv the program name
8.Screen number(1000)
9.save.
regard
nawa
‎2007 Aug 22 7:34 AM
‎2007 Aug 22 7:37 AM
Hey create the Tcode using SE93 - option program with selection-screen and give the selection screen number as default 1000.
That will work.
‎2007 Aug 22 8:19 AM
Hi,
Use tcode SE93. Assign a tcode which starts with Z. Click create button. Give ur program name and check all check boxes for SAPGUI FOR HTML, SAPGUI FOR JAVA, SAPGUI FOR WINDOWS.
Save and activate. It will work fine.
Reward points for useful answers.