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

When program runs thru T-code , it exits

Former Member
0 Likes
649

I have a very awkward situation. the program works exceptionally well. But now that i have created a t-code for the same the selection-screen shows up, but when i try to execute in comes out of the program.

i tried to debug, it works untill start-of-selection, but terminates and come out after start-od-selection.

any ideas how to fix this problem???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
620

Hi

Try to check the type you've assigned to your transaction, it has to be:

- Program and selection screen (report transaction)

Probably you've assigned the type for module pool: Program and screen (dialog transaction)

Max

4 REPLIES 4
Read only

Former Member
0 Likes
620

Paste your code here.

Read only

Former Member
0 Likes
620

Hi

DELETED

Sorry, I answered twice

Max

Read only

Former Member
0 Likes
621

Hi

Try to check the type you've assigned to your transaction, it has to be:

- Program and selection screen (report transaction)

Probably you've assigned the type for module pool: Program and screen (dialog transaction)

Max

Read only

Former Member
0 Likes
620

Hello,

Can you tell if have you created the transaction with type Program and selection screen (report transaction) ?

Regards.