Hello,
I am trying to test visual composer for some of our developemnts. I have installed Visual composer 6.0 Patch2 and am able to connect to the CRM systems using the Portal framework. The iview created in the VC works in preview mode in VC workbench (means, it retrieves and displays data). When it is deployed in the portal, I am able to see only the input form. The output form is not executed when 'submit' is pressed.
Does anyone have any similar xperience or any clues?
- Arun
Hi Arun,
We will need some more details on the iView you have created: which RFC you are using, input parameters, what inputs/outputs you display...
regards,
Lisi
Hi Elizabeth,
It is the standard example provided in the help documentation. The BAPI is 'BAPI_BANK_GETLIST'. The input is 'Bank_country' and 'max_rows' (in the form of input form). The output is a table parameter out of the FM which is defined as a table in the VC.
It does not seem to work.
Infact, I even tried custom function modules with the following options:
1. No input parameter, o/p as table
2. Input parameter -Yes, O/p as a data type.
All does not work. When tested in VC it works perfectly. But, when deployed in portal .. I see the input parameter form .. but, when I press 'submit', I dont see anything happening.
Hi Arun,
Did you manage to get the BAPIBANKGETLIST example to work in preview mode - Does the submit button work in preview ?
If so, then perhaps you didn't install the VC patch 2 add ons SDAs on the portal server (Using SDM)?
Thanks, Eyal
Hi Arun,
What portal version do you use ? Make sure you have deployed the suitable SDAs for this portal version. Other then that, try looking into the portal traces and logs to see what type of exception do you get.
One more problem might be related to the fact that you login to the portal with a different user then the one you use in Visual Composer to login to the portal.
Regards, Eyal
Add a comment