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: 

In module pool program , i am getting no entry found standard error message 0058 how to fix?

0 Kudos

i am developing module pool program , used two containers in program and passed two different tables data in two containers.by using save i am updating 2 container data in tables .if i unassign all records then perfomed save ,again i tried to assign records to 2 container ,but i am getting no entry found please check entry ...........can any one help...

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

First of all, the message 00058 "Entry & & & does not exist in &4 (check entry)" is sent when there are invalid values in input fields of an Editable ALV Grid control, or input fields of a dynpro. As you are talking about containers, maybe it's more related to an Editable ALV Grid. The cell with the erroneous value is highlighted (red border). The valid values are determined by the F4 help assigned to the field in question.

0 Kudos

capture.png

Hi sandra ,

i am getting like this ,here i attached screen shot of program i tried to assign one table data to other in screen .

in that process i am getting like this ,please find the below attachment.

0 Kudos

I don't understand what you mean by "assign one table data to other in screen". The validation is not done during the assignment of variables, it's done when you transfer the values from the screen to the program.

I don't have my Crystal ball to guess what your code looks like, which class you are using, which methods you call, in which sequence, etc.

In your screen capture, it says that the value 501 does not exist in table /PWEAVER/TUI. So, check your internal table, which field contains the value 501, which refers to that table. Check the values in that table.

0 Kudos

Thank you sandra for your guidence ,

I found solution for issue .