cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Option in VC in CE7.1

Former Member
0 Kudos

Hi to all,

Does anyone know how I can debug application created with VC?

Best regards,

V S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

The Debug option mentioned for the Voice Kit is only available with the Voice kit.

The second link provided by Inder is not available in Visual Composer for CE.

At this point, there is no debugger available in Visual Composer for CE.

If you are having compilation errors, information is shown in the Deploy task panel that enables you to pinpoint error causes. In addition, you can check the log files - see here for more information: http://help.sap.com/saphelp_nwce10/helpdata/en/f8/ebfe4ed55544e9bb1bf9dc8b3925f0/frameset.htm

Former Member
0 Kudos

Hi Nicole,

thanks for the answer about debugging.

The problem that I actually have is that I get exceptions in my data services (web services) when something wrong occurs. I want to know how to handle them and I thought debugging would help finding out how are they handled from the VC side.

Do you know how exceptions that are not explicitly declared as web service elements can be handled in VC. Is exception handling suppoted in this version of VC?

Many Thanks!

V S

Answers (2)

Answers (2)

swapnilkulkarni
Participant
0 Kudos

Hi,

i dont know much about whether this exception-handling facility now comes with new version of VC but one workaround that we used earlier (7.0) was to redirect user to a Error Form with help of Layers and some logical conditions. We can also do exception-handling and client-side validation using a "validation BAPI" that will do this job.

For this just create input form on first layer and whatever user submits on the form, send to BAPI and validate, based on that only you can show him next output layer of VC application.

Hope this helps...

Best Regards,

Swapnil

Former Member
0 Kudos

Hi

Since we use RFC's, so debugging visual composer application would actually mean debugging the RFC which we have used using the R/3 User Interface.

You can follow this link which explains how to create a voice application and also explains how to debug it.

[original link is broken]

Regards

Inder

Former Member
0 Kudos

Hi Shahid,

many thanks for your answer!

I followed the link and view the presentation about debugging.

But I don´t use the voice kit of Netweaver and I want to debug normal VC appliacations. I saw in the presentation that there is a debug option button but on my VC this button is missing. Do you know whether that option is included only with the voice kit?

The debugging problem has arised the problem of catching exceptions.

Do you know how are exceptions catched in VC?

Thanks in advance!

Best regards,

V S