SAP WebDynpro

Dynamic Business Graphics – Airline Report

Posted in SAP WebDynpro on September 12th, 2009 by asabau – Be the first to comment

The business graphic chart gets updated every time the table showing the BEx query data changes its selection. Selected table rows represent chart series and table column names represent the chart categories. read more »

Dynamic Tables – Airline Report

Posted in SAP WebDynpro on September 12th, 2009 by asabau – Be the first to comment

Now that BEx query data is reflected into a context node, we can use this node to create dynamic tables to show its content. The first column of the dynamic webdynpro table will always represent the query Y axis, the rest of the columns representing the query X axis. read more »

Dynamic Context Nodes from BEx Queries – Airline Report

Posted in SAP BW/BI, SAP WebDynpro on September 6th, 2009 by asabau – Be the first to comment

Having a context node reflect the structure and content of a query data makes it easier to display it via webdynpro UI elements. InfoCube query calls are available via RRW3_GET_QUERY_VIEW_DATA function allowing advanced query control via run-time defined parameters. These parameters represent the query variables defined using BEx query designer. read more »

Variable Based BEx Queries in Dynamic Tables and Business Graphics – Airline Report

Posted in SAP BW/BI, SAP WebDynpro, Showcase on September 5th, 2009 by asabau – Be the first to comment
Variable Based BEx Queries in Dynamic Tables and Business Graphics - Airline Report

read more »

Dynamic Dropdowns – Flight Routes

Posted in SAP WebDynpro on August 16th, 2009 by asabau – Be the first to comment

All Flight Routes webdynpro search dropdowns controls are dynamically populated at runtime based on some inner joins on table data. One may expect dropdown values contain direct data binding from inner tables just like it’s the case for webdynpro tables but this is not the case.
read more »

Flash Island Communication – Flight Routes

Posted in Adobe Flex, SAP WebDynpro on August 15th, 2009 by asabau – Be the first to comment

Two way communication between a flash island and its webdynpro container is possible and you can achieve it in more than one way.
read more »

Google Maps in Flex – Flight Routes

Posted in Adobe Flex, SAP WebDynpro on August 9th, 2009 by asabau – 2 Comments

Main application mxml is ZSAB_ISL_SPFLIGHT following an ABAP like naming convention. Everything is built on two variables shared between flex and webdynpro: flightList and currentFlight. Every time they get updated, the map overlays get updated as well.
read more »