cancel
Showing results for 
Search instead for 
Did you mean: 

VC Issues and integration with WAD

Former Member
0 Kudos

All -

First of all points will be awarded.

1/ When I compile a very simple model (single query for testing) using FLASH model, model compiled, BUT get an error while deploying - check error in Log File.

Where is this log file?????

And if others have encountered a general Deployment Error, please advise.

2/ I do not see Web Templated as a data source in 'Find Data' - does this mean that WAD templates cannot be integrated in VC (Only Queries??)

THANKS.

- abhi

abhi_999@hotmail.com

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhi,

1) as Benni mentioned enable the Flex messages in VC as it is described in the WIKI then give us more information about the deployment error

2) You can integrate Web Templates in your VC application. I have done it in a project, there is also a how-to document available:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1</a>

You can use an html view for displaying WAD Templates in VC then you can use dynamic URLs for navigating resp. communication with your WAD Template (have a look into the WEB API reference).

Hope that helps!

Best Regards,

Marcel

Former Member
0 Kudos

@Marcel: Ah, for sure. I should have thought of that: HTML-View. # -)

Answers (2)

Answers (2)

Former Member
0 Kudos

THANKS very much.

Reading this, gives me the sense that I have a solution.

I will keep you posted if I run into errors.

Cheers.

- abhi

Former Member
0 Kudos

Hi,

1)

here you find out how to turn on logs: <a href="https://wiki.sdn.sap.com/wiki/display/VC/EnableLog">https://wiki.sdn.sap.com/wiki/display/VC/EnableLog</a>

and especially flex errors: <a href="https://wiki.sdn.sap.com/wiki/display/VC/EnablingFlexerrormessagesinVisualComposer">https://wiki.sdn.sap.com/wiki/display/VC/EnablingFlexerrormessagesinVisualComposer</a>

2)

WAD templates cannot be integrated in VC, at least not with the current version. I don't know what VC Convergence is able to integrate....

When deploying to flash, you can use BAPIs, Queries and WebServices. When deploying to WebDynpro, only WebServices are fully supported.

Best Regards, Benni