- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
Controlling close events in SAP Business One Screen Painter
You can make use of SP_TransactionNotification, which is one of the most common way of receiving notification of data-driven events. With the use of SP_TransactionNotification, you can edit error code returned by Transaction notification, and also prevent transaction to committed.
This shows how to prevent a purchase order from adding when the base document is not provided. You can make use of SBO_SP_TransactionNotification for Screen Painter forms in SBO to avoid null values.
- Related Articles
- Invalid Connection String in SAP Business One
- Creating a Radio button group in ABAP Screen Painter
- Checking SAP Business One installation programmatically
- Recovery database SBO-COMMON in SAP Business One
- Use workbench along with SAP Business One
- Connecting PHP directly to SAP Business One
- Getting an error invalid Object Name in SAP Business One
- In SAP Business One, making HTTP request with SOAP body
- Using EF to insert data into SAP Business One.
- How do we connect SAP Business One with Ubercart?
- Query returning no data in SAP Business One using Table Relationship
- In SAP Business One SDK, filling a gridview and button saves in database
- Using method getBPLIST() to get list of all orders in SAP Business One
- Viewing field names or tables names of the forms in SAP Business One
- Controlling Whether Mouse & Touch Allowed with CSS pointer-events Property

Advertisements