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: 

Abap query and infosets

Former Member
0 Kudos

Hi friends,

The requirement is to create manually query,infosets and usergroup in the current system from other system which already has these 3 created.

How do i go about this?

Pls tell me the flow i am a beginner?

Thanks in advance

2 REPLIES 2

mvoros
Active Contributor
0 Kudos

Hi,

read this wiki https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement. Especially look at point 1.

There are plenty of threads with answers for your question. SAP documentation for ABAP query is useful as well.

Cheers

Former Member
0 Kudos

Tcode:

Creation of user group - SQ03

Creation of infoset - SQ02

Creation of query based on infoset - SQ01

1) create a infoset in SQ02, where the required tables will be joined with keys.then generate the infoset.

2) assign this infoset to usergroup in SQ03.

3) create a query in SQ01 by selecting the infoset, select the fields to be dispalyed

in the report, as well as the selection screen fields.

Regards,

Joan