private void Button0_ClickBefore(object sboObject, SAPbouiCOM.SBOItemEventArg pVal, out bool BubbleEvent)
{
BubbleEvent = true;
String filename = Application.SBO_Application.GetFileFromBrowser();
}
This is my Code!
I get this error Message :
Function not supported for this item type [66000-4]
any Idea which Item should it then be?