Quantcast
Channel: SCN : Popular Discussions - SAP NetWeaver Visual Composer
Viewing all 1353 articles
Browse latest View live

Problems with SAP BAPI_ALM_ORDERHEAD_GET_LIST

$
0
0

Hello Experts,

I tried to use the BAPI_ALM_ORDERHEAD_GET_LIST to get a list of PM-orders.

Therefore I have to enter IT_RANGES with multiple values (i.e. OPTIONS_FOR_DOC_TYPE = PM01 and SHOW_DOCS_WITH_FROM_DATE = 01012007 and SHOW_DOCS_WITH_TO_DATE = 31122007) to get my list in the SAP Backend - which works fine. Now I tried to to use this BAPI in the VC but I cannot enter even a single Value to IT_RANGES because it is shown as a Export bullet on the data provider.

I would like to avoid creating an own Function module and prefer using the standard BAPI in this place. Any suggestions?

Thanks a lot for your support

Kind regards

Lutz Knabel


Pass parameter to Visual Composer (VC) from workflow

$
0
0

 

Hi,

 

We created a Visual Composer application which we would like to call from a workflow.

 

Our Visual Composer application expects an input value called WI_ID.

 

Our task is TS99700043 and its visualization contains DYNPARAM: wi_id=${item.externalId}.

 

But the value is not passed on to the VC application

 

Do you know how to fix this issue?

 

Thanks,

 

Eva

XLSQL for using Excel (XLS) as datasource in VC

$
0
0

Hi Benjamin,

 

Hope you are having a good day. I know its been a while since you worked on this piece ([url] DATE issues when using BI JDBC Excel datasource in VC;url] ) but we are trying to do the same thing you had done. Use xlSQL to connect to an excel file as a datasource for VC modeling.

We want to use the BI Java connector. I have loaded the JAR files and when we get to the Manage Connections, not sure what we enter for the Driver, URL, Schema, username and Password.

 

What I now see if that the Connection Test (for the BI JDBC system) works fine with the following:

 

Driver: com.nilostep.xlsql.jdbc.xlDriver

Connection URL (Unix box): jdbc:nilostep:excel:/reports/spec (this is the folder where I have the xls file)

FixedSchema: (should my excel file name go in here?)

FixedCatalog: (should my excel sheet name go in here?)

Username: none used

Password: none used

 

When I do all of this and search for TABLES in VC on that system, it says None found. Any light shed on this would be very helpful.

 

Thanks,

BR

Visual Composer Modeling Resource Center links are not working

Visual Composer - how to use checkbox to pass multiple selections to backend

$
0
0

Hi experts,

 

I want to do this in Visual Composer 7.0.

1. A form view that contains an input field.

2. Based on the input of the form, go to SQL DB, retrieve a list of data back.

3. The user should be able to pick multiple values from the returned result, then go to DB, get another set of data back.

 

My design to achieve this is:

1. Create a form view with one input field

2. Call stored procedure, put the returned results in a table view.

3. Add a column with chechbox before each table row. Then add a submit button with action on control bar of the table view to submit the checked rows. Call a SQL store procedure to retrieve the next set of data based on the selected value.

 

Now the issue pops. How do I submit the multiple checked value from table view to SQL stored procedure(SP)? What format of data get passed to SP? How do I write the SP to accept dynamic values?

 

If this is not the good VC model design, then what should I do to achieve my goal? Thanks in advance for any sugguestions.

 

Natalie

Calendar Entry and Pop up in SAP Visual Composer 7.3

$
0
0

Hi Experts,

 

I am new to Visual Composer. Trying to learn the Design and Layout in VC 7.3.

I searched and found few docs but could not find the step by step method for following:

 

1. How to design calendar entry in Layout

2. Pop up display for a field (Input selection)

3. Using nested loop

 

How to design the above scenario. Please provide me the links, if any. Appreciate your efforts.

 

Regards,

Nitesh

List of possible values in combo box

$
0
0

Hello friends

 

i am new to VC ( learning ) , could any one please let me know  how to populate values ( dynamically ) in combo box

 

