cancel
Showing results for 
Search instead for 
Did you mean: 

how to save data from form into database

Former Member
0 Kudos

i nid to save data from form into the new table, @abc.

got any idea ?

smtg like oObj = BaseAddOn.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes) this but it is a new object or user data source.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member933888
Active Participant
0 Kudos

hi Elson,

What type is your table? UDO or Non Obect table?

if you are using UDO and has been registered, saving / update / delete are much easier.

In your form make sure you assign your forms to the UDO object, link the table and fields.

if not, you refer the thread given previously.

nd.Q

Former Member
0 Kudos

hi

i have created UDO i have also done registration i want to bind item master completely to matrix and then in one column i will set check box to check unchecked and then i want to save it to database

i have one user defined form and 4 matrix and 4 child tables

for each matrix i have given 1 form and i have to transfer the data from temp form to main form matrix having large data in matrix on temp form to main form matrix

to load data on matrix i have used for loop that i want to avoid so how i can bind large data to matrix without for loop

regards

amey

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Elson,

You can save The user defined form data to the user defined table by using UDO concept

Refer This......

Link: [url] http://wiki.sdn.sap.com/wiki/display/B1/FAQ_sdk

Link: [url]

Thanks

Shafi

Former Member
0 Kudos

how to bind large data to matrix on user defined form to be saved by registration process