opensql
Case-insensitive comparison in SELECT condition
In ABAP SQL can I ignore the case when comparing fields in the WHERE clause 开发者_StackOverflowof a SELECT?[详细]
2023-03-14 13:50 分类:问答Add record to SAP database with generated 'form'
I\'ve created a screen, and inside the layout painter I created a \'form\' based on the table (using the wizard that appears when you hit F6). So now I have all the fields to create the row, and I\'ve[详细]
2023-03-06 19:31 分类:问答Fetch a single field from DB table into itab
I want to fetch the a field say excep_point from a transparent table z_accounts 开发者_JS百科for the combination of company_code and account_number. How can I do this in ABAP SQL?[详细]
2023-01-18 21:14 分类:问答How to combine select max and count?
I\'ve got this: select ordernr from users having count(ordernr) = ( select max(count(ordernr)) from users where ordernr = ordernr[详细]
2023-01-05 01:23 分类:问答ABAP select performance hints?
Are there general ABAP-specific tips related to 开发者_Python百科performance of big SELECT queries?[详细]
2022-12-14 18:51 分类:问答Cross-document link in Torrot table
I want to pull the torrot table with select tor_cat = TU documentation, same select tor_cat = FO documentation, is there a link between the two?[详细]
2022-12-07 19:00 分类:问答