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

Error while Fetching data from BUT0ID data its urgent

Former Member
0 Likes
799

hi all,

SElECT SINGLE partner FROM but0id INTO l_bp

WHERE type EQ 'BUP008' AND

idnumber EQ edid4-sdata+45(10).

this is my select statement its not working i have to fetch partner number with the help of sdata.

when i give 69093 instead of edid4-sdata+45(10) then i am getting the output

when i specify edid4-sdata+45(10) then it is not working

please tell me any one its urgent

Thanks & regards

Vardhan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
710

Hi,

Move this edid4-sdata+45(10) to a range or a field and then select your data.

If the hint is usefulu2026 Say thanks by rewardu2026.

Regards,

Prabhu Rajesh

hi all,

SElECT SINGLE partner FROM but0id INTO l_bp

WHERE type EQ 'BUP008' AND

idnumber EQ edid4-sdata+45(10).

this is my select statement its not working i have to fetch partner number with the help of sdata.

when i give 69093 instead of edid4-sdata+45(10) then i am getting the output

when i specify edid4-sdata+45(10) then it is not working

please tell me any one its urgent

Thanks & regards

Vardhan

3 REPLIES 3
Read only

Former Member
0 Likes
711

Hi,

Move this edid4-sdata+45(10) to a range or a field and then select your data.

If the hint is usefulu2026 Say thanks by rewardu2026.

Regards,

Prabhu Rajesh

Read only

0 Likes
710

Even I Tried by the way you people said . Its not working any other solutions please

Read only

Former Member
0 Likes
710

Hi,

Try doing this.Take the offset of sdata and move it into a varaiable and then check the condition in the query.

Regards,

Sharath