2006 Dec 05 9:39 AM
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.
2006 Dec 05 11:22 AM
may be in the PAI of screen you have written the code for this.
check and put that message at the approriate sy-ucomm
2006 Dec 05 11:22 AM
may be in the PAI of screen you have written the code for this.
check and put that message at the approriate sy-ucomm
2006 Dec 05 11:32 AM
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...
2006 Dec 05 12:27 PM
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
2006 Dec 05 1:01 PM
delete the created one . and recrete once gain.<br>
donot give existing fumction group. give the name which doesnot exist.
2006 Dec 06 2:37 PM
2006 Dec 06 9:03 PM
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
2006 Dec 09 10:31 AM
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.
2007 Oct 02 9:52 AM
Hi Venki,
Your sugestion help me and solved my issues.
Thanks a lot
Regards,
Senthil