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 Help with Structure Display

Former Member
0 Likes
710

Hi,

I want to create a search help which should display my output in the structure format base on the different levels.

I have already written a test program which display all the values in proper structure format. But I wanna do the same in the search help. It has to display the output in the structure format.

Please guide me how to achieve this.

Thanks,

Karthik

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
669

Hi Karthik,

I was reading the thread, and didn't see any mention to use the search help exit : you create a search help, and when called, that will call the function module indicated. That's what is used in the HR org search help. In the function module, you'll do as suggested by dez, displaying an ALV tree (or any other tree control you want).

BR

Sandra

Hi,

I want to create a search help which should display my output in the structure format base on the different levels.

I have already written a test program which display all the values in proper structure format. But I wanna do the same in the search help. It has to display the output in the structure format.

Please guide me how to achieve this.

Thanks,

Karthik

4 REPLIES 4
Read only

Former Member
0 Likes
669

hello,

use FM F4IF_INT_TABLE_VALUE_REQUEST.

br,

dez_

Read only

0 Likes
669

Hi,

The function module which you have given will help to create Dynamic search help. But it wont create dynamic search help with structure format, Means the parent child relationship format which you are seeing in HR org structure.

Please let me know your comments.

Thanks,

Karthik

Read only

0 Likes
669

hello,

you could write additional report based on ALV tree. So you would have the stucture which you want to have and on value request call your custom program. i doubt that there is FM or class which could generate search help tree. So basically you have to write your own logic. Or you could use GuiXt tool. Example and tutorial.

http://www.synactive.com/tutor_e/lessonco00.html

br,

dez_

Read only

Sandra_Rossi
Active Contributor
0 Likes
670

Hi Karthik,

I was reading the thread, and didn't see any mention to use the search help exit : you create a search help, and when called, that will call the function module indicated. That's what is used in the HR org search help. In the function module, you'll do as suggested by dez, displaying an ALV tree (or any other tree control you want).

BR

Sandra