Dear all ,
i want to transfer the sqlserver2008 database to sap business one database/? It is possible?

I don't think it is a good way of directly inserting data into SAP databases.
Generally they do not let direct insert, update or delete on main process tables.
You should better call Function Modules in order to insert data into SAP db.

I recently worked on migrating sales orders from one system to another on SAP, and used the function module SD_SALESDOCUMENT_CREATE and bapi_salesorder_change

You can search if there is an existing one for your use.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.