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...

Similar Messages

  • Reusing the same web dynpro callable object

    I have created a web dynpro callable object and I want to reuse the same callable object in all the actions of that process.
    I am getting the current action ID in execute() method of interface controller in WDP callable object.Now I want to generate screens for different actions based on that actionID.
    for Ex if(actionID ="1")
    fireplug to second scrren.
    else
    to next screen
    But  I am not getting where to write this If eles condition to get different  scrrens at runtime according to the actionID.
    Can anyone please help me.

    hi ritu,
    to get the input and output parameter of the callable object in your view you do the following things.
    1.you create the context elements in interface controller.
    and assign the values of input parameters of the callable object, to the interface controllers context attribute value. using the following code.
    IGPStructure input = executionContext.getInputStructure();
    wdcontext.currentContextElement().set..urattribute name=input.getAttributeas..type of the attribut("specify your input parameter");
    2.then map the context elements of interface controller to component controller,and then component controller context to view context.
    Then we will get the input parameters of the callable object in view.
    If you want any further clarification on this please explain your scenario detailly.
    with regards
    shanto aloor

  • 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!!

  • 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!!

  • NWDS setup for exposing web dynpro as callable object

    Hi
    I need help in understanding how to set-up my NWDS 7.0 environment, so as to implement and expose a web dynpro as callable object in Guided Procedure. I tried following some of the weblogs in the SDN but I get stuck at the step where depencencies to DC's caf/eu/gp/api/wd & caf/eu/gp/api etc. is to be done.
    It appears that NWDS 7.0 does not come with GP DC's.
    My NWDS version is 7.0.09 & in have NW 2004s.
    Thanks
    Vijendra

    Hi
    I need help in understanding how to set-up my NWDS 7.0 environment, so as to implement and expose a web dynpro as callable object in Guided Procedure. I tried following some of the weblogs in the SDN but I get stuck at the step where depencencies to DC's caf/eu/gp/api/wd & caf/eu/gp/api etc. is to be done.
    It appears that NWDS 7.0 does not come with GP DC's.
    My NWDS version is 7.0.09 & in have NW 2004s.
    Thanks
    Vijendra

  • Exposing PCUI as a callable object

    Hi experts,
        How to expose PCUI/BSP as a callable object in GP.
    points will be awarded for useful answers.
    Regards
    Indranil

    Indranil,
    You can check this SAP Help for Exposing Applications as Callable Objects
    http://help.sap.com/saphelp_nw04s/helpdata/en/08/d88041a17e060de10000000a1550b0/frameset.htm
    Click Creating Callable Objects in the GP Design Time to implement your requirement.
    In the same page if you browse down,you can see the Tutorial for step by step configuration.
    Hope it helps.
    Regards,
    Karthick Eswaran

  • ABAP callable objects

    Hi SDNers,
    I want to implement Guided procedure for our bisness process.
    I want Guided procedure to call ABAP callable objects.So Is it possible ?
    If yes can you provide me with any document regarding the same I.e. GP calling ABAP callable objects.
    Points will be given for Genuine answeres.
    Thanks and Regards,
    Neethu Joy

    Hi Neetu,
    I think there is no GP Callable object specifically for ABAP. But I did find some related documents. See if they are of any help:
    [Creating a Callable Object in Group - Web Dynpro ABAP Application|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9cbabed1-0c01-0010-dba5-bdddbadfe586]
    [Exposing an RFC as a Callable Object|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7743cbb8-0701-0010-bc94-ba528c794f3a]
    [Consuming RFC Function Module Using Guided Procedures|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2043985f-014c-2a10-a0ba-d081e09e9f8f]
    [Creating a Callable Object - Business Server Page|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c71c90ea-0c01-0010-68ab-c4f00fdcd76d]
    [Creating a Callable Object - SAP Transactions|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c48691d1-0c01-0010-9380-f98819c3ccc7]
    Bye
    Ankur

  • Difference between Callable Object for execution and Display

    Hi,
             I am new to Guided Procedures.When i am creating a callable object under an Action ,i find callable object for execution and callable object for display in the dropdown.What is the difference between the two types of callable objects.
    Thanks,
    Bala

    Hi Bala,
    GP comes with a set of registered callable object types that define which applications you can directly expose as callable objects and enable their handling in the context of GP processes.
    So the different COs can handle your specific application requirements or process flow requirements appropriately at runtime.
    You refer those COs in actions. To make the action functional, you attach at least one callable object to it. In addition to the object that is executed when the action is called, you can attach a callable object that is displayed after the execution. The first one is mandatory. You must attach a callable object for execution. It can be either a callable object with a visible part, such as a Web Dynpro or BSP callable object, or one for background execution.
    Optionally, you can attach a callable object for display. It is required to have a visible part – for example, you cannot select a callable object for background execution.
    At runtime, this object is displayed if the processor wants to open the process step after it has been completed, or if a process contributor has view permissions on the action.
    To make it easier, I will give you an example with submitting and approving a composite form. Say, the employee fills in an order for something, submits it and the manager then approves or rejects it.
    First, in order for the employee to view the form, you can use a Form Display callable object as a display callable object for actions where the execution object is a form. It displays the name and description of the form and provides a link for download. If the user has view permissions on the step, he or she can view the display object and download the form itself. So, this CO is connected basically with the user experience and what he/she sees displayed on the screen, no matter what happens in the background (e.g. you can have a pre-filling service in the background that prefills some fields of the form, but what the user sees is only the form fields with certain info already prefilled in them).
    Next, for the manager to approve or reject the form of the employee, you need a CO that is only for execution, for example a Process Control CO for File Approval For forms, you can use it in a process in which a form is sent by e-mail. As soon as the form is submitted back to the system, the receiver can view it, save a copy of the form, and depending on his or her decision, can approve or reject it.
    This really is a very simplified example, but I hope it helped a little in some way or another
    Here is a link to the Callable Objects in GP documenatation, hope it also clears up some questions:
    http://help.sap.com/saphelp_nw70/helpdata/en/d2/d174413aff5458e10000000a1550b0/frameset.htm
    Also, a link to the documentation for exposing COs:
    http://help.sap.com/saphelp_nw70/helpdata/en/08/d88041a17e060de10000000a1550b0/frameset.htm
    HTH:)
    Greets,
    Petra

  • Callable Objects-Write to System Log,Offline Approval

    Hi,
    I am new to Guided Procedures and I am trying out examples in all callable objects.
    I have doubts in 2 callable object
    1. Can you guide me how to use the callable object under Miscellaneous Type - Write to system Log
    After we Enter the Log text where to go and view the text.    
    2.Callable object under  Process control type -  OfflineApproval           
    When I use this callable object I am not getting mail whether the action is approved or rejected.
    Regards,
    Bala Baskaran
    Edited by: Bala Baskaran on Feb 27, 2008 12:45 PM
    Edited by: Bala Baskaran on Feb 27, 2008 12:48 PM

    Hi,
    Which SRM version are you working??Always mention that in your post for appropriate solutions.
    Pls see the foll notes:
    <b>Note 928320 - RBBP_OFFLINE_EVAL: Local purchase orders not selected</b>
    Note 980963 - RBBP_OFFLINE_EVAL: Some users not found
    Note 1039869 - RBBP_OFFLINE_EVAL:Sometimes text contains no Object ID
    1035114 - RBBP_OFFLINE_EVAL: Wrong messages , missing values there
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • ABAP Webdynpro as callable object to connect MDM Server

    Hi All
    if we want create MDM workflows in portal thru GP then we need to create the callable object initially which will integrate the MDM system thru MDM Apis
    suppose if we choose the option of taking the ABAP webdynpro as callable object then what is the development efforts/Steps to involve for creating the callable objects.
    i hope that we can use the ABAP wendynpro thru MDM ABAP APIs where we can integrate MDM data in ABAP webdynpro application.
    can you please list out what is the Aims from enduser level  and development level.
    Please more details on this??
    Regards
    Suresh babu

    Hi All
    if we want create MDM workflows in portal thru GP then we need to create the callable object initially which will integrate the MDM system thru MDM Apis
    suppose if we choose the option of taking the ABAP webdynpro as callable object then what is the development efforts/Steps to involve for creating the callable objects.
    i hope that we can use the ABAP wendynpro thru MDM ABAP APIs where we can integrate MDM data in ABAP webdynpro application.
    can you please list out what is the Aims from enduser level  and development level.
    Please more details on this??
    Regards
    Suresh babu

  • Launch Webdynpro Callable Object in Mobile?

    I am able to launch the normal Webdynpro Java application in Blackberry, but want to add it to GP Process using Callable Object, but no idea how can we get the URL for WD - Callable Object?
    Is it possible to launch web dynpro Callable Object in Mobile like in blackberry? I am trying to write a program for Approval Process for my project. If any one have done this please let me know what URL we need to use to launch the WD-Java Callable Object in Mobile?
    Please let me know if you have any suggestions.

    resolved myself

  • Life cycle of a web dynpro callable object

    What is the life cycle of a web dynpro callable object.
    Means when that Web dynpro callble object is used in a GP process which method of that component called first and what is the sequence of the method execution in that.
    Can anyone please explain me.

    Sorry ritu there was one mistake in the above two replies.
    The actual execution of the methods when a callable objects is get executed is as following
    1.component controller's  init() method
    2. interface's  init() method
    3.view's  init() method.
    4.interface's execute() method
    5.view's wDoModifyView() method.
    If you want to change anything on your view according to the change in the interfac's execute method.
    Then you have to do that coding in view's wDoModifyView() method.
    with regards
    shanto aloor.

  • Background callable object :Error

    Hi,
    I created one background callable object in webdynpro,
    to be called from GP design time.
    I have done this using the tutorial :
    "Implementing Background callable object"
    Deployement finished successfully.
    But from GP design time, while creating callable object
    of type backround execution,  I selected,
    container type : library
    container : apibckg(deployed DC of type J2ee server
               library)
    implementation class name : the java class which implemented background callable object.
    But error in gp: is
    "Cannot find this class name"
    In webdynpro after building the project I got the warnings:
    Nov 3, 2006 11:57:13 AM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] WARNING: apibckg: built with warnings sap.com/apibckg(MyComponents) in variant "default" (1.406 sec)
    can any bdy help me
    thanks
    smitha

    Hi Smitha,
    You just need to repeat the steps described in the tutorial, i.e. define the references and create a class that implements the GP Background callable object interface.
    Don't forget to define the sub-type of the library in the .dcdef file.
         <component-type>
              <vendor>Your vendor</vendor>
              <type>Java</type>
              <sub-type>Library</sub-type>
         </component-type>
    Then add a new empty file named "build.vm" under the folder "cfg". Add the line "#BuildSecondaryLibrary()".
    Then build and deploy. It should be there.
    Regards,
    David

  • Assign User for Process Role Callable Object

    Hi,
         I have a doubt in the Callable Object Assign User for Process Role.wat is the use of this callable object.This Callable Object is used to reterive any portal user information?can any one give description about this Callable Object.
    Regards,
    Satheshkumar

    Hi,
    Take a look at the following [wiki page |https://wiki.sdn.sap.com/wiki/display/BPX/GuidedProceduresCallable+Objects] and look for the callable object you need. There is a link to a tutorial.
    Dick

  • "You Can" section blank for creating callable objects

    I was trying out the Search SAP Webpages Process in Guided procedures.
    I get to see the Guided Procedures Role,
    But in the You Can section below the gallery where we can make callable objects, its blank. I cannot see anything. Am i missing something here?

    Hello,
      this is because you do not have permissions for GP designtime. The easiest way is to go to you user administration (http://server:port/useradmin) and modify the role for your user. Just search for GP* and add them to the user and you should have the ability to create callable objects and processes.
    Regards
    Abdul

Maybe you are looking for

  • Lack of customer service etiquette for faulty product

    I acquired an Apple MacBook Pro i15 inchi n early 2012 and it performed beautifully until Apple released their latest OS named Mavericks. Upon being advised of Mavericks userbility,I decided to upgrade my OS via Apple's Itunes Store. Suddenly,my mach

  • Importing packages

    I have a question regarding import statement in java language. When I use import java.util.*; and use only say Date class in that package in my class, does java compiler import all the classes that belong to util package or only the class that I am u

  • File sharing problem with a PC . locked Folder Icons and funny things

    Help was running Tiger fine then upgraded to leopard now my Macbook pro wont shut down properly unless i disconnect all the external USB devices that are attached. I also used to be able to write to my shared folder on my Windows PC, this comes up on

  • ANT how to include NetBeans Jar  files in my script of ANT ??

    ANT how to include NetBeans Jar files in my script of ANT ??

  • Nokia 6020 : how to delete the GPRS Configuration?

    Nokia give me 20 configurations for GPRS Setting. I'd use those 20. Now I need to delete some of them to setup for my new celcom number. I've never setup for GPRS Celcom Prepaid. If i'm not delete some of them, I can't setup GPRS for my new number. S