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: 

Dump while executing this Funciton Module PT_ARQ_REQLIST_GET.

Former Member
0 Kudos

Hi,

I am using the function module PT_ARQ_REQLIST_GET to get the leave requests.

when i execute this function module first time i am getting the values, when i come back and change the personal number in the import parameter and execute the same means it is throwing dump.(Message Type X) . This dump is coming because of the old session global variable(g_app_running) is not clearing.

How to clear this?Is there any function modules to flush all the global variables which is in standard function modules.

Or else. Is there any function module available for getting the Leave Requests.

Regards

Bala.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If ur using this FM more than 1 time in program, then we con't do any thing...

But if u r simply testing in SE37, then close that session and open new.

if the FM is RFC enabled then, we can call in separate task.

CALL FUNCTION - STARTING NEW TASK

Kiran...

5 REPLIES 5

Former Member
0 Kudos

Hi,

If ur using this FM more than 1 time in program, then we con't do any thing...

But if u r simply testing in SE37, then close that session and open new.

if the FM is RFC enabled then, we can call in separate task.

CALL FUNCTION - STARTING NEW TASK

Kiran...

0 Kudos

Solved by Own..

Regards

S.Balasubramanian.

0 Kudos

how did u solved that issue can u share because i'm also facing the same issue

0 Kudos

can u share with me

0 Kudos

Hi Bala,

Could you please let us know how did you solve the issue ?

Thank you,

Regards,

Sivaraj