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: 

How to change the label of the fields in search help?

Former Member
0 Kudos

HI All,

  

            I have created search help for 3 fields VBELN,SUBMI and BSTNK , output i have to see with Sales document number  instead of sales doc(VBELN) , wc order id instead of condition no.(SUBMI) and wip no(BSTNK) instead of purchase order number.

Regards,

Ajit.P.

1 ACCEPTED SOLUTION

wol
Active Participant
0 Kudos

Hi Ajit,

you can do this by using the flag "Modified" for the data element (see Screenshot). Then you enter an onwn data element (should of course be of same type (same domain) ) with own labels and documentation.

Does this solve your issue?

Greets

Stefan

2 REPLIES 2

wol
Active Participant
0 Kudos

Hi Ajit,

you can do this by using the flag "Modified" for the data element (see Screenshot). Then you enter an onwn data element (should of course be of same type (same domain) ) with own labels and documentation.

Does this solve your issue?

Greets

Stefan

nabheetscn
Active Contributor

Hi Ajit

Since you are using standard fields and you want to modify the description you make use of Search help exit in this case. The search help exit should have same import/export parameter as F4IF_SHLP_EXIT_EXAMPLE(read documentation).  Since you want to modify the description of columns you will haev to modify the data in SHLP_TAB-FIELDDESCR. This internal table contains description and you can modify it

Nabheet