Hi Antoine,
Do you mean that the Form is open on the application, but your muc_SapGoodIssueDraft object reference to nothing in your code ?
For a work around, can you try
SBO_Application.OpenForm(112, "", SBO_Company.GetNewObjectKey)
Dim muc_SapGoodIssueDraft As SAPbouiCOM.Form = SBO_Application.Forms.ActiveForm
Check the DBDataSource DocEntry = SBO_Company.GetNewObjectKey to make sure that this is the correct form afterwards.
regards
Edy