Posts Tagged ‘abap’

Loading Web Service BEx Query Data – SWF Airline Report

Posted in SAP BO Xcelsius, SAP BW/BI on October 17th, 2009 by asabau – Be the first to comment

The starting point is represented by a BEx query similar to the one described in the first airline report. A remote function module is created to load the query data. Based on it, a web service is generated. This web service will be used by Xcelsius to load the query data into an Excel spreadsheet.
read more »

Web Service Based Xcelsius Report – SWF Airline Report

Posted in SAP BO Xcelsius, SAP BW/BI, Showcase on October 17th, 2009 by asabau – Be the first to comment
Web Services Based Xcelsius Report - SWF Airline Report

read more »

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 »

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 »

Dynamic Internal Tables – Custom Data Explorer

Posted in SAP Dynpro on June 14th, 2009 by asabau – Be the first to comment

Create, populate and display an internal table at runtime without knowing in advance the table type. This can be achieved with the help of field symbols and data reference variables. read more »