i am using RFC to  get list of PO header details and Item details

 

my input field is PO number

 

 

Thanks

Srini

Visual composer not part of SAP product roadmap User interface technologies

$
0
0

Hello,

 

I cannot find visual composer tool in SAP product roadmap, user interface technologies.

Why ?

 

 

 

Regards

Gilles


Add local model to source control

$
0
0

Hi,

 

System: CE 7.11. SP3, Web-based VC

 

I want to add a local VC model to source control. I configured the VC using this [link|http://help.sap.com/saphelp_nwce711/helpdata/en/48/a880bf516b35b9e10000000a42189d/content.htm].

 

In the SLD I created a product and a software component. I created a track with the necessary components for a Composite Application.  In the browser based VC I open the local model and click on the button Add model to Source Control.

The following error appears:

Could not retrieve list of Software Components. There may be a problem with the DTR configuration. Check with your system administrator

 

How can I check that the DTR configuration is correct?

 

Best regards,

Kevin

Use the filter operator in Visual Composer

$
0
0

Hi experts

 

We are trying to do a very simple thing, but we are not able to do this in VC. We have a table that consists of product groups and their sales amount. By using the product group key, I want to filter out four material groups that should be displayed in a graph. The table and the graph works fine, but the filter operator doesnu2019t work like I want it to. I found out that I could filter out product group 22 and 25 by selecting u201Cu201Ctextu201D or u201Ctextu201Du201D and writing 22 or 25. Then I tried to select out 22, 25 and 27. Then I wrote u201C22 or 25 or 27u201D. This did not work. How is it possible to filter out the four product keys 22, 25, 27 and 28. How do I do this using the filter operator? This should be simple, but we are not able to make it worku2026 

 

Kind regards

 

Erik

Bapi in visual Composer

$
0
0

hi experts, 

In visual composer, when i try to execute the bapi from R/3 im getting  the results  empty in visual composer screen (getting the error type "E" and code "v4213") , but if i execute the same bapi in R/3 it is retrieving the datai.

 

 

thanks in advance

sarasa

Bapi XXX Get Detail to BAPI XXX Change Order

$
0
0

I'm working with the following:

Bapi_prodord_get_detail

bapi_prodord_change

 

I have an input form on the get detail presenting a table view of the production order header. This is editable.

The user can change the start and finish date and the order quantity.

there is a SAVE button in the table tool bar.

 

What I want to happen is for the SAVE event to call the Change bapi with populated values from the table and make the change.

 

I cannot get this to work.

I've tried a data store and Input thingies - all to no avail. (I'm a beginner!)

 

Appreciate any help

PDF from BAPI into VC

$
0
0

Hi experts,

 

I have a BAPI that return a pdf, can I generate an application in Visual Composer for show these pdf?

 

Thanks in advance,

Regards,

Project appears in Navigation in NWDS but not in Model Browser

$
0
0

Hi guys,

 

we have downloaded the visual composer code of a client connecting to the SLD of the system. At the Visual Composer perspective we have downloaded the different projects to our local NWDS. The NWDS is 7.3 and the client is on 7.4. There is a project that can be seen in Navigator but not in the Model Browser. This project has dependencies with another that is seen in both parts (Navigator and Model Browser).

 

We have tried to close and reopen the project, or delete them and download again, but we aren't able to see the model browser. The client has a Visual Composer which we want to modify, but doesn't appear in the Model Browser view. There is any option we haven't considered? Or with the Navigation view can we open the Visual Composer?

 

Many thanks in advance.

 

Regards,

Xavier.

VC query filter for empty value

$
0
0

Hi community,

 

i'm using BPM_MY_PROCESSES_DS as datasource and i want to set filter for empty field values. For example, give me all records where PARENTID is empty / initial / null. I tryed it with:

=null --> no success (returns all values as if i would pass nothing to the filter)

="" --> same result as =null

="#" --> gives me error that '#' not allowed. But VC visualizes empty values in a result with this hashtag

 

