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

SE93 Custom ZTCODE issue

Former Member
0 Likes
972

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
891

Do check that you use 'Progam and selection screen option'.

5 REPLIES 5
Read only

Former Member
0 Likes
892

Do check that you use 'Progam and selection screen option'.

Read only

0 Likes
891

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

Read only

0 Likes
891

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.

Read only

Former Member
0 Likes
891

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

Read only

0 Likes
891

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.