SAP Managed Tags: ABAP Development Hi Martin, Try concatenating the value of the second table in a field and then run the select query. Try sumthing like this: CONCATENATE '_' table2~field '%' into lv_test. SELECT * FROM t001 INTO TABLE gs_t001 WHERE bukrs like lv_test. Regards, ...
Solved: Hi, I want a substring function in ABAP, which starts from right instead of left to display some character out of a complete string. Suppose there is a variable