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

Match Code/ Search Help

Former Member
0 Likes
448

Hi !

I need to create a new matchcode for transaction XD03 which is directly a clone of search help DEBIX with additions of two fields i.e street 4 and street 5(STR_SUPPL3 & LOCATION). When I do that by copying and adding the two fields somehow I was not getting theright thing and it was taking me through the DEBIX , probably due to teh fact that I was using the same FM used in DEBIX. SO i created another database view table and put the required fields needed in it, but still I am not getting the result.

Can anyone help me in creating this new search help which will be similar to DEBIX and the two fields added to it.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

> i created another database view table and put the required fields needed in it, but still I am not getting >the result.

> Can anyone help me in creating this new search help which will be similar to DEBIX and the two fields >added to it.

Are those fields are from the smae table or they are from same table. what is happening when you go to view and check the entries, are those fields populated or not.

May be inside the function they are populating the search help values with some coding manually , which don't include the Fields which you added recently.

For time being, just to test remove the Exit function and check it once , are you getting values in those fields are not..

2 REPLIES 2
Read only

Former Member
0 Likes
410

> i created another database view table and put the required fields needed in it, but still I am not getting >the result.

> Can anyone help me in creating this new search help which will be similar to DEBIX and the two fields >added to it.

Are those fields are from the smae table or they are from same table. what is happening when you go to view and check the entries, are those fields populated or not.

May be inside the function they are populating the search help values with some coding manually , which don't include the Fields which you added recently.

For time being, just to test remove the Exit function and check it once , are you getting values in those fields are not..

Read only

former_member194669
Active Contributor
0 Likes
409

Please check the LPos & SPos got filled with next available values

a®