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

Transaction Issue

Former Member
0 Likes
1,607

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.

14 REPLIES 14
Read only

Former Member
0 Likes
1,530

check for authorizations in the report and the user's as well.

Read only

0 Likes
1,530

what does that mean

Read only

0 Likes
1,530

Hi..

Check in se93 whether program is properly attached to the tcode.

Read only

0 Likes
1,530

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

Read only

0 Likes
1,530

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

Read only

0 Likes
1,530

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 ...

Read only

0 Likes
1,530

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)

Read only

0 Likes
1,530

sheeba ,

where to check this can u guide me

Read only

0 Likes
1,530

and also sheeba , this is a created transaction so tell me where to check

Read only

Former Member
0 Likes
1,530

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

Read only

0 Likes
1,530

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 .....

Read only

0 Likes
1,530

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

Read only

Former Member
0 Likes
1,530

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

Read only

0 Likes
1,530

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