cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down values restriction for SA

Former Member
0 Kudos

Dear Experts,

please help me in solving my issue.

Issue: I want to restrict the drop down values based on condition for Sales Area of

BP_CLASS/AccountClassificationList view. to achieve this i have done customizing code in get_v_t_table   where i don't have get_v method generated for the attributes of SA. so gone thru get_v_t_table method. and once done it is working fine its now displaying the values based on my condition, here i am stuck to proceed further. if user selects one value in the drop down, it automatically reset to the initial blank line  nothing is being set.

could some one help me out on this any other methods needs to  be redefined or i went wrong approach.

Thanks in advance!

Regards,

Venky

Accepted Solutions (1)

Accepted Solutions (1)

former_member205429
Contributor
0 Kudos

Venky,

You have to check the SET_XXX method.

Pls put a break-point and check if the value is getting populated or not.

If the value is not getting set in the parameter - VALUE

Pls set that !!!

Former Member
0 Kudos

Thanks for reply, solved my problem..

for my view no getter and setter methods defined its a table level values..

done the changes in get_v_t_table method and do_prepare_output. worked fine.

Thanks again for all.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venky,

  It might be because of leading zeros used as key.  If so then in

get_xxx method use F.M  'CONVERSION_EXIT_ALPHA_INPUT' before setting value.

Regards

Rajarama U

Former Member
0 Kudos

Thanks Raja.. but my case is different.. values are coming in the drop down properly after selecting one among the drop down list its not setting that value resetting to blank ..

please help in this regard.

Former Member
0 Kudos

Set method will be called when ever you change any value on the screen . So put a debugger in the set method and check wheather control is coming there .

Thanks  and Regards,

Nikhil Kulkarni