Application Development 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: 

Search help in Determination to NWBC field screen.

ronaldo_aparecido
Contributor
0 Kudos

Hi Experts.

I created a field in NWBC screen and I want put a search help for this field.

Could I call a search help function inside my Determination for this field ?

For example when i want to block a field i use:

  lo_property->set_attribute_read_only(

              EXPORTING

               iv_attribute_name = 'ZPACKTYPE'

               iv_key            = ls_item-key

               iv_value          = abap_true ).


And it works.


But when I want input a search help with data selected in my validation and dont know how do it.


do you  know how to do it?Or  do you know  a page in sap TM guide that teach it.?



Thanks

1 REPLY 1

Former Member
0 Kudos

Assuming this is a custom field that you have added to the Persistent or Transient structure,

you could simply attach a search help to that field in the base structure.

Try if that works for you.

Thats is what I did when I needed a search help on my custom field