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: 

Text table assignment in search help

former_member420959
Participant
0 Kudos

Hello,

I am edit the standard search "LARTN" to add cost center field to it and changed the selection method to "CSSL"

But when i press f4 iam getting all values except texts.

The texts are available in table "cslt"

can we get the texts in search help if we add this table to text table in search help.

I am trying to do it but text table is not coming to edit mode.

Please help.

Thanks in advance

Ujwal

2 REPLIES 2

Clemenss
Active Contributor
0 Kudos

Hi ujwal ratakonda,

Hope you know what you do.

1. CSLT is text table for table CSLA, not for CSSL which has no text table

2. The original selection method M_LARTN is a view at CSLA and CSLT

3. You may create your own view connecting CSLA, CSSL and CSLT

4. You can leave the search help as it is and add the additional field in the search help exit: Replace F4UT_PARAMETERIDS_SET with your own function module copied from F4UT_PARAMETERIDS_SET. See sample code in F4IF_SHLP_EXIT_EXAMPLE and use i.e. STEP DISP to modify the output.

5. If possible, create your own search help in customer name space and attach it exactly only where you need it - for the sake of the SAP standard.

Regards,

Clemens

0 Kudos

Yes, i would be more "correct" to create your own search help and append it to collective search help LART

Regards,

Raymond