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

Search Entry Help - Interactive Application

Former Member
0 Likes
492

Greetings,

I'm devoloping an interactive application and I have an input field where I like to supply the user with a custom search entry help (browsing) however I'd like to point the searchable entries a Z table. I have a feeling this is simple but I'm in a pinch for time so quick points for quick answers (ha ha).

Cheers!

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
476

In transaction SE11, you can create your own search help. After entering name of search help, the selection method must be set to your custom table. Next you can declare import and export parameters for you search help.

4 REPLIES 4
Read only

Sm1tje
Active Contributor
0 Likes
477

In transaction SE11, you can create your own search help. After entering name of search help, the selection method must be set to your custom table. Next you can declare import and export parameters for you search help.

Read only

former_member194669
Active Contributor
0 Likes
476

Create a structure with a field and assign your z table as check table and use the structure field as input field in your report.,

System will provide you search help and validation for that field

Read only

Former Member
0 Likes
476

hi this is quite simple for u when u want to put the search help for the parameters in the selection screen..

check this example ..suppose i want to create a search help for pernr in my zreport like in the tcode pa30--pernr..i had done like this....

report ztest.

tables: pa0002.

select-options:s_pernr for pa0002-pernr no intervals no-extension.

check this it will give only the entries from the table .

tables: pa0002.

select-options:s_pernr for pa0002-pernr MATCHCODE OBJECT prem no intervals no-extension .

then check this it will add the search help from the standard tcode..

regards,

venkat.

.

Read only

Former Member
0 Likes
476

Hi, I guess my requirenment fits to this one. I have the same problem, just that the table I want to use in my search help (CRM) is stored in R/3. Any ideas?