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: 

How to remove table in the infoset ?

Former Member
0 Kudos

Hi, I want to remove a table from my infoset but when I try to remove the table, I have an error message : "The table XXX is not used".

9 REPLIES 9

Sandra_Rossi
Active Contributor
0 Kudos

Could you tell us what kind of infoset is it? (SQ01, BI, etc.) and what is the corresponding ID and number of the message?

0 Kudos

It's an infoset created via SQ02. The error message is "Table PLPO not used

Message no. AQQIS_CNTRL010"

I have the same issue for all infoset ...

Thanks a lot for your anwser.

0 Kudos

It's a translation error, it should be: "Table &1 is still used" (German: "Tabelle &1 wird noch verwendet")

I guess you should first delete queries which use the infoset.

0 Kudos

Thanks, it works ... but it's a pity to have to delete the query ...

No other way ?

0 Kudos

I don't think so. You may develop your own program by using RSAQ_IMPORT_QUERY to retrieve query definitions, store these definitions somewhere, delete the queries, remove table from infoset, and restore the query definitions using RSAQ_EXPORT_QUERY. But then your queries risk to have errors, and could not be supported by SAP if you have issues.

0 Kudos

Hi,

Instead of deleting the the quereis just remove/uncheck the query fields which are from that table via SQ01 and then reomve those fields from field group of infoset via SQ02 and then you will be able to delete the table.

Regards,

Priya Bhat

0 Kudos

Dear All,

Deleting table is a very pity solutiion indeed. If you have used the same infoset in various querries then its a disaster.

To avoid all these things follow the below methods.

Method 1

a). First uncheck all the querry fields of the table which you need to remove and then save the querry.

b) Then remove the table from infoset.

c) If system has allowed you to remove the table ? congrats you have done...

But if system is still not allowing you to follow the below method

Method 2

a). First uncheck all the querry fields of the table which you need to remove and then save the querry.

b) Then in SQ01 screen again assing the querry name and click on the "infoset querry" button.

     This button is available just below the querry name at starting screen of SQ01.

c) Check the infoset here and untick and remove the fileds from this infoset group as well and save.

d) now try to delete the table................I am sure this time you will delete the table from infoset without deleteing the querry.

Cheers.

Sachin Patil

0 Kudos

Thanks! Save me a lot of time!

0 Kudos

Very helpful! It works!