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

Program runs with se38 but not with transaction code

Former Member
0 Likes
1,530

Hi Experts

I have developed a program that runs successfully in se38, I have created a transaction for it, and after entering data on the selection screen, the program just stops and returns to the 'SAP Easy Access' screen.

I have looked at this in debug mode when calling the transaction, the program gets as far as START_OF_SELECTION then just drops out back to the in initial 'SAP Easy Access' screen.

Does anybody have any ideas?

Thanks in advance

David

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,142

Hi,

It seems while creating the transaction code you should have selected the radiobutton pertaining to the 'Program & Selection Screen ( i.e. Rport transaction ), but by mistake you have clicked some other radiobutton. Create another transaction by selecting the Report transaction' as mentioned above & test it out.

I hope this helps,

Regards

Raju Chitale

Hi,

It seems while creating the transaction code you should have selected the radiobutton pertaining to the 'Program & Selection Screen ( i.e. Rport transaction ), but by mistake you have clicked some other radiobutton. Create another transaction by selecting the Report transaction' as mentioned above & test it out.

I hope this helps,

Regards

Raju Chitale

4 REPLIES 4
Read only

former_member188827
Active Contributor
0 Likes
1,142

how have you created the transaction code?when u specify tcode in se93 and click on create which option did u choose?

it should b program and selection screen(report transaction) i.e. second option

Read only

b_deterd2
Active Contributor
0 Likes
1,142

Hi,

Check your tcode with SE93 (there is a check button).

Is it consistent ?

regards,

bert

Read only

Former Member
0 Likes
1,143

Hi,

It seems while creating the transaction code you should have selected the radiobutton pertaining to the 'Program & Selection Screen ( i.e. Rport transaction ), but by mistake you have clicked some other radiobutton. Create another transaction by selecting the Report transaction' as mentioned above & test it out.

I hope this helps,

Regards

Raju Chitale

Read only

0 Likes
1,142

Thanks Raju

That sorted it, I had used the wrong type when creating the transaction originally