cancel
Showing results for 
Search instead for 
Did you mean: 

Pane in BusinessPartner changes status of a button to Update

Former Member
0 Kudos

I added pane to Business Partner module, but everytime, when I click to the new Pane (it_folder), so master button will change to Update (I didn`t change any data from the new pane). I tried it only with clear new pane without any linked elements to it, but it works the same and button is changing to Update everytime.

Im adding the pane with code:

<i> oNewItem = oOrderForm.Items.Add("UserFolder", SAPbouiCOM.BoFormItemTypes.it_FOLDER)

oItem = oOrderForm.Items.Item("9")

oNewItem.Top = oItem.Top

oNewItem.Left = oItem.Left

oFolderItem = oNewItem.Specific

oFolderItem.GroupWith("9")</i>

Thanks for any issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found it already, AffectsFormMode = false...