cancel
Showing results for 
Search instead for 
Did you mean: 

system find (menu id 1281) button

Former Member
0 Kudos

Hi,

I have user defined form.

Now if i go for validation checking depending on status i can do it.

But problem :

when i have open that form in find(menu id 1281) mode then i can't check validation.

validation is very simple : if status is close we can t modified any thing.

How we resolve for find option.

Regards,

Avijit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

if my_form.Mode <> SAPbouiCOM.BoFormMode.fm_FIND_MODE then

..do some validation..

end

Is it what are you looking for?

Former Member
0 Kudos

hi Petr Verner ,

its not catching that event.

regards,

Avijit

Former Member
0 Kudos

Hi,

Forget abt FIND mode, We just need to check in the UPDATE Mode. So on the Button Click and in UPDATE mode just check for the status, and if its closed show an error msg and make bubble event false.

I guess that will be fine.

Hope it helps,

Vasu Natari.

Former Member
0 Kudos

thanx vasu,

it really good idea.

Regards,

Avijit