cancel
Showing results for 
Search instead for 
Did you mean: 

CIC0 Transaction

Former Member
0 Kudos

Hi All,

In CIC0 transaction in customer search tab , I need to change the 'Business partner 1' to customer . but this being a standard transaction i am clueless as to how i will change it . Cannot use the access key also.

please help.

Thanks,

Amit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amit

The BP Search tab is a HTML based screen. So any modification in the format or content of the screen, has to be done in the HTML template or in the program it uses in the search.

Goto Txn SMW0 - > Select the radio button HTML Templates for WebRFC Applications and Enter -> Need not enter anything in this screen , just execute.

You'll find all the templates here, select the one which you are using , by default it will be CIC_SEARCH_DISPLAY for the default search profile. Now that we cannot mess around with the standard stuff we make a copy of this template and then assign it to the search profile we are using in the SPRO . You can download the standard template onto your desktop make it a Z one and upload it back from SMW0 itself. You can make use of this one for your search.

Select your template in SMW0 and then select Change icon.

The html code is displayed in the notepad. Find the code

<TR><TH align=left style="font:bold" width=28%>

<!%%BP1%></TH></TR> and change it to

<TR><TH align=left style="font:bold" width=28%>

Customer</TH></TR>

If you want the above change to be done programatically, which is very simple provided you have the access key, in the program SAPLCRM_CIC_BP_SUB goto text elements and

change the text-020 . CRM_CIC_BP_SUB is the function group which the standard html template CIC_SEARCH_DISPLAY makes use of in implementing the search.

Ideally,I would suggest you to get the access key and do it programatically.

Hope this helps!

Ranjit

Former Member
0 Kudos

Hello Ranjit,

Could you please tell us where exactly we have to assign modified CIC_SEARCH_DISPLAY to the search profile in the SPRO FOR cic0.

Thank you

Jess

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jess

IC Winclient -> Component Configuration - > Visible Components - > Define Profiles for Search Strategies - >

select the Search Profile and double click on Search Attributes -> HTML for BP Search is the field where we assign the modified template.

Ranjit

Former Member
0 Kudos

Thank you Ranjit i got it

jess

0 Kudos

Hi Amit

You can only change the standard screen given.

Chitra

Former Member
0 Kudos

Thanks Chitra.

But i am not able to find the screen number. it is a table strip.