Skip to Content
0
Jan 15, 2023 at 12:17 PM

Full text search

212 Views

Experts,

I am creating a Odata service where the input will be Company code description(T001-BUTXT).

Let us assume user gives the description as 'hold'.

Now I have to fetch 2 records from T001,

Record 1:

Company code: 1000

Company code Description: Indian Holding

Record 2:

Company code 2000

Company code Description: American Hold.

I see that SAP has created Full text index for BUTXT field. I want to use CONTAINS keyword to implement Full text search. But when I type CONTAINS keyword after WHERE in select query, it's not recognized. I searched the forum for an example code. But I see all examples pointing to HANA DB level coding using ADBC, AMDP etc.

Can we use Full text search in ABAP Editor(SE38 SAP GUI)?

Thanks

Bharath