cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying variable value in I_T_VAR_RANGE table

Former Member
0 Kudos

Hi ,

I have a requireent where user enters a value in FY/Period variable and I have to use this value to derive Key date.

After deriving the Key date, I want to delete the value in Fy/Period variable so that query does not filetr on Fy/Period.

I was able to derive the value for Key date in user exit and Clearing the Fy/Period varaible in STEP3 by looping at I_TA_VAR_RANGE. When I see the Fy/Period value in debug mode in step 3 , i see, it is clearing the value but still query is using this value as filter.

Is there any other way to delete the variable from I_T_VAR_RANGE?.

Regards

MB

Accepted Solutions (1)

Accepted Solutions (1)

former_member183777
Active Contributor
0 Kudos

You cannot modify values in Step 3. The solution to your problem is -

Don't put the FY period variable as a global restriction. Create a "Selection" using any KF and FY period, restricted to your variable. You can set the selection to No display and not use it. This will allow you key date variable to be evaluated and the record selection not be restricted to fy period.

Former Member
0 Kudos

Vineet,

Thank you for replying. It is an excellent solution.

MB

Answers (0)