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: 

Regarding Search Help

Former Member
0 Kudos

Hi,

I have used field exit for some field and modified that text as profit center , but now the functional guy is asking for search help of profit center to the new field. How to do that?

Waiting for ur reply...

-


Regards,

Srinath

3 REPLIES 3

Former Member
0 Kudos

Hi Shrinath,

Use standard search help for profit center.

i.e. COBL_EX_PRCT

Regards,

Vijay

Former Member
0 Kudos

Hi,

If you need a search help for field profit center then you can find it in standard table CEPC - Profit Center Master Data Table field PRCTR.

From here you can get the name of the standard search help being used for the Profit Center field.

Now, go to your table and give the data element for your field as PRCTR.

Then keep cursor on this data element and click the Search Help Button and give the details of the search help you found from the table CEPC.

Hope this solves your problem.

former_member189420
Active Participant
0 Kudos

Hi,

In your user-exit you can add code as when F4 is pressed call the FM 'F4IF_INT_TABLE_VALUE_REQUEST' passing the required values to be displayed for F4 help.

Hope this helps.

Regards,

Anand Patil