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

problem in customized table

Former Member
0 Likes
1,150

Dear friends,

I have one Ztable which has 4 fields,

I have 4 records maintained in that table .

When I see all entries in that table without giving any value of the fields on selection screen , it shows me all the records,

But when I give any value of field on selection screen ( which is available in those records ) message

"No table entries found for specified key" is shown...

This is the issue in Quality Server but in Dev Server it runs fine.

<removed_by_moderator>

Points assured

Edited by: Julius Bussche on Sep 9, 2008 4:13 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,109

Take care of case while entering data on selection screen. e.g. enter in upper or lower case as per field.

Regards,

Aparna Gaikwad

11 REPLIES 11
Read only

Former Member
0 Likes
1,110

Take care of case while entering data on selection screen. e.g. enter in upper or lower case as per field.

Regards,

Aparna Gaikwad

Read only

0 Likes
1,109

HI aparna,

i tried it, but it does not work....

Read only

0 Likes
1,109

Check table settings.

Delivery Class = 'A'.

Allow table maintainance.

Data class = APPL0

Size category = 0.

Regards,

Aparna Gaikwad

Read only

0 Likes
1,109

Yes Aparna,

I checked this thing and its fine

Read only

Former Member
0 Likes
1,109

Try using the CONVERSION routines when dealing with the Input values.

Read only

0 Likes
1,109

Hi Bhupal,

i did not get you, Could you pls elaborate?

Thanks

Read only

0 Likes
1,109

We have the Functions like CONVERSION_EXIT_ALPHA_INPUT, CONVERSION_EXIT_ALPHA_OUTPUT.

Pass your selection screen values into these FM and use the return values in the Validation.

Read only

0 Likes
1,109

Yes Bhupal ,

I think you are right

Actually I am updating that Ztable through module pool program

Will i be right if I defined Conversion routines in Layout of the Screen ? ( i.e.in SE51)

i.e. in attributes of the field on screen

I will define Conv. exit as 'alpha'

Ref. field as 'table-field'

Will this be sufficient?

Read only

0 Likes
1,109

Hi

Give leading 0's and then try.

Read only

Former Member
0 Likes
1,109

Try this....

Before generating the table maintenace give Delivery class as A (Application table) and activate the table.

Once u done with table maintenance then change it according to ur requirement.

Regards,

Sowmya

Read only

Former Member
0 Likes
1,109

This message was moderated.