Need Conversion Agent Java API Reference document

Hi all,
Can any one provide Java documentation for doing conversion agent?
actually "Conversion Agent Java API Reference" had been refered by Conversion Agent User guide. I couldn't find that one...
Any inputs are great.......
Thanks

Hi,
All the guides for Conversion agent are present in the service.sap.com
solution DetailsSAP NetweaverSAP Netweaver in detailExcahnge Infrastructure-Media Library---documentation
Regards
Vijaya

Similar Messages

  • Conversion Agent Java API

    I'm looking for Conversion Agent Java API. Would you please advise where I can find this API.
    Thanks.

    Hi,
    Java API programs should use the library CM_JavaAPI.jar, which is located in the
    Conversion Agent api/lib directory.
    The CM_JavaApi.sda J2EE library exposes the Conversion Agent Java API. A SAP
    NetWeaver component can call the API to run Conversion Agent data
    transformations.
    For further details, you can check "Conversion Agent Engine Developer's Guide".
    Sandeep

  • SAP BC Java API Reference

    Hi,
    I want to program my own Java service in the SAP BC.
    SAP mentioned in their documentation to the BC that there is a 'SAP BC Java API Reference' document. I have searched for this document for a couple of hours now, but I can't find it anywhere.
    Did anyone of you know where I could find this documentation?
    Thanks in advance,
    Frank

    Hi Benny,
    I've seen this in the SAP BC documentation 'SAPBCDeveloperGuide.pdf'.
    But I've already found it in the SAP BC Developer folder under 'opt/sapbc47/Developer/doc/api/Java/index.html'.
    Thanks for your help
    Frank

  • Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile

    Where can I find "Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile"?
    Thanks a lot for your time.

    Hi, this is referring to the JavaDocs for Java methods/classes supported by ADF Mobile. You can typically right (or ctrl) click on any ADF Mobile specific Java method and select "JavaDoc". You can open up a sample app that contains any Java class - for example the HR sample app, and find any method with name "adfmf*". You should be able to see the Java doc for the ADF Mobile related methods/classes.
    Thanks,
    Joe Huang

  • Where can I find the complete Oracle Business Rules Java API Reference ?

    Does anybody know where to get the complete Oracle Business Rules Java API Reference ?
    The version on http://download-east.oracle.com/docs/cd/B31017_01/web.1013/b28966/toc.htm is incomplete. It is missing the entire "oracle.rules.sdk.ruleset" package.
    Ki

    Kim,
    The oracle.rules.sdk.ruleset package is only for internal operation. The public interface to creating rules is oracle.rules.sdk.editor.ruleset , and this is included in the javadoc.

  • Update center _ALWAYS_ wants to update Java API reference

    why is it that even if I run the update for JSC back to back in two consecutive sessions it will always want to update the Java API reference? it is changing that often??

    Hi jakeochs,
    This problem still persists. I have opened a change request on your behalf. Thanks for bringing it to notice.
    Regards,
    Creator Team.

  • Needed Ultrasearch Query java API document

    Hi,
    Where i can find/download the complete ultrasearch java api documentation (i have java document only for one package i.e "oracle.context.isearch.query").
    The one which is shipped with Oracle9iASv2 is incomplete. It would be great if i can have some sample code also.
    Thanks for your help,
    Manish

    The UltraSearch manual for Oracle 9.2 is here and for 901 is here.

  • Conversion agent-edi850 purchase order document

    HI,
      i saw a blog which shows the conversion of EDIFACT to IDOC byy using conversion agent in XI.
    (/people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact)
    i want to convert a EDI850 a   ANSIX12  document into IDOC......
    Can someone help...........?

    Hi Mithun,
    I think you are aware of the fact that SAPXI system doesnt understand the EDI messages directly.....So in u r case u need to first tranform EDI data into XML format in whcih the XI can understand...........So for EDI -to->XML...u need SEEBURGER (BIC Design mapper tool do define the mapping between EDI and XML) by which u can convert the message into XML.
    And in XI system u can convert the tranformed XML into IDOC using mapping editor.............
    So u cant directly convert the EDI messages into idoc in XI....
    Regards
    Sai Ganesh
    Reward with points if helpful

  • Java API: IFS Document Versions

    Hello,
    I'm trying to list all versions of a document in an web page, and provide a link to each document version (I'm currently using JSP and IFS Java API Classes as interface from Web to the IFS system).
    To download a specific document version I need to know it's version because we are using different version atribution and I need to match our versions with IFS versions.
    How can I get the version of a specific Document (Java API)?

    okay folks, I've tried something and it seems to work:
    Selector sel=new Selector(IFSSession);
    PublicObject result=(PublicObject)sel.nextItem();
    pw.println(result.getAnyFolderPath());
    and voila !
    typecasting is the key to OOP ;-)))
    regards, F. Leeber

  • Oracle vm agent java api

    need api
    Edited by: [email protected] on Feb 25, 2009 4:46 AM

    Hi John,
    We've got an application with some reports defined and now we would like to start to OBIEE instead of the current solution. As far as I can see now we can't really give any access to the Answers to the user (because it would be too complicated for them to build a query with filters) so we have to prepare the queries and show them ourselves. I use executeXMLQuery() method to get the XML with the results of my XML query. However, I couldn't find any specification of such queries so I'm not sure how I should compose the filters. Can you give me any source of such information?
    Thanks.
    Cheers,
    WhatTheHell

  • MDM 5.5 Java API Library Reference Guide

    hi friends,
    I need MDM 55 Java API Library Reference Guide  pdf file
    please forward to me
    its urgent

    That is for pdf. I thought once you're signed on here, that should work, too. However, here is the online help (same docs):
    [http://help.sap.com/saphelp_mdm550/helpdata/en/43/D7AED5058201B4E10000000A11466F/frameset.htm]
    In Programming Interfaces on the left you will find the Java API guide.

  • Creating API Reference

    Is there an application that generates API reference from .java files? I'm working with an application that has many custom java classes, and their API reference is in the same format as that of the Java API reference. I was wondering if there was anything that can generate all of this automatically?

    Do you mean something besides javadoc?
    Javadoc will do all that you asked. You can added additional notes and information to the docs by inserting /**...*/ style comments just before the methods or classes you are documenting. If you don't insert any notes, javadoc will just document the method and parameters.
    -Freeman

  • User defined Metadata for XML DB using Java API

    I have been looking through and reading the documentation for Oracle XML DB. I am trying to find out if there is a way to create user define metadata using a Java API. when I look in the XML "Java API Reference (Javadoc)" setProperty(java.lang.String name, java.lang.String value, int type) it states: Sets the specified (single-value) property to the specified value. If the property does not yet exist, it is created. I have tried several ways to do this and have not been successful. I have looked for java examples in the XML DB Developer's Guide, XML Developer's Kit Programmer's Guide.
    Is there a good example out there as to how to create user-defined metadata that can be populated using the JCR API.
    Thanks in advance.

    We need to create the 2 xml schemas, one for request and the other for response of selected operation in the WSDL.
    This we need to do dynamically. There will not be any java classes generated, the xsd files need to be created on the fly.
    Please suggest xml schema creation in this sequence.

  • Intradoc API Reference

    Hi,
    We have received some custom code from one of the consultants that implements some classes of the "intradoc" library.
    We need to modify some of this code but cannot locate an intradoc Java API reference. There is a Javadoc reference for CIS (Content Integration Suite) on the UCM documentation page - but this appears to be a different library than the intradoc library.
    Does anybody have any idea where to find a reference for the intradoc Java classes?

    In the How to Components there is a directory called documentation that contains a bunch of JavaDocs for things like DataResultSet and DataBinder and a bunch more. Maybe that will help you?
    http://www.oracle.com/technology/products/content-management/ucm/samples/HowToComponentsBundle.zip

  • Do you have the java api on your computer?

    Just an observation.
    Earlier when i started java programing, i used alot of books and tutorials which i still do. when i was faced with a problem eg. a method to do this or that, i used to look for tutorials for how to do it, and sometimes i couldnt get. After Many months, i stumbled upon java api, a documents that cointains all methods, classes and interfaces in java. my output increased, posts in this forum to seek help reduced, and am happier now?
    Dou you have this api in your computer? i personally think newbies can accelerate their learning path by having this two references
    1. the java tutorial
    2. the java api
    your thoughts?

    your thoughts?That it's time for you to stumble across the downloads section of this site and download jdk-6-doc.zip. You can download the Tutorials here
    db
    edit Lousy link parsing. Just go to the Tutorial home page and click the link provided.
    Are https links not allowed? Crazy.
    Edited by: Darryl.Burke

Maybe you are looking for

  • Getting stylesheets to work in header.php and files associated with it

    Let's say I created a header.php file in my includes folder.  And I include it in my index.php file in the site root directory. Then in the header.php file, I have a link to the style sheet.  The issue I've always found is that you can't get the head

  • Error during call sqlldr - ODI version 11.1.1.3 and java 1.6.0_30

    Hey All, I have scroll thru forums for resolution of similar issue but no luck. Here is the problem this is working fine in ODI version 11.1.1.5, Except the file is mapped to local drive. Now below is the error message from ODI 11.1.1.3, Trying to us

  • How to determine which measure a midi is playing

    Hi, I'm playing a midi file, and I know how many bars/measures it has. Now, I would like to be notified when the midi goes to the next bar/measure. I suppose either ControllerEventListener or MetaEventListener is able to do this, but I don't know whi

  • Do I have to use GarageBand's templates?

    Hi. I want to use GarageBand to create podcasts, but do I have to use their templates for design? I have a website already and GarageBand's templates, though nice, don't match. Can I create my podcast files and store them on my own server, and use a

  • 2 Overlay Creator questions (audio/video)

    I have a video file placed with a controller selected. It works fine in the Content Viewer, but not on the iPad. When tapped on the iPad, the image just flashes on the point of contact but does not activate the video. The other issue regards the Over