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

ABAP-Query

Former Member
0 Likes
607

Hi Experts,

I am having a doubt in ABAP-Query . Please clear it.

Is it possible to link 2 INFOSETS to a single ABAP-Query.

Thanks in advance.

Regards

Sourabh

5 REPLIES 5
Read only

Former Member
0 Likes
583

You can assign only one infoset to query; and all the field groups created for that infoset(functional area) are displayed. here you can select any number of field groups for the query. (only the fields from the selected field groups are visible.)

Message was edited by:

M B

Read only

0 Likes
583

Hi MB,

While creating a Query it prompts me for the INFOST but i am able to associate only a single INFOSET.

Secondly if i want to associate one more INFOSET after the query has been created than what is the procedure.

Regards

Sourabh

Read only

Bema
Active Participant
0 Likes
583

Hi,

Sorry, Not 2 infosets.

In the Infoset you can create field groups .

Suppose you are using direct read table method.

In the first field group add one table and in the 2nd fieldgroup , add the next table.

and assign this infoset to the query.

regards,

Beena

Read only

0 Likes
583

You cannot create a single query based on multiple infosets. Only one is permitted. Why would you need two infosets. You may consider modifying/expanding the one infoset, to suit your needs. One infoset can have joins of several tables. Besides you have the feature of alias tables and added fields with minimal coding.

Read only

Bema
Active Participant
0 Likes
583

HI ,

Yes You can .