cancel
Showing results for 
Search instead for 
Did you mean: 

Org structure Search help

Former Member
0 Kudos

In my WDA I would like to display an Org structure and allow to select Postion or Unit.

In standard ABAP I would use a Search help for this - something like H_RMPS_DEPARTMENT.

Could I do this in WDA?

Thanks a lot.

Tatyana

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I found "Organization Hierarchy in TREE structure as F4 help " here:

[http://wiki.sdn.sap.com/wiki/display/WDABAP/OrganizationHierarchyinTREEstructureasF4+help]

This is great example I will be using for displaying Org Structure.

Former Member
0 Kudos

I am familiar with DDIC help search in WDA. I tried H_RMPS_DEPARTMENT as ddic in my WDA. But it gives RABAX error.

Please take a look at H_RMPS_DEPARTMENT. It displays Organizational Tree.

I want to display Organizational tree on Help click in my WDA.

How I could do that?

Thanks,

Tatyana

former_member187452
Contributor
0 Kudos

Hi,

If the standard search help is available then use it ....

Apply the standard search help to the attribute select Input help mode as " Dictionary Search Help " and give the search help.

Regards,

Bharat

Former Member
0 Kudos

Hi,

You can use the dictionary search help in WDA too. For the context attribute for which you need the search help select the Input Help mode as "Dictionary Search help" and then provide the search help name.

You can also develop a freely programmable search help too. Refer to the below link for more details-

http://www.divulgesap.com/blog.php?p=NjQ=

Also you can develop a search help using Object Value selector concept (OVS). Refer to the below link for more details.

http://www.divulgesap.com/blog.php?p=NzA=

Cheers,

Ravikiran