cancel
Showing results for 
Search instead for 
Did you mean: 

Nested call of RSDRI_INFOPROV_READ

Former Member
0 Kudos

Dear All,

In the BPS FOX, I need to call a same CALL FUNCTION from the FOX for twice (with different parameter).

When i Execute, it will prompt me:

Nested call of RSDRI_INFOPROV_READ

Instead of using module RSDRI_INFOPROV_READ, use the class CL_RSDRI_INFOPROV. The read method of class CL_RSDRI_INFOPROV is identical to the module RSDRI_INFOPROV_READ.

Any one can kindly teach me.. or any sample code i can refer to?

Thank you.

/Jamie

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ajay Das,

Thanks for reply.

I solved it by using a IF Statement to execute one of the call function for each time instead of executing both at the same time.

/Jamie

Former Member
0 Kudos

Hi,

Could you send me the sample code of the info cube asap. Thanks.

Former Member
0 Kudos

Hi all,

can somebody paste code for if conditions for all forum users that may have the same problem.

The question is mark like answered ???

Former Member
0 Kudos

Do check OSS notes 832019 and 918131 in case they are applicable.