So how can i achieve this. I do not want to load all records and set a filter later because then i would have to load about 8 times more data.

Any help appriciated.

 

Best regards,

Tobias


Problem with Web Based Visual Composer 7.3

$
0
0

Hi,

 

Starting from monday this week I have a problem with starting Visual composer via Internet Explorer.

 

When I open it I see page as I attached on screenshot. All models that I created are not visible.

 

The problem occurs only on one PC - when I log to colleagues PC using my account everything works fine.

 

I already tried to delete cache/cookies/... from IE but it's not helping.

 

I suppose I messed something with VC configuration and it's stored somewhere on my PC.

Do you know where VC is storing it's config files on local PC, so I could delete it and return to a previous state?

 

BR,

Pawel

Visual Composer - "Portal request failed (Unspecified portal connector error)"

$
0
0

We use Visual Composer (version 701.7.0027) to create iViews that display BW queries in Portal(version 7.01 EH1 SPS 7). This functionality has been in place since 2008.

 

Recently I created new iViews and published to Content Administrator on the Portal; so the reports are visible on the Portal. Now I need to make adjustments to the layout of the reports. When ever I deploy, I get the error "Portal request failed (Unspecified portal connector error)". Note that compile (without deploy) returns the same message as well as deploy full model or changes only.

 

We have seen this in the past and were able to get past the error by changing the size of the reports, waiting several days or rebooting the Portal. None of this works now.

 

We have performed the following in an attempt to resolve the problem:

1. Rebooted server that is used to access VC

2. Rebooted portal

3. Confirmed that VC_user has full permissions

4. Changed the size of the report layout

5. Copied the model to a new model

6. Modified VC options:

    a) Compiler - tried both Flash and WebDynpro

    b) PAR - turned on and off

    c) Performance - maintain portal connection on and off

7. Turned on verbose messages and crawled through applications.log and defaultTrace.trc. Below are the only messages associated with the failed session.

 

Any guidance would be appreciated!

