cancel
Showing results for 
Search instead for 
Did you mean: 

Error or not in BBPSEARCH 1000 BHTML?

Former Member
0 Kudos

Hi forum...

I have just had a strange problem in the Enterprise buyer...

I was told that the "Extended search" link was not showing on the browser screen in our development and QA system, but was showing in the production environment.

Finding the Business HTML template was no problem:

SE80 - Internet service: BBPSEARCH - HTML template: SAPLBBP_PDH_SEARCH 1000.

I compared the Business HTML templates from Dev/Prod - 100% alike.

This threw me of the trail for a while...

Looking closely at the Business HTML, I found something strange (from line 364):

    <td valign="bottom">
      `if(GV_ADDITIONAL_CRITERIA.value == "X")`
        `BBPNavigation("", label=#ADDITIONAL_CRITERIA_CLOSE, "", "", "", "", jsFunction="smallSearch();" onclick="return clickURLLink()", tooltip=#ADDITIONAL_CRITERIA_CLOSE)
      `else` 
        `BBPNavigation("", label=#ADDITIONAL_CRITERIA, "", "", "", "", jsFunction="bigSearch();" onclick="return clickURLLink()", tooltip=#ADDITIONAL_CRITERIA)
      `end`
    </td>

In my opinion this code is wrong, as the two BBPNavigation-lines are NOT terminated with the " ` " char as I think they should have been...

By adding the two " ` " chars, the link came back onto the screen...

Now, can anyone explain to me, why this (faulty?) Business HTML code seems to be working in the production environment, but not in the Development and QA environments?

Thanks in advance for your time!

Have a nice day!

Best regards

Per Christiansen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The source code at my place is(SRM 5.0) :

<td valign="bottom">

`if(GV_ADDITIONAL_CRITERIA.value == "X")`

`BBPNavigation("", label=#ADDITIONAL_CRITERIA_CLOSE, "", "", "", "", jsFunction="smallSearch()", tooltip=#ADDITIONAL_CRITERIA_CLOSE)`

`else`

`BBPNavigation("", label=#ADDITIONAL_CRITERIA, "", "", "", "", jsFunction="bigSearch()", tooltip=#ADDITIONAL_CRITERIA)`

`end`

</td>

As you said the two " ` " chars must have amde the difference.

BR,

Disha.

Pls reward points for useful answers.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Per,

I had something similar with the search, where all screens where gone.

The reason was an OSS Note for improving SC (but I can remember), but

with an unknown side effect on the search.

Check the latest OSS notes implemented in your system, esp. when the

issue is not yet in QA or Pro.

Thanks,

Claudia