Application Development 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: 

SQ01

Former Member
0 Kudos

I want to use Function module in Query and after entring data i want to print all return value of that

function module.

What are steps involved for it ?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

First you need to create the infoset which will tie your tables together. Use SQ02 to do this. Then in SQ01, when you create your query, you specify the infoset that you want to use. Then its just a matter of pulling in the fields that you want in the output list and setting the selection fields. Check out SQ02 to create your infoset, then use SQ03 to assign it to a user group

also Check this link.

http://www.sappoint.com/abap/ab4query.pdf

hope this helps

regards

Aakash

1 REPLY 1

Former Member
0 Kudos

hi

First you need to create the infoset which will tie your tables together. Use SQ02 to do this. Then in SQ01, when you create your query, you specify the infoset that you want to use. Then its just a matter of pulling in the fields that you want in the output list and setting the selection fields. Check out SQ02 to create your infoset, then use SQ03 to assign it to a user group

also Check this link.

http://www.sappoint.com/abap/ab4query.pdf

hope this helps

regards

Aakash