06-23-2012 9:42 AM
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
06-23-2012 6:29 PM
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
06-25-2012 8:27 AM
Yes, i would be more "correct" to create your own search help and append it to collective search help LART
Regards,
Raymond