cancel
Showing results for 
Search instead for 
Did you mean: 

Load system form with docentry

Former Member
0 Kudos

Hi, I have the docentry of a just created invoice document through a document object. How can I load a system form with the data related to the docentry that I got?

Best Regards,

Fausto

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fausto,

When your document is correctly created and you get the DocEntry, you can open the system form related to this document throught this code :

SAPbouiCOM.Form  oForm = Application.SBO_Application.OpenForm(SAPbouiCOM.BoFormObjectEnum.fo_Invoice , "", DocEntry.ToString());

Hope it helps.

Regards.

Mohamed.

Former Member
0 Kudos

Hi Mohamed thanks for your help, it worked I resolved my issue with your answer!!!

Answers (0)