Dynamic Sort on Dynamic Internal Table
Code snippet to dynamically sort a dynamically generated internal table.
Code snippet to dynamically sort a dynamically generated internal table.
Chart UIBB in Floor Plan Manager (FPM) is implemented using Web Dynpro component FPM_CHART_UIBB. To implement chart component you need to first create a feeder class which implements interface IF_FPM_GUIBB_CHART. Actual display of chart including dimensions, measure, chart type etc is configured using FPM configuration …
This is how you can close a Portal Window from Web Dynpro. There are however some restrictions on when a portal window can be close which you can read at link Restrictions in CLOSE WINDOW Functions In my example window W_MAIN is loaded on the …
In Part 1 of the blog I created webdynpro component and configured that with Object Instance Floorplan (OIF). This configuration can also be done using Application Configuration Tool(ACT) which is this blog is all about.
In this two part series I will explain how to configure FPM(Floor Plan Manager). This blog is more suited for beginners who are trying their first FPM configuration. First we will configure without using ACT(Application Creation Tool). ACT is one screen application tool which will …