MySQL Articles

Page 355 of 355

Can’t create a Dictionary Object: View by adding two db tables

Amit Sharma
Amit Sharma
Updated on 30-Jul-2019 148 Views

When you create a view, it is created on top of multiple database tables using an inner join. Note that basis table of database views should be transparent tables.To create a view on 2 tables, you have to enter the primary table you want to maintain and place the cursor in that field and click on the button below the list of tables and select the other table to add the view. If you are not getting this option, it means Relationship is wrong.To know more about database Views: https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenddic_database_views.htm

Read More

How to use SUM function for NUMC type field?\\n

Johar Ali
Johar Ali
Updated on 30-Jul-2019 864 Views

NUMC is numeric text. As this is text, SUM function cannot be implemented as it is of type varchar in the database.There is no simple solution to do it. The one method is to copy the data to internal tables, convert the NUMC data into DEC by looping through all the rows, SUM and GROUP them and then convert back the DEC values back to NUMC values.

Read More

In SAP Business One SDK, filling a gridview and button saves in database

John SAP
John SAP
Updated on 30-Jul-2019 506 Views

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.

Read More
Showing 3541–3543 of 3,543 articles
« Prev 1 351 352 353 354 355 Next »
Advertisements