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

query sq01

Former Member
0 Likes
684

hi experts,

I'm new for abap language.

I have to create a field in a query (SQ01) that contains the elaboration time for the query I have just executed.

I've created the follow command:

TIME = ' '.

TIME = SY-UZEIT.

When I generate the infoset it appear an error windows with the following indication:

"," expected after "VALUE 147" Infoset not usable for query Infoset

The query in SQ01 run regularly.

Could you help me what's the meaning of the error windows

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
557

The post starts with "create a field in query" but then "generate the infoset". Query and infoset are two different things, so what are you doing exactly?

Also obviously the error message does not point to the two lines of code mentioned here. Why can't you just search for whatever "VALUE147" is? Very much confused by this post...