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

AD Hoc Query

Former Member
0 Likes
907

Hello Experts,

How to add field in AD HOC query. The query is already developed and now i want to make the changes in it.

is it possible to do the changes?

Regards,

Saurabh

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
883

Check this.

[Add new fields to adhoc query|https://forums.sdn.sap.com/click.jspa?searchID=23994078&messageID=3740935]

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
884

Check this.

[Add new fields to adhoc query|https://forums.sdn.sap.com/click.jspa?searchID=23994078&messageID=3740935]

Read only

Former Member
0 Likes
883

Hi Gautham,

Thanks for the quick reply. I just want to ask where do i need to write the code?

i have added two field in the infoset but where do i need to write code?

Regards,

Saurabh

Read only

Former Member
0 Likes
883

Add the fields in infoset.

Go in SAP QUERY(SQ01) and add the desired fields in the output list .

No need to write code.

Edited by: harsh bhalla on Mar 25, 2009 11:20 AM

Read only

GauthamV
Active Contributor
0 Likes
883

In sq02 give your infoset ,click change and in application toolbar you have option

extras click on it.now on right side you have option code, write your logic there.

Read only

Former Member
0 Likes
883

Thanks Gautham. Problem resolved.