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

SE16n Missing Table Entry

Former Member
0 Likes
1,489

Hi Experts,

I have a problem with my custom table which is not showing the existing record when I put a specific value in the AUFNR field, which is the primary key. But when I just run it without putting anything, the record is there.

Do you know why and how to correct this?

Thanks a lot in advance.

- Trixa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,007

Hi All,

I have found the reason why. The program needs to convert the value first before updating the table. It just weird why it is displayed only with no specific parameter value when there is a conversion exit already for the field. Anyways, this is solved now.

Thanks!

- Trixa

3 REPLIES 3
Read only

Former Member
0 Likes
1,007

Hi Trixa,

did you see

?

Regards

Tobias

Read only

0 Likes
1,007

Yes I've seen that already but conversion exit is there. And I have checked the program that populates it and I can't see any issue the way it was populated.

Read only

Former Member
0 Likes
1,008

Hi All,

I have found the reason why. The program needs to convert the value first before updating the table. It just weird why it is displayed only with no specific parameter value when there is a conversion exit already for the field. Anyways, this is solved now.

Thanks!

- Trixa