cancel
Showing results for 
Search instead for 
Did you mean: 

HowTo integrate WAD in BIApplicationFrame (WD4A)

Former Member
0 Kudos

Hello,

this might be a simple question, yet I am not able to solve the problem search the entire web and SDN for a solution:

How can I integrate a simple WAD in a BIApplicationFrame in WebDynPro ABAP?

1.) I created and tested (executed) a WAD WAD_01 for a query (analysis_item) as DataProvider DP_1

2.) I created a WD4A component with a BIApplicationFrame

3.) I filled the following attributes in the BIApplicationFrame:

dataProviderStateName: DP_1 (the dataprovider from the WAD)

dataProviderStateType: Query (since this is a query)

server: the full server name with port - myserver.domain:portnumber

serverType: ABAP (since it is abap)

templateID: WAD_01

When executing the WD4A application the BIApplicationFrame is shown with an error message from the SAP Server (404 file not found); so at least the server might be correctly stated.

The inner page in the frame is:

http://myserver.domain:portnumber/SAP/BW/BEX?CMD=LDOC&TEMPLATE_ID=WAD_01&QUERY=DP_1&STATELESS=&USE_P...

What do I do wrong?

Thanx for help in advance from a newbie

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We finally solved the problem on our own:

The problem is, that there is a (known!?) problem with SAP BI 7.0 and 7.0 Web Templates in the BIApplicationFrame. Using a 3.5 WAD with a SAP BI 7.0 Query/data source help to succesfully integrate and show content.

0 Kudos

Hello

We got the same Problem too.

We changed server in biapplicationframe.

( server = bi application server name )

Hope it helps,