- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
In SAP Business One SDK, filling a gridview and button saves in database
This can be achieved in multiple ways. You can either use a SAP DI documents, an open SQL or use data transfer workbench for this purpose.
You can use a direct SQL write as this is one of straight way to do this. It is also possible to use SAP-DI Documents object to iterate over the Purchase Orders.
One more option is using Data Transfer Workbench (DTW), where you export it to a file and then using DTW. It also provides error handling incase any exception occurs.
- Related Articles
- Recovery database SBO-COMMON in SAP Business One
- Invalid Connection String in SAP Business One
- Checking SAP Business One installation programmatically
- Controlling close events in SAP Business One Screen Painter
- Connecting PHP directly to SAP Business One
- Use workbench along with SAP Business One
- Getting an error invalid Object Name in SAP Business One
- In SAP Business One, making HTTP request with SOAP body
- Query returning no data in SAP Business One using Table Relationship
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database
- How do we connect SAP Business One with Ubercart?
- Using EF to insert data into SAP Business One.
- Moving BAPI, Function Module, and Business Object from one SAP system to other
- Using method getBPLIST() to get list of all orders in SAP Business One

Advertisements