Application Development 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: 

Getting the Error in FPM GAF

0 Kudos


Hi all,

        We have an application using date navigator when we move from step2 to step3 in FPM GAF  with user1 it is working fine but when we move from step2 to step3 with user2 then we are getting the error as shown below.

if anyone knows please reply for this

4 REPLIES 4

martin_voros
Active Contributor
0 Kudos

Hi,

That does not look like a web dynpro for ABAP app. It seems to be a Java app. It uses RFC to communicate with ABAP backend. The RFC connection fails for some reason. So you can use ST01 to trace RFC calls or authorization checks. Probably, it is a missing authorization for S_RFC for function group that is used by that screen. It could be something else. For example the RFC call dumps.

Cheers

0 Kudos

Thank you Martin,

                             we already did what you said trace is same for both users but still we are unable to find the solution we are working on it.

0 Kudos

Which trace? Did you try RFC trace as well as authorization trace? I would also check security log in portal. It might give you additional information.

Cheers

0 Kudos

it's the problem with logical system anyway thank's for your reply