cancel
Showing results for 
Search instead for 
Did you mean: 

Reusable wrapper for Web Dynpr ALV - Request for Inputs

Former Member
0 Kudos

Hi All,

We have decided to go ahead with usage of ALV table wherever table UI is present. For this, we are planning to develop wrapper to standard ALV component. We are having following points in mind regarding this. Please help us with your inputs:

a)      Create Z structure for each of ALV table context; it is easy to add field and enhance ALV table with additional column if required

b)      Wrapper class will have following methods

a.       Method to subscribe to event of ALV table and return parameter of event; this parameter will be used to identify event triggered

b.      Method to add row at the specified index of node

c.       Method to initialize ALV component and return reference of component to main component

d.      Method to set properties of table: Property name and value; accepts structure with this value pair

e.      Method to create buttons:  Button Name, Button Text, etc..

f.        Method to handle each cell – Need to decide what to pass to this method and what to get

I know this is not enough to create wrapper for ALV. We need your inputs on how to make it comprehensive and be able to handle all kinds of ALV requirements. This is crucial for our user usability perspective. Request you to help us with your inputs.

Regards,

Ganga

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Why dont you enhance the standard GUIBB and use in FPM. We had a requirement to display graphics and download options in the ALV but that was not available in GUIBB. So, we enhanced the GUIBB and activated the required options and it worked great.

Just a suggestion.

-Manish

Answers (0)