Maureen

 

  VisualComposerLogs\JC00 - server1\defaultTrace.0.trc (48 hits)

    Line 10652: #1.5 #00155D000A22001B000009B200000B7400052007791C1873#1442591352338#com.sap.ip.bi.base.exception.BIBaseRuntimeException#sap.com/irj#com.sap.ip.bi.base.exception.BIBaseRuntimeException#maureenolsta#158197##n/a##ce7b47085e1c11e5bfd300000039338f#SAPEngine_Application_Thread[impl:3]_37##0#0#Fatal##Plain###Exception thrown: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error: Internal error. No esid found.

    Line 11542: #1.5 #00155D000A22003700000CC300000B740005200879FCF929#1442595662003#com.sap.ip.bi.base.application.message.impl.MessageBase#sap.com/irj#com.sap.ip.bi.base.application.message.impl.MessageBase#maureenolsta#158647##n/a##ceb181825e2611e5a49c00000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###A message was generated:

    Line 11545: #1.5 #00155D000A22003700000CC400000B740005200879FCFA8F#1442595662003#com.sap.ip.bi.base.application.message.impl.MessageBase#sap.com/irj#com.sap.ip.bi.base.application.message.impl.MessageBase#maureenolsta#158647##n/a##ceb181825e2611e5a49c00000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###A message was generated:

    Line 11695: #1.5 #00155D000A22003700000CC500000B74000520087B9C0115#1442595689202#com.sap.ip.bi.base.application.message.impl.MessageBase#sap.com/irj#com.sap.ip.bi.base.application.message.impl.MessageBase#maureenolsta#158647##n/a##ceb181825e2611e5a49c00000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###A message was generated:

    Line 11698: #1.5 #00155D000A22003700000CC600000B74000520087B9C024D#1442595689202#com.sap.ip.bi.base.application.message.impl.MessageBase#sap.com/irj#com.sap.ip.bi.base.application.message.impl.MessageBase#maureenolsta#158647##n/a##ceb181825e2611e5a49c00000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###A message was generated:

    Line 11700: #1.5 #00155D000A22002C00000B9400000B74000520087FEFB2C7#1442595761798#com.sap.ip.bi.base.exception.BIBaseRuntimeException#sap.com/irj#com.sap.ip.bi.base.exception.BIBaseRuntimeException#maureenolsta#158647##n/a##ceb181825e2611e5a49c00000039338f#SAPEngine_Application_Thread[impl:3]_38##0#0#Fatal##Plain###Exception thrown: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error: Internal error. No esid found.

    Line 31718: #1.5 #00155D000A22002E000000AD000019D800052046A74509D0#1442862709677#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering LogoutSession.execute#

    Line 31719: #1.5 #00155D000A22002E000000AE000019D800052046A7450AAE#1442862709677#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering Macros.isClientWorkspace#

    Line 31720: #1.5 #00155D000A22002E000000AF000019D800052046A7450BB3#1442862709678#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting Macros.isClientWorkspace#

    Line 31721: #1.5 #00155D000A22002E000000B0000019D800052046A7451FC0#1442862709683#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering Submit.submit#

    Line 31722: #1.5 #00155D000A22002E000000B1000019D800052046A7452092#1442862709683#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering Macros.getOriginalPath#

    Line 31723: #1.5 #00155D000A22002E000000B2000019D800052046A7452174#1442862709683#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting Macros.getOriginalPath#

    Line 31724: #1.5 #00155D000A22002E000000B3000019D800052046A7452236#1442862709684#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering Macros.getCopyModelName#

    Line 31725: #1.5 #00155D000A22002E000000B4000019D800052046A74522F2#1442862709684#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting Macros.getCopyModelName#

    Line 31726: #1.5 #00155D000A22002E000000B5000019D800052046A745237F#1442862709684#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering Macros.getModelName#

    Line 31727: #1.5 #00155D000A22002E000000B6000019D800052046A745240A#1442862709684#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting Macros.getModelName#

    Line 31728: #1.5 #00155D000A22002E000000B7000019D800052046A74524C7#1442862709684#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering Macros.isClientWorkspace#

    Line 31729: #1.5 #00155D000A22002E000000B8000019D800052046A7452586#1442862709684#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting Macros.isClientWorkspace#

    Line 31730: #1.5 #00155D000A22002E000000B9000019D800052046A7453BB2#1442862709690#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering Macros.isClientWorkspace#

    Line 31731: #1.5 #00155D000A22002E000000BA000019D800052046A7453C88#1442862709690#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting Macros.isClientWorkspace#

    Line 31732: #1.5 #00155D000A22002E000000BB000019D800052046A7453D2A#1442862709691#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering WKSSourceHandler.getBinaryFileContent#

    Line 31733: #1.5 #00155D000A22002E000000BC000019D800052046A74544F0#1442862709693#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting WKSSourceHandler.getBinaryFileContent#

    Line 31734: #1.5 #00155D000A22002E000000BD000019D800052046A745C256#1442862709726#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering WKSSourceHandler.setFileContent#

    Line 31735: #1.5 #00155D000A22002E000000BE000019D800052046A7462AC7#1442862709752#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting WKSSourceHandler.setFileContent#

    Line 31736: #1.5 #00155D000A22002E000000BF000019D800052046A746AB8A#1442862709785#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting Submit.submit#

    Line 31737: #1.5 #00155D000A22002E000000C0000019D800052046A746AC4D#1442862709785#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Entering WKSSourceHandler.removeProject#

    Line 31738: #1.5 #00155D000A22002E000000C1000019D800052046A746DD62#1442862709798#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting WKSSourceHandler.removeProject#

    Line 31739: #1.5 #00155D000A22002E000000C2000019D800052046A746DE1A#1442862709798#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting LogoutSession.execute#

    Line 31740: #1.5 #00155D000A22002E000000C3000019D800052046A746DF1F#1442862709798#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_2##0#0#Path##Plain###Exiting FrontServlet.doAction#

    Line 31741: #1.5 #00155D000A22002000000061000019D800052046A7472271#1442862709815#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering FrontServlet.doAction#

    Line 31742: #1.5 #00155D000A22002000000062000019D800052046A7472F14#1442862709818#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering UserData.initialize#

    Line 31743: #1.5 #00155D000A22002000000063000019D800052046A7472FB8#1442862709818#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting UserData.initialize#

    Line 31744: #1.5 #00155D000A22002000000064000019D800052046A74731EF#1442862709819#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering UserData.execute#

    Line 31745: #1.5 #00155D000A22002000000065000019D800052046A7473286#1442862709819#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering UserData.saveUserdata#

    Line 31746: #1.5 #00155D000A22002000000066000019D800052046A7473311#1442862709819#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering XMLHelper.XML_ERROR#

    Line 31747: #1.5 #00155D000A22002000000067000019D800052046A747339A#1442862709819#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering XMLHelper.getXMLDocument#

    Line 31748: #1.5 #00155D000A22002000000068000019D800052046A7473420#1442862709819#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering XMLHelper.getDocumentBuilder#

    Line 31749: #1.5 #00155D000A22002000000069000019D800052046A74734D9#1442862709820#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering XMLHelper.DocumentBuilderFactory#

    Line 31750: #1.5 #00155D000A2200200000006A000019D800052046A7477DCE#1442862709840#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting XMLHelper.DocumentBuilderFactory#

    Line 31751: #1.5 #00155D000A2200200000006B000019D800052046A7477FA3#1442862709840#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting XMLHelper.getDocumentBuilder#

    Line 31752: #1.5 #00155D000A2200200000006C000019D800052046A7478AED#1442862709843#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting XMLHelper.getXMLDocument#

    Line 31753: #1.5 #00155D000A2200200000006D000019D800052046A7478BA8#1442862709843#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting XMLHelper.XML_ERROR#

    Line 31754: #1.5 #00155D000A2200200000006E000019D800052046A7478C42#1442862709843#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Entering WKSSourceHandler.setFileContent#

    Line 31755: #1.5 #00155D000A2200200000006F000019D800052046A747E352#1442862709864#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting WKSSourceHandler.setFileContent#

    Line 31756: #1.5 #00155D000A22002000000070000019D800052046A747E434#1442862709865#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting UserData.saveUserdata#

    Line 31757: #1.5 #00155D000A22002000000071000019D800052046A747E4CA#1442862709865#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting UserData.saveUserdata#

    Line 31758: #1.5 #00155D000A22002000000072000019D800052046A747E55A#1442862709865#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting UserData.execute#

    Line 31759: #1.5 #00155D000A22002000000073000019D800052046A747E653#1442862709865#com.sap.portal.vc.path#sap.com/VisualComposerServerEar04#com.sap.portal.vc.path.com.sap.portal.vc.path#maureenolsta#14892##n/a##9c22902a609411e594b200000039338f#SAPEngine_Application_Thread[impl:3]_27##0#0#Path##Plain###Exiting FrontServlet.doAction#

Dynamic Actions in Visual Composer

$
0
0

Hi,

Can anyone help me with dynamic actions in VC.

I am trying to open different popups based on my selection in a Drill Down Field.

How can I do this?

 

Where can I find an example for using Dynamic actions in Visual Composer?

download visual composer

$
0
0

Hi  i am new to visual composer..can  any one suggest me from where to download it and what are the requirements for it..what things need to be there in system or installed before installing vc

Difference between Combo Box and Dropdown List

$
0
0

Hi All,

 

I would like to know the difference between the elements 'Combo box' and 'Dropdown List' in VC. I am facing an issue where i am invoking an entry list and the output of the first element the entry list returns is getting reflected as the output for all the elements...

 

So even if 2nd and 3rd row of the o/p from the entry list is giving only 2 items, if the 1st row returns only 1 then we are able to see only 1 item. Its as if the 1st row decides the items to be returned for all the rows.

 

Please help.

Viewing all 1353 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>