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: 

linking intotype listbox to table in sm30 inorder to maintain field values

Former Member
0 Kudos

Hi All,

I got a requirment to create custom infotype with some custom fields adding to stndrd infotype an with also some validations .

So let me know, How to link intotype listbox to table in sm30 inorder to maintain field values?

Thanks for the same.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Vinay,

The best way would be to assign the search help in the table directly and recreate the maintainance...in this manner the search help would be available in the sm30 already..then using "Ëvents" of the table maintainance generator we can validate the fields entered at the time of saving..if a standard search help already exists then t would be availbel in maintainance......

to create events -> go to se11 -> utilities -> table maintainance generator -> click '

then go to environment -> modification -> events ..in the table control..create new entries ....and select the suitable event and write the code in the routine to do validations

Hope it helps

Pls check and revert

Regards

Byju

1 REPLY 1

Former Member
0 Kudos

Hi Vinay,

The best way would be to assign the search help in the table directly and recreate the maintainance...in this manner the search help would be available in the sm30 already..then using "Ëvents" of the table maintainance generator we can validate the fields entered at the time of saving..if a standard search help already exists then t would be availbel in maintainance......

to create events -> go to se11 -> utilities -> table maintainance generator -> click '

then go to environment -> modification -> events ..in the table control..create new entries ....and select the suitable event and write the code in the routine to do validations

Hope it helps

Pls check and revert

Regards

Byju