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

How To clear Global Variable value inside a function Module

Former Member
0 Likes
1,345

HI

Can anyone let me know how to clear a gloable variable PA0001-PERNR. in side the fuction module .OBJECT_CHECK_PA0001.By the way i tried clear free etc it not working when control is moving out of the fuction module its getting back the old value.

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
573

Hi

Pass it in the Changing tab.

Hope this helps

Regards,

Jayanthi.K

Read only

Former Member
0 Likes
573

Hi,

This means the global parameter is getting filled somewhere inside the FM after you clear it. Check in the debugging mode or clear the same in the end of FM...