Skip to Content
0
Apr 17, 2014 at 08:29 AM

Correct way to manipulate data form

33 Views

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