Hi,
We are using Adobe FLEX integration with Web UI, currently we are facing one issue related to binding of data from CRM table view to FLEX component.
For this we have followed the procedure mentioned in Thomas Jung Tutorial and compared it with SAP standard Component WFDGANTT also, But the behavior is not same as expected.
Requirement: We have an assignment block (component) ZRBA_RISKSCORE; for which we have to represent the table data into “clustered Bar Chart” in web UI. The standard SAP provided Bar chart does not provide a clustered charting for the table data.
Enhancement and Problem Faced: For the above requirement we tried to implement SAP “Flash Island” with integration to Adobe Flex. We took reference of SAP standard component “WFDGANTT” and View “WFDGANTT/FlexResGantt” .
But in binding of data with Context node attribute, we are getting dump.
The code for binding has been given below with reference to SAP standard and has been done in the HTM VIew.
<btf:flashIslandProperty id = "INHERENT_SCORE"
name = "INHERENT_SCORE"
value = "//RISKSCORENEW/INHERENT_SCORE" />
In RISKSCORENEW.htm
The dump faced is as follows:
- BSP exception: Structure component with name "INHERENT_SCORE" does not exist
Can anyone please throw some light and sugget the reason for this dump.
Regards,
Abhinav