cancel
Showing results for 
Search instead for 
Did you mean: 

Pop up window in Product Configuration Screen for particular value selected

Former Member
0 Kudos

Hi

We are using E Commerce ISA 5.0 with ECC.

For the B2B B2C Application, in the product configuration screen, we need to show the pop up window depending on the value selected in the drop down for particular property.

The inputs field are either drop down, radio button or input text fields.

Please can someone tell, which JSP files need to be modified to include these pop up messages.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want to know name of the jsp file then please run your isa application with "showmodulename=true" parameter.

it will display JSP file name with path.

../init.do?showmodulename=true it will display file name in upper left corner.

eCommerce Developer

Former Member
0 Kudos

Hi

Sorry I should have mentioned this earlier, I have tried all initial options like finding the jsp and trying to identify the action etc. but have had no success.

If you notice in SAPu2019s standard screen you will notice below:

The product configuration screen is ipc/components/statusbar.jsp

This consists of several number of configuration (variants) for selected product.

The fields are either in the form of drop down / input field or radio buttons etc.

Now for example

If I have the variant condition A1 which is drop down is made of below jsps

/ipc/tiles/characteristicValues.jsp /ipc/layouts/selectionList.jsp

/ipc/tiles/characteristicValuesInADropDownBox.jsp

Another variant condition A2 which is radio button is displaying below jsp file names

/ipc/tiles/characteristicValues.jsp

/ipc/layouts/selectionList.jsp

/ipc/tiles/characteristicValuesAsSingleOption.jsp

/ipc/tiles/characteristicValue.jsp

3rd variant condition A3 which is again a radio button is displaying below jsp file names

/ipc/tiles/characteristicValues.jsp

/ipc/layouts/selectionList.jsp

/ipc/tiles/characteristicValuesAsSingleOption.jsp

/ipc/tiles/characteristicValue.jsp

Which means, all the radio buttons or similar inpouts types are getting displayed using same jsp from ipc package.

Now the query is, we need to identify the action on each input field and display dynamic messages depending on the value selected with on drop down/ input field or selected radio button .

Do you think, itu2019s possible and how?

Thanks

Former Member
0 Kudos

Hi

Based on our furtehr analysis to this, we have decided to show the additional messages in header.jsp, but now when we are trying to read the characteristics configuration/names/values in header.jsp - we are getting run time error.

SAP has provided a jsp, ipc/tiles/characteristicValue.jsp and b2c/itemconfiginfo.inc.jsp

But I am facing difficulties in using these jsps in header.jsp

I have tried accessing com.sap.isa.isacore.uiclass.ItemConfigurationInfoHelper and

com.sap.isa.ipc.ui.jsp.beans.CharacteristicUIBean & and com.sap.isa.ipc.ui.jsp.uiclass.CharacteristicValueUI but wither its empty or I am getting run time exception in loading the header.jsp with these classes.

Pleas could someone suggest, how to read the characteristics configuration values in header.jsp.

Answers (2)

Answers (2)

Former Member
0 Kudos

Pop up at characteristics level was difficult so implemented it at button action level.

Former Member
0 Kudos

Hi All,

Does any one have any idea regarding this?

Will it be possible to build dynamic pop up windows in product configuration screen depending on the value selected and which all jsp file will be affected?

Thanks.