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

Infoset Query Selection Screen Issue

jogeswararao_kavala
Active Contributor
0 Likes
1,396

Dearf Experts,

I am a SAP-PM functional area. (Do know very little about technical sideof SAP)

I am working on SQ03/SQ02/SQ01 for the first time to create an Infoset query.

The output screen is incontrol and showing all the fields as per my specifications.

My problem is the Selection Screen. This is displaying to many things not desired by me.

1. Two tabs (I do not expect any tabs)

2. Many Screen areas, repeating the fields (1000,0100,0101,0102,0103)

The screen area of my specified fields in at the bottom.

My expectations about the selection screen is - just like simple one as in the case of SQVI.

Please help me in getting through this problem.

Regards

Jogeswara Rao

1 ACCEPTED SOLUTION
Read only

former_member194416
Contributor
0 Likes
1,317

Hi,

Most probably your infoset is using a logical database as a data source. And tabs and selection fields are coming from this logical database. There may be possibilities to deactivate selection fields depending on the logical database that is used. Could you check if logical database is used and yes name of it ?

Regards,

5 REPLIES 5
Read only

former_member194416
Contributor
0 Likes
1,318

Hi,

Most probably your infoset is using a logical database as a data source. And tabs and selection fields are coming from this logical database. There may be possibilities to deactivate selection fields depending on the logical database that is used. Could you check if logical database is used and yes name of it ?

Regards,

Read only

0 Likes
1,317

Gungor Ozcelebi,

Thank you very much for responding,

Exactly as you said, I am using Notifications logical database.

(I was suspecting this reason)

Infact I found about 8 fields (Perhaps related to Date fields, checkboxes etc) are automatically selected from the LDB.

My trials to delete them were invain. They reappear while saving.

I would be very thankful, if you help me in this case.

Regards...

Read only

0 Likes
1,317

if you dont need so many thing in selection screen, then dont go for LDB. just create your own selection set with SQ01.

Read only

0 Likes
1,317

Selection set you are referring, has to be from either an LDB and/or any Table/s. I am having to use LDB, to get the field 'System Status'. Otherwise VIQMEL table was satisfying the needs.

For my needs, deactivating the unwanted fields of LDB, as suggested by Gungor Ozcelebi, seems to be appropriate.

OR

Is there any other way to get the system status into the query?

Request your inputs accordingly.

Regards...

Read only

0 Likes
1,317

Hi,

LDB can be copied into a custom LDB (Also query must use this new LDB) using TCODE SE36 and selection fields can be closed. Also it is possible to solve the issue without LDB, system status can be choosen from JEST or using FM 'STATUS_READ'. I checked this LDB normally in HR it is possible to customize selection screen for LDB but I could not find any options for that in notifications.