cancel
Showing results for 
Search instead for 
Did you mean: 

How to run WD application

Former Member
0 Kudos

Hi friends,

As per our requirement, download alv data to an excel with some of the coloumns read only

Plaese give me inputs on formating excel as per the requirement and also

is it possible to run an WD-application(developed in Java) from a pushbutton or UI element in WD (ABAP)?

regards,

Surya

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You are asking two completely different questions in one forum thread. That is generally not recommended. You should really split this into two questions in the future.

1. As to setting fields in the excel download via ALV to read only, that would require a modification to the SAP standard XSLT that creates the Excel output. The current XSLT is simply not designed to do that. I would be very cautious about making such a modification. You might have to consider creating your own export functionality instead (not a simple job however).

2. Sure it is possible to run a WDJ application from WDA. At its simplest form both WDJ and WDA applications generate URLs that can be called by LinkToUrl or Exit Plugs like any other URL. However if you are running your application in the portal you should also consider Object Based Navigation. This will give you greater flexibility and configurability over the navigation.

[http://help.sap.com/saphelp_nw70/helpdata/EN/b0/f86f4132f15c58e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/b0/f86f4132f15c58e10000000a1550b0/frameset.htm]