cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert/change my table to alv?

siongchao_ng
Contributor
0 Kudos

Hi all,

Currently, my program returns some results in table form. However, there is change of requirement. I need to return the table form into alv format instead so that the program can have added alv features such as built in export to excel/ print features.

Question: Where and how do I implement this change?

Edited by: Siong Chao on Mar 23, 2010 5:03 AM

Edited by: Siong Chao on Mar 23, 2010 5:09 AM

Accepted Solutions (1)

Accepted Solutions (1)

saket_abhyankar
Active Participant
0 Kudos

Hi,

As per my understanding there is no way to change table ui element to ALV. You need to delete the table ui element and implement the ALV. You can use the same data node for ALV also.

Regards,

Saket.

siongchao_ng
Contributor
0 Kudos

Hi Saket,

If that is the case, how do you implement alv in webdynpro? There is no alv ui element in webdnpro.

saket_abhyankar
Active Participant
0 Kudos

Hi,

Refer [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1190424a-0801-0010-84b5-ef03fd2d33d9?quicklink=index&overridelayout=true] for std SAP document on ALV implementation. There is no separate UI element for ALV implementation. You need to go for the component usage of std. component 'SALV_WD_TABLE'.

Regatds,

Saket.

Answers (0)