VC iviews as callable object

Hi
I want to make iview as callable object .But I am unable ti get that iview in my guided procedure what is the proces to make iviews available as object in guided procedure.

Hi shweta,
There are two methods to what you wish to do:
1)See the following link for the first method:
<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/44/42a095709914bce10000000a155369/frameset.htm">Exposing the iView as a Callable Object</a>
2)For the second method, see the following links in order:
<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/0e/b4e681a095c94ea761ad0dfb33eb1b/content.htm">Adding Objects as a Delta Link</a>
<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/9304efa5061d6ae10000000a1553f6/frameset.htm">Creating Portal Callable Objects</a>
Bye
Ankur
Do reward points if it helps!!

Similar Messages

  • Problem with Input out put parametes of IViews in callable objects

    Dear Friends,
    I have designed model which contains 2 IViews
    Apply leave IViews
    Approve leave Iviews
    In both the cases i have exposed the in & out parameters using start & end point.
    Finally deployed in portal successfully
    Guided procedures ->Design Time
    I have created folder
    when i create callable objects using this IViews , i dont see the input & out put parameters exposed in context parameters tab for this IView.
    Any step i missed.
    Regards
    shekar Chandra

    HI Nishi
                struck up with minor problem,
    We have a application designed in VC.It contains
    Create request
    Approve Request(approve or reject buttons)
    IF approved then
    a.Book Request IView
    b.Summary Iview
    If Rejected then
    a.rejected IView.
    When i am designing Process with Sequential block,
    all the actions namely
    create request
    appprove request
    reject
    book
    summary
    are processingone one by as action mentioned in sequential block irrespective of approved or rejected.
    I cannot go for alternative block, since the result state buttons are desinged in IView only namely(Approve/reject).
    How to overcome this probelm any suitable solution?
    regards
    shekar chandra

  • Error in creating Callable object of type Portal iView

    Hi People,
    I need to create a callable object of type Portal iView / Page,
    But whenever I try to create it gives me a RunTime Exception:
    <b>java.lang.ClassCastException
         at com.sap.caf.eu.gp.ui.co.portal.dt.VBrowse.appendChildren(VBrowse.java:523)</b>
    Please suggest some way out,
    Thanks in advance,
    Deepak

    Hi,
    How many actions  are there in your process?. Is it having only one action that is Web service?.
    I think, The process should at least contain one UI action.
    If your process is having multiple actions, there may problem with other actions. Test the web service action seperately to confirm this.
    Thanks

  • How to pass parameter to a callable object made of transactional iview ?

    Hi All,
           I was trying a simple scenario of executing a SAP transaction during a process.This is how i prceeded:
             1.I created one Transactional iview.Its working fine.
             2.Then created one callable object out of this iview taking some input        parameter  which are required during transaction execution.
             3.I included the callable object in a process.
                   Now if i execute the process then it shows me the screen to give the
    input parameters.But i give the input parameters,it simply opens the transaction.It
    doesn't run the transaction with given inputs.
                    I guess there are some more steps required for interfacing so that
    parameters can be passed to the transactional iview for execution.
                      Can anyone help me out.
    Thanks and Regards
    Ashis

    Hi.
    How you start application? I think you send message to webservice(BPEL process is webservice too). So construct message with variable and value.
    But I created only processes where input value doesn't matter. I haven't use mapper yet too.

  • Exposing the iView as a Callable Object

    Hi,
    Can any body tell me the procedure for Exposing the iView as a Callable Object.
    Regards,
    Naren.

    Naren,
    Looks like it has something to do with Guided Procedures... check out
    http://help.sap.com/saphelp_nw04s/helpdata/en/44/42a095709914bce10000000a155369/frameset.htm
    Arun
    It essentially means that you can set it to callable against a GP so that it can be used within the GP / Workflow...

  • Portal Page Builder Error in Portal Callable Object

    We have created a callable object in GP of type Portal Page or IView
    When we try execute the action from UWL, the following error it shows,
    The portal page builder required to execute this callable object is not available.
    The same concept we tried in 2004s, its working fine.
    Any idea about this error in ce. Highly urgent..

    Not yet answered

  • Web Dynpro as Callable object in GP using PDF Forms

    Hi All,
    I somehow want to integrate a user filling out a pdf form within a Guided Procedure. So far I have created a local web dynpro DC and I want to make it a Web Dynpro Callable Object (GP Interface). The problem is, I want the user to be able to see the PDF form when filling out the form. For example, if they had a role in the portal where they can invoke the Web Dynpro application with the pdf form, then when they click submit on the pdf they invoke the guided procedure...is this possible? This is so, I can use the web dynpro to do some data validation and call some bapis to get info, then submit this all to the GP. Is this achievable? I know how to do most things, I just want to know things like when is the "execute" and "getDescription" methods called? I want my execute( com.sap.caf.eu.gp.co.api.IGPExecutionContext executionContext ) method to call a bapi also. Is that possible? How do I automate a GP process when I click submit on the pdf form?
    Thanks in advanced
    TM

    Hi,
    You can integrate a PDF control in a Web Dynpro view. Refer the following links for that:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/dc/f1783fe3263042e10000000a114084/frameset.htm">Example of the Use of an Interactive PDF Form (SAP Library - Web Dynpro for Java)</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/60/6fc10c6748479392101e09c9e8d33a/frameset.htm">Interactive Forms in Web Dynpro for Java</a>
    Also you can create Web Dynpro Java callable object in GP by implementing the IGPWebDynproCO interface. Refer the following links for that:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">Implementing a Web Dynpro Callable Object which Implements the GP Interface</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814">Implementing a Web Dynpro Callable Object</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/fd/afb4429027da11e10000000a155106/frameset.htm">Implementing a Web Dynpro Component</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/de/8976417f2d5558e10000000a1550b0/frameset.htm">Implementing and Exposing a Web Dynpro as a Callable Object</a>
    You can start a GP process using the public API:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/fcdf77fc6510b3e10000000a11466f/frameset.htm">Starting and Terminating Processes Using the GP API (SAP Library - Creating Composite Applications)</a><a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f27e290-0201-0010-ff82-c21557572da1">Creating Interactive Forms in Web Dynpro for Java</a>
    Also you can start a GP process using Web Service:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/44/44c59fd7c72e84e10000000a155369/frameset.htm">Starting a Process Using Web Services (SAP Library - Creating Composite Applications)</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/93/27dc108cfc407fbf6c726151840001/frameset.htm">Starting and Terminating Processes Within a Composite</a>
    Refering the above links you'll get a fairly good idea how to integrate Adobe forms in WDP and how to start GP process programitically. My suggestion for your requirement would be if always you need to start the process after the user submits the Adobe form, then consider having the Adobe form as the first step for the process. In that case you don't need to start the process programitically. Whenever the user starts filling up the Adobe form the GP process will start. You can refer <a href="/people/dipankar.saha3/blog/2007/03/02/how-to-present-your-gp-processes-to-the-end-user">this blog</a> on how to start a GP process as an iview link in portal.
    Otherwise if based on certain conditions you need to start the process then you can either use the Java API or the web service to start the process from Web Dynpro. You should have the Adobe form embedded in Web Dynpro and on submit event you can check the conditions and start the process if required.
    Thanks,
    Dipankar

  • Getting error while creating callable object

    Hi,
    I've created and deployed a DC using webdynpro.
    Now I want to create a callable object from portal
    I'm choosing the following options Guided Procedurers-->DesignTime>Create callable object-->userinterface>webdynprocomponent(GP interface)
    On entering the required data on the displayed page, when I'm clicking 'next' option it is giving <b>"500 internal server error"</b>.
    Can somebody help how to resolve this.
    Thanks
    Piyush

    your callable object component is missing. try to take preview of the iview and check.

  • Error while creating Callable object

    Hi,
       I had developed a form through Adobe Life Cycle Designer and now am creating a caalable object for a standalone interactive form.In the Set Configuration step i'am trying to Use the Process "Time of Process" which is a default process template available under Examples Foldr,but when am trying to use it is giving me an error "<b>Unable to check chosen process for default users: No active version of the given development object exists; contact your system administrator</b>".
    Please anybody help me in this issue.
    With Regards
    Pradeep.B

    your callable object component is missing. try to take preview of the iview and check.

  • Problem to execute a Callable Object (SAP R/3 transaction)  in UWL

    Hi,
    I have developed a callable object which calls a SAP R/3 transaction. It runs perfectly in design time , when I run it in UWL I am getting the Error “"An error occurred while displaying the callable object, which uses the page builder. Check that the page builder is installed, and the transaction iView is available “.
    Please let me know your thoughts and suggestions.
    Regards
    Wesley Solomon

    Hi Wesley
    According to me, it is because of some missing package that this problem is encountered coz even i have faced this problem w.r.t the UWL and then i imported the required packages and it worked.
    Regards
    Navneet

  • WDA as callable object

    Hello Experts,
    I have a simple senario with one flied customer name  and one submit button created in the WDA. When the user enters the customer name , its goes to the aprover to aprove the customer as premium customer.
    I have CE 7.2 . When i create the callable object 'ABAP WD' , i am unable to see the customer name parameter in the 'input parameter'.
    Is there any specific setting i need to do in WDA . I am searched for forums and i coundnt find one..
    Can anyone throug me light on this..
    Thanks,
    Mega.

    Hi shweta,
    There are two methods to what you wish to do:
    1)See the following link for the first method:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/44/42a095709914bce10000000a155369/frameset.htm">Exposing the iView as a Callable Object</a>
    2)For the second method, see the following links in order:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/0e/b4e681a095c94ea761ad0dfb33eb1b/content.htm">Adding Objects as a Delta Link</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/9304efa5061d6ae10000000a1553f6/frameset.htm">Creating Portal Callable Objects</a>
    Bye
    Ankur
    Do reward points if it helps!!

  • Web Dynpro Views As Callable Objects in GP

    I would like to know how to setup a sequence web dynpro views off a common WD component as a callable object.  In particular, my GP will use View1, View2, .. View n all based on a common web dynpro DC and same single WD component.  How  should this be configured in GP that each View refers to the same WD instance?  Where is state stored in such a scenario?  Does the GP framework instantiated the WD component and maintain it for the entire lifecycle of the process?  Thanks.

    hi
    check out this link. Refer page 14
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0c7b2f25-0c01-0010-f2a2-f8a65a9dcad9">Defining Several iViews based on one Web Dynpro application</a>
    Other link that can be helpful is
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814
    Thanks & Regards
    Harsimran

  • GP callable object (Visual Composer FLASH)u2013 update input/output parameters

    Dear Sirs,
    I have a callable object which is based on a Visual Composer Flash iview. In this iview I have two input parameters and two output parameters, and these can been seen in the callable object.
    However, if I add another input or output parameter deploy the model  and change and active the callable object the new changes are not picked up.
    Has anyone else encountered the same problem?
    best regards,
    Jørgen

    Hello Nick,
    You gave me the answer I did not want :=), however I think you are right.
    This is not a very good solution by SAP and I think I will open an OSS to get a final answer from SAP on they are going to solve this.
    You can not delete all the callable objects in a process whenever you need a new parameter.
    mvh
    Jørgen

  • Accessing httpSession in GP background callable object?

    Hello Everybody,
    I’d like to manipulate the httpSession Object in the Portal Session out of an GP BackgroundCallableObject. Can anybody give me an hint how to solve this problem?
    Thanks in advance
    Robert

    Hi Robert,
    maybe you should try to use the Callable object type "Portal iview or page" in the GP-Designtime and embed it into your GP-process.
    But you have to consider that there are some restriction with regards to the possibility defining input and output parameters depending on the iview type e.g. BI or SAP transaction iview:
    If you selected a BI or SAP Transaction iView as the portal-callable object, you cannot define input parameters. To define input parameters for BI Queries, BI Web Applications or SAP Transactions, use the BI or SAP Transaction callable object.
    If you selected an iView created with Visual Composer ,the input parameters are automatically rendered and displayed. You cannot define the parameters manually.
    Hope this will help to proceed successfully
    Regards
    Berndt

  • Callable object Output parameters does not show up if I use VC

    I have a VC view. Finally the output of a form is fed as input to a stored procedure data service. The stored procedure data mode has 2 output ports:
    OUTPUT
    RESULT
    The value of the result of the stored procedure is present only in the RESULT port.
    When I make a Callable object pointing to the Portal iView of thois VC view, I do not get the output parameter that comes in RESULT in the Output Parameters of the Callable object
    Any help ?

    Hi,
    Hope the below link will help you:
    [Modeling Visual Composer iViews for Guided Procedures|http://help.sap.com/saphelp_nw04s/helpdata/en/44/429bbd709914bce10000000a155369/content.htm]
    [Defining Output Parameters and Result States|http://help.sap.com/saphelp_nw04s/helpdata/en/44/429f01709914bce10000000a155369/content.htm]

Maybe you are looking for

  • Message handling in ALV events

    I have a screen with ALV Grid control. This grid has columns (attributes of more than one material). Now when I select more than one column and click on a button added on the ALV grid toolbar……it triggers a button click event and in the implementatio

  • No picture, only sound. JVC gy-hm100 ssd card

    Hi. I just bought the new JVC gy-hm100 camcorder that records directly into QT format. How ever, when I import the files to my new mac pro, I only get sound and no picture. Why??? Jacob

  • Lonf text update in Transcation

    Hi, I am uploading  long text in IA05 transaction. Using function modules SAVE_TEXT, COMMIT_TEXT. The text gets updated in the database i can see the text through READ_TEXT fm. But when i m going in the transaction i m not able to see the text. Pleas

  • Problem with apex_web_service.make_request after Upgrade to 4.1.1.00.23

    Hi, i upgraded the APEX environment from 4.1 to 4.1.1.00.23 via p13331096_112020_Generic.zip. And now i get the error 'ORA-06503: PL/SQL: Function returned without value' when calling the function apex_web_service.make_request. I made no changes to t

  • Help with multiple libraries: 1 local, 1 Airdisk

    (Note: I posted this on the iTunes board, but I think it has more to do with my Airport Extreme / hard drive setup. It used to work when the library was a USB external drive attached directly. Now that it's on Airport, not so much.) I have a new 802.