Application Development 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: 

Program terminates without error when called thru transaction

Former Member
0 Kudos

Hi experts,

I have to simple program extracting FI information for an external program.

The program itself works perfectly, but when my users call the program through a transaction code, in the production environment it just terminates. No errors, no dump. There's nothing in SU53 and if the same user starts the program using SE80 it runs straight thru.

What am I missing? where can I go to see any kind of logs of why my program terminates?

Any pointers would be wonderful.

we're running 4.6C with support packages up to 51

/Michael

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please check whether the transaction code for the program is assigned properly.

Should check like whether it is Report with selection screen or other two options.

If the assignment is wrong it will dump.

6 REPLIES 6

Former Member
0 Kudos

chk in ST22 if u can find any thing

Former Member
0 Kudos

hi,

firstly, check the definition of the assigned transaction code.

if it's ok, then try to provide more info.

br

Former Member
0 Kudos

Please check whether the transaction code for the program is assigned properly.

Should check like whether it is Report with selection screen or other two options.

If the assignment is wrong it will dump.

0 Kudos

Hi Judith,

Thank you very much. It's always the simple things you miss.

I had accidently created it as a dialog transaction.

Thanks for the help

/Michael

Former Member
0 Kudos

in SE93 check the tcode whether it has been assigned the correct program name and also see for which option it has been assigned.

May be change the tcode in dev system and assign the program and get it transported once again.

Former Member
0 Kudos

Check that the relevant "GUI support" button is checked in SE93.