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: 

Table Maintainance : No entries found that match selection criteria

Former Member
0 Kudos
6,432

Hi All,

I am facing this problem in the Table Maintainance screen generated for a Z table.

The screen works fine but as soon as I click on New Entries, it gives a message

"No entries found that match selection criteria" and leaves to the previous screen.

Please advise.

Thanks in advance,

Archana.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,705

may be in the PAI of screen you have written the code for this.

check and put that message at the approriate sy-ucomm

8 REPLIES 8

Former Member
0 Kudos
1,706

may be in the PAI of screen you have written the code for this.

check and put that message at the approriate sy-ucomm

Former Member
0 Kudos
1,705

have u created the table maintenance from SE11...then it will work properly...But u might have changed the code in the FM of the table maintenance due to which this error is appearing...It might that when (this button pressed) give the message and exit...

0 Kudos
1,705

I have created this through SE11 only and I have not written any code, I have attached it to a standard function group YF32 and the same is activated.

Please suggest

0 Kudos
1,705

delete the created one . and recrete once gain.<br>

donot give existing fumction group. give the name which doesnot exist.

0 Kudos
1,705

I had tried that twice already but it does not help !!!!!!

0 Kudos
1,705

Hi ,

FOLLOW THIS STEPS.

GO TO TABLE MAINTENANCE GENERATOR SCREEN , AND DELETE IT.

SAVE COME BACK.

GO TO DATABASE UTILITY AND CLICK ACTIVATA AND ADJUCT DATABASE TABLE.

NOW SAVE AND COME BACK SAVE AND ACTIVATE IT.

NOW AGAIN GO TO TABLE MAINTENANCE GENERATOR AND GIVE AUNIQUE NAME ANY THING AND THEN CREATE THE TABLE MAINTENANCE.

NOW IT SHOULD WORK AND IT WILL WORK.

I GUESS ALL THE TABLES ASSOCIATED WITH FUNCTION GROUP WOULD RESULT IN ERROR BECAUSE YOU HAVE USED A FUNCTION GROUP THAT IS TIED TO ANOTHER TABLE.

REMEMBER GO TO SE 80 AND GIVE THE FUNCTION GROUP NAME AND JUST CLICK REFRESH ICON,OTHERWISE IT WOULD CRETA PROBLEMS FOR OTHER TABLE

always the function group should be unique.

i will give a good example whats the problem with.

when you use a function say zfg for table za and zb.

the program will create an include with all the field os za and zb..

when you move only za table into qas and you don't want to move zb then there would an error.

so always use an unique function group.

THANKS

venki

0 Kudos
1,705

Thanks All,

The problem was with the Primary Key not defined properly. I have defined another primary key and it works fine.

Thanks to all again.

0 Kudos
1,705

Hi Venki,

Your sugestion help me and solved my issues.

Thanks a lot

Regards,

Senthil