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

SQ01

Former Member
0 Likes
523

What is the useful of SQ01?How it works?Please give me one example.

Kris.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

hi,

chk this link for an example:

http://www.olemiss.edu/projects/sap/SQ01_10_03.pdf

regards,

madhu

4 REPLIES 4
Read only

Former Member
0 Likes
484

hi Mohan,

SQ01 : is used to create Query form infoset you have created here you can select fields for selection screen and for list generation using check boxes.

you can generated different types of report using basic list, ranked list, statistics to output in graphical form.

SQ02 : is used to create infoset you need to tell the data source for your infoset like table join, direct read or data reterival using program, you can also put extras fields, structures and tables using extras button. and can code your own select query for that field or structure.

After generating the infoset you have to assign this to your usergroup you already created.

SQ03 : is used to create user groups for queries because every user have to be in atleast one user group for creating infoset and queries. you have to create a user group and assign your user to that usergroup.

Check

http://help.sap.com/saphelp_47x200/helpdata/en/bf/1d4645bf3211d296000000e82de14a/frameset.htm

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

Regards,

Santosh

Read only

Former Member
0 Likes
485

hi,

chk this link for an example:

http://www.olemiss.edu/projects/sap/SQ01_10_03.pdf

regards,

madhu

Read only

Former Member
0 Likes
484

Hi Mohan,

If you are aware of Microsoft access, it does somehow works the same way if it is in table joining. SQ01 is a simple way to create your report without for you to ask assistance to an abapper. Therefore functional peeps can also do that.

Regards,

JeCCas_DJ

Read only

Former Member
0 Likes
484

Thanks for your help.