cancel
Showing results for 
Search instead for 
Did you mean: 

Customer search help - additional information for attached bill-to

Former Member
0 Kudos

Hi,

I have extended a customer search help so that for a sold-to-partner the attached bill-to (table KNVP) is also shown in the result list (field KUNN2). Beside the number (KUNN2) there shall be shown additional information according the attached bill-to (name, department, postcode). How can I realise this?

Do I have to implement a search help exit to impair the result?

Thanks for help.

Greetings,

Sven Keller

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Here the solution:

Add your fields (e.g. NAME, POST_CODE,...) to the search help. Define LPos of each field.

Add a search help exit. In this search help exit determine your desired additional informationen on CALLCONTROL-STEP = 'DISP'.

Add your additional data using function module F4UT_PARAMETER_RESULTS_PUT.

Greetings,

Sven Keller

  • question set on answered

Edited by: Sven Keller on Nov 24, 2009 2:15 PM

Jelena
Active Contributor
0 Kudos

Not sure I understand you correctly, but all the fields that should appear in the Search Help, should be just entered there. There is Import and Export checkbox for the fields to be passed back and forth. If you don't check either of them, I believe the fields will be just displayed. Perhaps [this blog|http://friendlyabaper.blogspot.com/2006/11/search-help.html] will be helpful.