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 terminates without error when called thru transaction

Former Member
0 Likes
898

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
Read only

Former Member
0 Likes
855

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
Read only

Former Member
0 Likes
855

chk in ST22 if u can find any thing

Read only

Former Member
0 Likes
855

hi,

firstly, check the definition of the assigned transaction code.

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

br

Read only

Former Member
0 Likes
856

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.

Read only

0 Likes
855

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

Read only

Former Member
0 Likes
855

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.

Read only

Former Member
0 Likes
855

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