‎2010 Aug 07 4:29 PM
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
‎2010 Aug 09 9:57 AM
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.
‎2010 Aug 07 6:57 PM
hi
check you t-code settings in se93 - especially transaction type ....
regards,darek
‎2010 Aug 07 10:09 PM
hello,
please check all compatibility check boxes for the t.code..
(the below of the screen).
Thanks
‎2010 Aug 08 6:26 AM
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.
‎2010 Aug 09 9:57 AM
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.