cancel
Showing results for 
Search instead for 
Did you mean: 

RFC call Dumps with ***Ilegal reference***

Former Member
0 Kudos

Hello everyone.

We are trying to build a Web Dynpro for Leave Request similar to the one in ESS.

So, we have identified several RFC's to be able to get specific data concerning the owner and the Next Processor for the workflow that will generate the request.

Those RFC are:

PT_ARQ_APPLICATION_CREATE

PT_ARQ_REQUEST_PREPARE

I've made a sequence test by means of SE37 with these RFC and all works well ... as in i don't loose class references.

Calling these RFC from NW04 in the same order ... the second RFC Dump's with *** illegal reference *** when calling the following:

  • Get application initiator pernr

CALL METHOD application->if_pt_req_application~get_initiator

IMPORTING

ex_initiator = initiator.

Why do references are lost between calls of RFC's from NW04???

How can i fix the problem?

Help will be appreciated ...

Thanks,

Mário Semedo

Accepted Solutions (0)

Answers (1)

Answers (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

i think this is Web Dynpro for ABAP, for this query goto

regards

Former Member
0 Kudos

Done.

Former Member
0 Kudos

Solved here.

Thanks everyone.

Mário

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

congrats buddy!!!

regards