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: 

problem in customized table

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Regards,

Aparna Gaikwad

0 Kudos

HI aparna,

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

0 Kudos

Check table settings.

Delivery Class = 'A'.

Allow table maintainance.

Data class = APPL0

Size category = 0.

Regards,

Aparna Gaikwad

0 Kudos

Yes Aparna,

I checked this thing and its fine

Former Member
0 Kudos

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

0 Kudos

Hi Bhupal,

i did not get you, Could you pls elaborate?

Thanks

0 Kudos

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.

0 Kudos

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?

0 Kudos

Hi

Give leading 0's and then try.

Former Member
0 Kudos

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

Former Member
0 Kudos

This message was moderated.