‎2006 Jul 06 12:44 PM
hi all,
how to remove the classification selection screen from IQ09?
thanx & regards
‎2006 Jul 06 12:51 PM
Hi,
The report pertaining to IQ09 uses the LDB 'EQI', this has the only one selection screen version, if you want to change the selection screen, you may have to create a custom report and disable the 'classification' button in the selection screen using 'at selection_screen_output' event,
Hope this helps,
Rgds,
‎2006 Jul 06 1:01 PM
hi,
I have copied the standard report RIEQUI21 to a custom report zRIEQUI21 & when i run this report i get message:
"no objects selected"
how to correct this error
thanx & regards
‎2006 Jul 06 1:04 PM
hi mukesh i have already done that & after that when i run the report i get the message : "no objects selected"
‎2006 Jul 06 1:05 PM
Hi AS,
I have checked its getting executed for me.Create a Zinclude for the include of the SAP program RIEQUI21.
Activate that include and the main program then execute.
‎2006 Jul 06 1:13 PM
what about sy-repid what should i pass to it the name of the custom program?
‎2011 Jan 05 11:26 AM
Hi,
Did u get the reply for this post.
if yes.please help me i'm also facing the same issue.
Thanks and Regards,
Edited by: suresh babu on Jan 5, 2011 6:27 AM
‎2006 Jul 06 12:56 PM
Hi AS,
Custom program for the transaction is RIEQUI21.In that include is there MIEQUI20.Inside this include another include is there MIOLESEL for the selection screen.Create your own 'Z'program copy this standard program and includes.Comment the selection screen for the classification .Activate the program.Assign a 'Z' transaction code to the 'z' program and execute your transaction.
Or if you will be able to get the access key go to the specified code and make the changes in the code.