cancel
Showing results for 
Search instead for 
Did you mean: 

Checking If a Radio Button is Set in Item Master form

Former Member
0 Kudos

I am trying to check if the User has set an item to Inactive in the UI and I've got the following code:

10002050 is the ID for the Active radio button. I don't have a lot of experience with the UI API, but anyways, this code gave mean error converting to IOptionButton, which I'm assuming is an interface being implemented by that control. However when I search the SDK Help for IOptionBtn I don't find anything, and I can't seem to find anything in google either. I'm sure checking a radio button in SAP is simpler than this. Where in the documentation should I be looking for how to check the value of a radio button (or option button?)

                    If CStr(oForm.Items.Item("10002050").Specific) = "" Then
                        ClearChannelMaxAnalysisFieldsForItem(boItem)
                        DeleteSKUFromChannelMax(currentSku)
                        UpdateRequiresOutputFile = True
                   

End If

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Cynthia,

Please close the duplicated thread.

Regards,

Eric

Former Member
0 Kudos

How do I close?

Former Member
0 Kudos

I don't know, I have never open a thread, neither posted any question

But you should have an option to set the issue has being solved, or not relevant.

Regards,

Eric

Answers (0)