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

problem with SE93 transaction

Former Member
0 Likes
1,394

Hi,

I have a problem. I have to write transaction similar to LM71. So I copied original program and made some changes. Now when I want to atach this program to transaction by se93 I have error during start transaction.

My transaction i named ZLM71 and when I run it error "screen doesn't exist" but I'm sure that my screen exist.

I made also experiment In transaction se93 I tried attach to ZLM71 original program RLEMOBGRGIDEL and fill screen 1000 as in LM71, but there is still the same problem 😕

Please help its very important,

Regards,

Greg

1 ACCEPTED SOLUTION
Read only

Former Member
1,030

Make sure you are using the correct type for the T-Code. When you create the transaction, in the section Start Object choose the second option for report transaction (Program and Selection screen).

Please mark points if the solution was useful.

Regards,

Manoj

4 REPLIES 4
Read only

Former Member
1,031

Make sure you are using the correct type for the T-Code. When you create the transaction, in the section Start Object choose the second option for report transaction (Program and Selection screen).

Please mark points if the solution was useful.

Regards,

Manoj

Read only

Former Member
0 Likes
1,030

Hi,

If copy an Program then the Inactive Version of the Program only will be Copied.So Activate the Whole Program by Clicking the Utilities -> Display Object List & then Right Click on the Program Name which is present on the Left Side & Click Activate.

Regards,

Padmam.

Read only

varma_narayana
Active Contributor
1,030

Hi..

First of all you Activate all the Components of ur Zprogram.

if RLEMOBGRGIDEL is a Report program:

in SE93 You have to Select the Tcode type as Report Transaction (Second Radiobutton).

Then it will solve ur problem.

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
1,030

Thanks.

I've always choosen dialog program but it should be report transaction

Thanks a lot.