Calling of WS from standard MDM iView

Hi all,
I am having standard MDM iViews on the portal which are used to fetch data from MDM repository.
Now i want to call a WS using the data filled on the standard MDM iView.
Is there any way to call a WS from portal iView.
Aur u can suggest any other way to call the WS.
Thanks in advance.
Regards ,
Shruti.

hi shruti...
try these links.....
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9d6132b0-0801-0010-86a1-d7308895761a
Consuming WebService in Visual Composer-1
http://help.sap.com/saphelp_nw04/helpdata/en/82/6a0e7bbe744276bf393654b9b576ed/frameset.htm
Regards,
Sudheer

Similar Messages

  • How can we fetch the information from standard ItemDetails iView of SAP MDM

    Hi Portal/MDM experts,
    Is there any chance to fetch the information from standard ItemDetails iView? if it is possible please tell me the process.
    If it's not, how can we customize the ItemDetails iView using java WebDynpro .
    my requirement is, I have to fetch some of information from itemdetails iview and it'll be used in other WebDynpro  application, means we have fetch some details from itemdetails iview and populate them in another application. Please suggest me the procedure to do this.
    Regards,
    Mahi.

    Hi Mahi,
    Please follow the below steps:
    1. Create the Result Set iView.
    2. Select the Custom Events button and Add the Custom Event
    3. Select Event Type=EPCF
    4. Give Event Name=EpfcTest and Namespace=urn:com.sap.tc.webdynpro.mdm.epfc.test
    5. Select the desired fields to be passed to the WebDynpro application and give the parameter name.
    6. Save the iView
    7. Create WebDynpro application and write the below code.
    public void wdDoInit()
        //@@begin wdDoInit()
    namespace = "urn:com.sap.tc.webdynpro.mdm.epfc.test";
    eventname = "EpfcTest";
    WDPortalEventing.subscribe (namespace,eventname,wdThis.wdGetCatchValueAction());
        //@@end
    public void onActionCatchValue(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String dataObject )
        //@@begin onActionCatchValue(ServerEvent)
    int marked=dataObject.indexOf("=");
    String value=dataObject.substring(marked+1);
    wdContext.currentContextElement().setCatchedValue(value);
        //@@end
    variable Data Object will contain all the Mapped fileds separated by ;. You can then use the String functions to separate the parameters.
    Regards,
    Jitesh Talreja

  • Javascript error in Standard MDM IViews on portal

    Hello Xperts,
    I have deployed standard MDM IViews on my  portal.
    In standard Resultset IView, there is a provision of saving results by using My Bags option. When I click on My Bags option and then New Bag, it throws javascript error.
    Details of systems are as below.
    MDM API version 5.5
    Portal Version EP 7 SP07.
    Appreaciate any inputs for this.
    Ashutosh

    Hi Anu,
    Thanks for the reply.
    we are able to login to Data Manager with Mapped ID's and I even tried creating new IViews. Nothing worked.
    As you suggested, will try restarting the portal server.
    Thanks
    Satish

  • How to call a xmlform from KM doc iview

    hi all ,
    can any one explain how to call the xmlform from KM document iview . and my document is in content management ->document ->folder ->app.xml.

    Hi,
    If you want to look at XML form like the are designed in your form builder you need to work with a navigation iview to the folder that contains you XML forms. You need to set the layout of the navigation iview to Newsbrowser or NewsExplorer or a derived layout.
    From here the form is renderer as a form.
    If you only want to show this one form I would suggest to open it in this last view in the described navigation iview and use the url in for example an url iview. This will be the quickest.
    Kind,
    Frederik

  • Hide or Remove OCI Check Box column from Standard MDM Result Set iview

    Hi,
    Can we hide or remove the OCI Check box column from the Standard MDM Result set ivew?
    Though i have made OCI disabled, I dont want to display the check boxes along with the product list.
    Can you please help?
    Thanks and best regards,
    Arun prabhu S

    Hi Arun,
    If you are talking about the very first check box, then that is not related to OCI. Use of check box is to anable multiple item selection which can be used adding the records in the workflow, for comparison etc.
    Regards,
    Jitesh Talreja

  • Standard MDM iView for Creation of Record

    Hi All,
    We have requirement to create a record in MDM through Portal.
    Are there any standard iViews available in Portal content of MDM, which can create or update a record in MDM repository?
    In the Portal content we have found following two SCA
    BPMDMAPPLI04_0.SCA
    BPMDMTECHN04_0.SCA
    We have deployed them on the portal server, we are able to see search and itemdetail iViews for standard repository.
    But we are not able to see iViews for creation of record.
    In one of the document it has been given that SP 04 extended (imporved) functionality offers Data Entry and Maintenance (CURD operations) can also be performed.
    But availability of the iViews not mentioned anywhere.
    Anyone has already implemented such kind of functionality or scenario?
    Thanks and regards,
    Shruti.

    Hi Mandar,
    I have followed the same PDF also.
    But I am not able to find out the SCA's which are mentioned in the above document for GP and CAF.
    I tried searching on service market place also.
    In portal Contenet of SP 04 i have found only two SCA's
    BPMDMAPPLI04_0.SCA
    BPMDMTECHN04_0.SCA
    I am not able to find following SCA files.
    H2G_GuidedProcedures.sda
    H2G_SourceCode.zip
    Can tell me how do i get those SCA's?
    Thanks in Advance
    Shruti.
    Edited by: Shruti Shah on Mar 12, 2008 6:19 AM

  • Unable to call Internet Service from EP IAC iview

    Hi.
    I'm trying to call a r/3 transaction with ITS from portal iview. I wan't to hide menu and toolbar, so I've created an Internet Service in SICF/SE80 with several parameters (webgui_simple_toolbar, ...). The service is activated and published. When I run it, Internet Explorer send me a 403 error.
    I've tried to create an iac iview and links the service to it, but system return same problem.
    ITS is ok, because I can run r/3 transaction from EP whithout any problem.
    Any idea?
    Thanks a lot!

    Hi Edgar.
    Service doesn't run from R/3 system. I've used ITS parameters "TRANSACTION", "WEBGUI", "WEBGUI_SIMPLE_TOOLBAR" and "GENERATEDYNPRO".
    R/3 can't run the service and give a 403 error.
    Service is actived and published, using SICF and SE80 transactions. Finally, I've run SIAC_PUBLISH_ALL_INTERNAL and all is good.
    When service runs on R/3 system, I will build IAC iView on EP.
    Any idea?
    Thanks a lot.
    Regards

  • Need to call attached file from standard tcode va42.

    Hi Friends,
    I have attached a file thru tcode va41. I have to call this attachment in my driver program.
    Already I have copied standard program sd_sdoc_print01 into zprogram.
    N it has one attachment of my adobe form.
    N the second has to be attachment of the particular file saved in va41.
    Then I have to send this two files to the customer via email as an attachment.
    how do i call this attachment in my zprogram.
    how do i combine this two files and send this two documents as an attachment
    Can any one help me in this issue.
    REgards,
    V B

    It can be done using so_new_document_att_send_api,
    Created a customized funtional module for attaching this file thru gos (Generic Object Service) and called itinto my program where the 2nd attachment is attached.

  • Call portal service from page or iview

    Hello All,
    I have an portal applction(PAR) which is returning a value suppose 'X'.
    Now my requirement is to call this portal service from page.
    How may i do this?
    Regards.
    Punit
    Edited by: Punit Singh on Feb 25, 2011 9:30 PM

    Hi
    You can call the IPortalService API as in this [thread|how to call a portal service;
    Regards
    johann

  • MDM iview not available

    Hi,
    I am just looking all the iview and found that MDM iview are missing. These are in MDM iview folder
    1) MDiViewSearch
    2) MDiViewProductSearch
    3) MDMiVewProductResult
    4) MDMiViewSupplierResult
    Please suggest how to restore this iview...
    Regards,
    Sanjeev mourya

    Hi Sanjeev,
    If you have the MDM connectors deployed on your webAS you can create fresh iViews of the MDM type mentioned in your list.
    Its a wizard based approach where you configure the iView from the standard MDM iView templates.
    Here is the link from the service marketplace.
    https://websmp104.sap-ag.de/~sapidb/011000358700005402312006E.pdf
    If you futher want customizing of your views you can have a look at this thread.
    Customizing the Out-of-the-box IViews
    Hope you found this information helpful!
    Regards,

  • Clickable URL in a MDM iView

    Hi
    Are there any possibilities to make a clickable URL in a MDM iview. I have a field in my repository with an URL and would like to make it clickable in the portal. This is possible i the SRM_MDM user intreface, but how is it done with standard MDM iViews.
    Regards
    John-Kjell

    Hi John-Kjell,
    This can be achieved by using HTML Text field. Simply add a Lookup field that is referrencing this table and you will see the URL as Clickable.
    Please note that having too much HTML Text fields ni the repository can have a downside in performance.
    Hope this helps,
    Idan

  • How to call our smartform in standard report

    Hi friends,
    How to call Zee smartform from standard report without affecting stadard flow.
    Thanks,
    Yogesh

    Hi,
      do it this way.
    in the ALV function call
    give in
    exporting
    I_CALLBACK_USER_COMMAND = 'user_command '
    write a subroutine
    FORM user_command USING whatcomm TYPE sy-ucomm whatrow TYPE
    slis_selfield.
    case whatcomm.
    when 'print'.
    call 2 function modules here
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING FORMNAME = P_FORM "Your form name
    variant = ' '
    direct_call = ' '
    IMPORTING FM_NAME = FM_NAME
    EXCEPTIONS NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    EXIT.
    ENDIF.
    calling the generated function module
    CALL FUNCTION FM_NAME
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS = CPARAM
    OUTPUT_OPTIONS = OUTOP
    USER_SETTINGS = SPACE
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    IMPORTING
    JOB_OUTPUT_INFO = TAB_OTF_DATA
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endcase.
    endform.
    This is an example in the function gereated call give you own importing and exporting parameters.
    Regards
    Kiran Sure

  • Error in Standard MDM Search IViews

    Hi All,
    We are using MDM Standard search IViews in our project.
    From past 2 days all the search IView are giving  *Error performing search Can not authenticate user session *
    I tested the System Connection and it is working fine.
    I checked the user mapping and every thing is fine.
    and we have not done any changes too.
    can some one help me in knowing what could be the reason
    Regards,
    Satish

    Hi Anu,
    Thanks for the reply.
    we are able to login to Data Manager with Mapped ID's and I even tried creating new IViews. Nothing worked.
    As you suggested, will try restarting the portal server.
    Thanks
    Satish

  • Calling a Web service from Standard OAF Page.

    Hi All,
    how to call a webservice page from Standard OAF Page and get back the response from that webservice.
    Can anyone please give me the process how to do it.Can anyone please provide code it will helpful to me.
    Not using any PL/SQL API's.only through web services how to do it?.
    Thanks in Advance.
    Regards,
    Ajay.

    look in the tutorial the web-client example or the dii interface example... and read all about jaxrpc ...
    bye
    J

  • Calling BSP Iview from a BSP Iview

    How to call another BSP Iview from a BSP Iview ?
    Is it the same like we call BSP Iview from a Controller ?
    My problem is ..Intially i had only one Iview called from the controller. It was working fine.
    I've added some includes in the View and while activating, i got the error msg
    +Internal error Occured during runtime generation of the class CLOLkshdksjhfk ....+_
    +(Dump id : GENBRANCHOFFSET_LIMIT_REACHED)+_
    I found from the forum that, instead of calling all things in a single Iview, we can split that into different Iviews.I did the same. and the error had gone.
    My Q is ...
    I Have built code for tray (maximize and minimize). It works fine if the controller has One Iview and its not working if the controller has 3 iviews.
    How to sort it ? If i call the other 2 Iview s from the parent one, will the prob solved ?
    Thanks and Regards,
    Kanal.

    Hi,
    Please check this weblog by Brian McKellar. You will surely find a way to avoid the error you mentionned.
    [/people/brian.mckellar/blog/2005/04/25/bsp-programming-gen-branchoffset-limit-reached|/people/brian.mckellar/blog/2005/04/25/bsp-programming-gen-branchoffset-limit-reached]
    Regards,
    Tanguy

Maybe you are looking for