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

removing selection screen

Former Member
0 Likes
932

hi all,

how to remove the classification selection screen from IQ09?

thanx & regards

7 REPLIES 7
Read only

Former Member
0 Likes
856

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,

Read only

0 Likes
856

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

Read only

0 Likes
856

hi mukesh i have already done that & after that when i run the report i get the message : "no objects selected"

Read only

0 Likes
856

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.

Read only

0 Likes
856

what about sy-repid what should i pass to it the name of the custom program?

Read only

0 Likes
856

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

Read only

Former Member
0 Likes
856

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.