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

T-Code Problem

muhammad_sohail
Participant
0 Likes
737

Dear All,

I am working with an application, this application working quite fine when I execute it with SE38 and call my screen 2000. If there is an error in my itab which I pass to alv for uploading it create an error file in C:\PI\Errors.txt.

But; when I execute it with T-code it does't create an error file when there is an input error.

What can be the problem. Waiting for your's kind response.

Thanks and Regards,

Muhammad Sohail

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
701

Hi,

I think, if you are able to excecute your program through SE38 then it must be a report program (not a dialogue program)and later on you are calling the screen 2000. What i feel is that you should create your transaction code as report transaction and selection screen should be 1000, i think you might have entered it as 2000. Please check.

4 REPLIES 4
Read only

Former Member
0 Likes
701

hi

check you t-code settings in se93 - especially transaction type ....

regards,darek

Read only

Former Member
0 Likes
701

hello,

please check all compatibility check boxes for the t.code..

(the below of the screen).

Thanks

Read only

Former Member
0 Likes
701

Check the transaction type in se93 if its report transaction or dialog transaction. for report programs it must be report transaction else the report events wont be called.

Read only

Former Member
0 Likes
702

Hi,

I think, if you are able to excecute your program through SE38 then it must be a report program (not a dialogue program)and later on you are calling the screen 2000. What i feel is that you should create your transaction code as report transaction and selection screen should be 1000, i think you might have entered it as 2000. Please check.