‎2007 Feb 02 5:14 AM
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
‎2007 Feb 02 5:21 AM
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
‎2007 Feb 02 5:34 AM
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
‎2007 Feb 02 6:03 AM
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
‎2007 Feb 08 9:06 PM
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.
‎2007 Feb 02 5:28 AM