cancel
Showing results for 
Search instead for 
Did you mean: 

Organizational structure search help in web dynpro ABAP

Former Member
0 Kudos

Hi all,

I need an organizational structure search help in webdynpro abap.

It should list the organizational structure in tree view like RH_OBJID_REQUEST lists.

Follow attached the image of search help that I want in web dynpro.

Can anyone help-me.

Bruno Mota

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi bruno mota,

I also got same requirement few weeks back.... I solved this issue. To do above requirement pls fallow below steps.

->Create Tree structure in webdynpro abap using tree element in one component.

-> Create Another component and create input field and make search help by using freelyprogrammed search help...

If u have any doubs  post here....

Regards,

Krishna

Former Member
0 Kudos

Venkata, tks to your help.

I follow what you write and works fine.

Regards,

Bruno Mota.

Answers (1)

Answers (1)

Former Member
0 Kudos

Use the OVS search help for it.

Hope it is helpful for u

http://www.saptechnical.com/Tutorials/WebDynproABAP/OVS/page1.htm

Former Member
0 Kudos

Hi R Karthik I'm developing a search help in Web Dynpro with ABAP. You have an example with like

http://scn.sap.com/message/5972031 but in ABAP.

Tks.