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

Dump while executing this Funciton Module PT_ARQ_REQLIST_GET.

Former Member
0 Likes
864

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
Read only

Former Member
0 Likes
770

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
Read only

Former Member
0 Likes
771

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

Read only

0 Likes
770

Solved by Own..

Regards

S.Balasubramanian.

Read only

0 Likes
770

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

Read only

0 Likes
770

can u share with me

Read only

0 Likes
770

Hi Bala,

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

Thank you,

Regards,

Sivaraj