Hi expert,
i need to ask you something about the correct way to manipulate the data in a system form.
I need to Create a New Quotation Form and to fill "CardCode" and "Project" field.
What is the correct way to do that?
Actually, I made these steps:
1) Open a New Quotation form from a button using SBO_Application.ActivateMenuItem("2049");
2) Connect to "CardCode" Item using oCardCode = (SAPbouiCOM.EditText)oQuotationForm.Items.Item("4").Specific;
3) Change the value of "CardCode" using oCardCode.Value = sCardCode;
I ask you: is possible to create an object containing this data and bind the object to the Form instead of create a Form and manipulate data from it?
Thanks for your answers.
Jonny Cortonicchi