cancel
Showing results for 
Search instead for 
Did you mean: 

Folder

Former Member
0 Kudos

Hi

How to Add the Folder Under PRoduction Menu using VB.Net?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Use SAP SDK Sampe AddingMenuItems (SDK_Samples_2005\COM UI\VB.NET\05.AddingMenuItems\2003).

1) Find and change this line:


oMenuItem = SBO_Application.Menus.Item("43520") 'moudles'

to


oMenuItem = SBO_Application.Menus.Item("4352") 'Production'

2) Execute add-on and see your menu under "Production".

Hope this solve your problem

Regards

Sierdna S.

Answers (0)