‎2007 Nov 07 9:48 AM
Hi ..........
I am working in a support project , there is an issue raised by the user , for which i require certain inputs .
There is a transaction ZF53 , when the customer is trying to execute the transaction , he is able to enter the selection screen details , and after further execution , it is going back to the main screen , instead of displaying the output
But the report associated with it ZIFAPGP1, is getting executed and i am able to view the output .
Please guide me what could be the cause of the error.
‎2007 Nov 07 10:01 AM
check for authorizations in the report and the user's as well.
‎2007 Nov 07 10:24 AM
‎2007 Nov 07 10:28 AM
Hi..
Check in se93 whether program is properly attached to the tcode.
‎2007 Nov 07 10:28 AM
Hi,
I think the problem is either authorization for that report or while creating the t-code instead of selecting the report transacation you might be selected other type. Check these two things.
Thanks
Ravi
‎2007 Nov 07 11:14 AM
Hi Sheeba ,
In se93 i see the report is attached properly with the transaction, there is no problem in that . can u suggest any thing else about the issue
‎2007 Nov 07 11:18 AM
Hi ,
I have the authorization of the transaction , there is no problem in that .
and regarding the creation of the tcode i see that in the program the anme is ZIFAPGP1 and also the screen number is 1000 , is that enough or any thing to be added . could u guide me on this ...
‎2007 Nov 07 11:25 AM
while creating the transaction there is an option called start object....
confirm whether u hav selected the correct option that is (progran n selection screen)
‎2007 Nov 07 12:07 PM
‎2007 Nov 07 12:08 PM
and also sheeba , this is a created transaction so tell me where to check
‎2007 Nov 07 11:30 AM
Hi,
Can u confirm me, whther the enduser and urself are testing in the same Server?
If not , ther may be no data available in the User excution server.
Rvert back.
Regards,
Naveen
‎2007 Nov 07 12:10 PM
Dear Naveen ,
As of now i dont have access to the transaction , raised a workflwo will get the transaction . But not in production .
Enduser will have the access in production . I can get the same in quality .
How does that differ .....
‎2007 Nov 07 12:31 PM
Hi Kavitha,
In general ur executed report will return back to the selection screen only when the statement " LEAVE PROCESSING " is executed under any Exception.
so plz check under the AT selction-Screen event .
Try to execte the report in Debugging mode in production..
Iam not sure whthere its work...
Revert back .
Regards,
Naveen
‎2007 Nov 07 12:40 PM
Hi,
My understanding...
1 ZF53
2 Selection-Screen displayed, User enter the values
3 Going back to Main screen
When the user click on execute button on the selection-screen, the program is coming out of the transaction, search for EXIT in the code, try to analyze it.
Bye,
KC
‎2007 Nov 07 3:10 PM
Hi ,
I have debugged the entire program but no where i can found the exit command or any similar commands . can u help me out