Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Select partial field

Former Member
0 Likes
506

Hi,

Please let me know if there is a better way to select the record based on this criterial. I need to select records from a table but the first 2 position of that fiel is of certain value. For example,

SELECT DOCNR RFUND into table i_tab from FMGLFLEXA

where the first 2 positions of field RFUND = 'F1'.

Field RFUND is 10 char. I tried various scenarios to extract the record in the select statement but nothing work. Any idea?

1 REPLY 1
Read only

Former Member
0 Likes
321

Moderator message - Please do not ask basic questions. Press F1 on SELECT WHERE - post locked

Rob