‎2009 Jun 29 10:26 AM
Hi All,
Can we create an infoset query on BSEG (cluster) and COSP(Transparent) table.
If yes then pls tell how??
Regards
Shweta
‎2009 Jun 29 11:06 AM
You cannot join BSEG and COSP.
But there is a way out.
You can create the infoset with base table as BSEG.
For the fields which you want to retreive data from COSP you can write the additional SELECT statement for Table COSP.
‎2009 Jun 29 10:39 AM
NO you can not use BSEG ==>The chosen table is a pool or cluster table. These tables may not be used in a table join.
‎2009 Jun 29 11:06 AM
You cannot join BSEG and COSP.
But there is a way out.
You can create the infoset with base table as BSEG.
For the fields which you want to retreive data from COSP you can write the additional SELECT statement for Table COSP.
‎2009 Jun 29 11:33 AM
‎2009 Jun 29 11:44 AM
Hi Shweta,
While creating the Infoset in t-code SQ02 select the radio button for 'Direct read of table' and provide table name BSEG.
There are severals ways to get the fields of COSP.
1) In the 'Extra' tab create the fields for COSP table. For each field write the SELECT statement to fetch the fields from COSP.
2) In the Code Table you can select either START-OF-SELECTION Event or Record Processing.
Then fill an internal table from table COSP.
Use the data in internal table in the logic of Extra fields.