cancel
Showing results for 
Search instead for 
Did you mean: 

CIC - action in the search help Folder

Former Member
0 Kudos

Hello,

i have a problem with my serch help folder in the CIC.

I want to start the customer serch help with my own criteria.

In order to do this, i create a new Button.

Can anibody tell me, witch FB and includes are concerned, when i click on the serch button, that is customized in the standard ( the Button 'Search' in the HTML- template.

I Know that i can create a new Button in the template CRM_CIC_SEARCH_DISPLAY ( copy my own ) .

The text of the my own Button i create in the FB CCMCS_GET_TEXTS_FOR_HTML.

But where can i create my own action ?

kind regards

Torsten

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello,

i'm further a few steps.

So i close this thread and open a new one with my new questions.

Thank for the attempt to help.

Torsten

Former Member
0 Kudos

SAPEVENT:UNDO - Reset() + Delete SAPEVENT:FIND - Search SAPEVENT:FIND2 - Search SAPEVENT:OKAY - Confirm SAPEVENT:LEAN_SAVE -

...

and later

...

function FIND()

{ document.FORM1.action = "SAPEVENT:FIND"; document.FORM1.submit(); function FIND2() { document.FORM1.action = "SAPEVENT:FIND"; document.FORM1.submit(); }

I hope you or anybody else can explain me, how the Information, witch Button was clicked, was transported to the SAP- framework, that start the Customer Search Help.

Kind regards

Torsten

(Sry for this three posts, the editor has serious problems with preserved words

like "onClick")

Former Member
0 Kudos

...

later in the HTML-Code -- my own Find- button

...

TR

TD BUTTON on-click=FIND()

TR

TD BUTTON on-click=FIND2()

The Click on the original Find Button Stert the standard Customer Seach.

I Know how i can work in this Search, but i don't know the Way to the Search help.

If i have a look to the HTML- Coding in the Template Search (CIC), i see that Coding (ind and my own find2) :

Former Member
0 Kudos

Hello Anita,

your link not really help me.

I have no Problem with the SAP Action Box Configuration.

I have a Problem with the Buttons in the HTML- Template.

I create a new Button in the template CRM_CIC_EMP_SEARCH ( TA SMW0 😞

- Events Triggered by the various Buttons

SAPEVENT:DET_BP2 - Details for Customer

SAPEVENT:DET_BP1 - Details for Caller

SAPEVENT:DET_IBASE - Details for IBase Component

SAPEVENT:LISTREL - List related partners

SAPEVENT:LISTREL_BP2 - List related partners for BP2

SAPEVENT:LISTRELIB - List related Ibase Components for selected BP

SAPEVENT:UNDO - Reset() + Delete

SAPEVENT:FIND - Search

!!! my own !!!

SAPEVENT:FIND2 - Search

Former Member
0 Kudos

test