cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Code in WAD?

Former Member
0 Kudos

Hello,

is it possible to write BSP like ABAP code into a web template?

Thanks in advance and with best regards!

Mehmet

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184494
Active Contributor
0 Kudos

Mehmet,

Web Application Designer works in the following way:

1. The template is called from BW Server

2. Query data is fetched in the backend and TRANSLATED into HTML using theinterface classes and then sent to the Explorer.

Because there is a translation in the middle using the classes , you can change only the behavior of the page through any client web scripting language .. such as JavaScript. If you want to change the reports , then you will have to work with the interface classes that translate the same to HTML. Here also there is provision to change only tables using the Table interface. This is possibly because the Output format is strictly formatted ( HTML restrictions) that the change API is limited .

Of course if the restrictions are insurmountable , you can always do the same in BSP.

Arun

Assigning points is a way of saying thank you in SDN

Former Member
0 Kudos

Hi Mehmet,

the possibilities of using ABAP in the Web Application designer are limited. Using ABAP like <% your abap code %> is not supported. You can change tables and navigation blocks by using the table interface where you have to implement an ABAP class.

So unfortunately the use of ABAP like <%...%> is not supported.

Greetings,

Daniel