‎2011 Jul 15 2:12 AM
Hi all
Here is my problem. I created a custom tcode in SE93 for material forecast (prgram RM60IN01). Now when I try to execute said custom program, SAP suddenly goes to the SAP Easy Access screen. What is wrong?
Please help
Thanks
‎2011 Jul 15 3:00 AM
‎2011 Jul 15 3:00 AM
‎2011 Jul 15 4:26 AM
Hi ,
Put a debug mode at the program. Have u declared select-options or parameters?
Try to run the report manually from the se38.
Otherwise i will guide you from se93. search for how to create t.code for program.
Something can help you from me.
Thank you,
S.Saravannan
‎2011 Jul 15 4:36 AM
Hi Diwakar,
In SE93 check whether you have select Easy Web Transaction, this will lead to problem may be you are facing.
Also check the consistancy of the tcode in se93, check whether you have selected SAPGUI for Window..
Thanks and regards,
Anmol Bhat.
‎2011 Jul 15 5:10 AM
Hi,
This is happening because you have selected wrong option of TCODE type:
Make Sure:
-- If your program is ONLINE/Module Pool. Select the first otion
-- if it is normal report then select second one: i.e. for selection screen.
Thanks
Raghav Malhotra
‎2011 Jul 15 6:00 AM
Hi,
Create the tcode as below steps,
1) go to se93 and give the ZTCode name and text as you want abd press create button
2) pop up will come and you need to select the options for transaction code for, there select 2nd radio button
3) screen number automatically will come as 1000 and give program name as RM60IN01
4) select GUI support if you want to give else it is optional.
Now save the TCode and execute it, same should work as I have created the tcode in same way in my system.