Fedder class in fpm Documents

Hi All,
I am new to fpm and i want to learn about the feeder class using in the fpm uibb .Can any one send me the links or documents .
Regards,
Dhanu

Hi,
Check this :http://scn.sap.com/docs/DOC-33872

Similar Messages

  • DMS BAPI_DOCUMENT_CREATE2 Class type Technical Document Category, object ty

    Hello Experts!
    The problem is that DMS import functionality stoped working after supp. pack implementation.
    The process is based on BAPI_DOCUMENT_CREATE2 functionality.
    The first problem was an error "The status set requires a previous status" which was causes dy note 1157678
    (http://wiki.sdn.sap.com/wiki/display/PLM/Error-Thestatussetrequiresapreviousstatus)
    After setting break point/de-implementing that note additional error appeared:
    "Class type Technical Document Category, object ty"
    Does anyone have idea what caused the problem, or which sap note did that? before SP19 implementation that error was not displayed.
    Current highest support package is SAPKH60403.
    Thanks in advance for help,
    Rgds,
    LB

    Hi,
    That error refers to updating characteristics for classification (addnl data tab in DIR).
    Does anyone know what could cause the problem after support pack implementation?
    Is it possible that bapi_document_create2 > api_document_maintain2 disables an option to update classification?

  • Java.lang.LinkageError: Class org/jdom/Document

    I run my program in developemnt its working... but its working in production it throws these below mention error.... Any one help me to olve this problem.....
    Exception : java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.RemoteException: ; nested exception is:
         java.lang.LinkageError: Class org/jdom/Document violates loader constraints: parent and child already loaded different classes

    What program is this? Something you wrote in Java? If so, you're posting to a forum that can't help you. We deal with Messagng Server here, not Java programming. . .

  • Error: No public or protected classes found to document.

    Hello,
    I am currently going spare trying to get javadoc to document the code I have written. I have checked the Java code given the information on the website and the comments are correct and complete for all methods. The command line I am using is:
    c:\j2sdk1.4.1_01\bin\javadoc.exe -d docs/ Population.javaAnd the makefile (bat file) is in the directory with the population.java file. The command line works with other files in the same directory, programmed and commented to the same standard. The error I get is:
    C:\Documents and Settings\ril\MYDOCU~1\PROGRA~1\JCreator\ILCSFrame>c:\j2sdk1.4.1_01\bin\javadoc.exe -d docs/ Population.java
    Loading source file ILCSFrame.java...
    Constructing Javadoc information...
    Standard Doclet version 1.4.1
    Generating docs/\constant-values.html...
    javadoc: No public or protected classes found to document.
    1 errorI have tried checking the documentation with the doccheck doclet with the following command line:
    c:\j2sdk1.4.1_01\bin\javadoc.exe -doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath C:\j2sdk1.4.1_01\utils\doccheck1.2b1\lib Population.javaBut it throws the following error:
    C:\Documents and Settings\ril\MYDOCU~1\PROGRA~1\JCreator\ILCSFrame>c:\j2sdk1.4.1
    _01\bin\javadoc.exe -doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath
    C:\j2sdk1.4.1_01\utils\doccheck1.2b1\lib\doccheck.jar Population.java
    Loading source file Population.java...
    Constructing Javadoc information...
    javadoc: In doclet class com.sun.tools.doclets.doccheck.DocCheck,  method start
    has thrown an exception java.lang.reflect.InvocationTargetException
    java.lang.NoSuchMethodError: com.sun.tools.doclets.HtmlWriter.<init>(Ljava/lang/
    String;Ljava/lang/String;)V
            at com.sun.tools.doclets.doccheck.HtmlWriterExt.<init>(HtmlWriterExt.jav
    a:16)
            at com.sun.tools.doclets.doccheck.DocCheck.makeWriter(DocCheck.java:1407
            at com.sun.tools.doclets.doccheck.DocCheck.printStatisticsPage(DocCheck.
    java:456)
            at com.sun.tools.doclets.doccheck.DocCheck.printErrorPages(DocCheck.java
    :433)
            at com.sun.tools.doclets.doccheck.DocCheck.startGeneration(DocCheck.java
    :364)
            at com.sun.tools.doclets.doccheck.DocCheck.start(DocCheck.java:337)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:193)
            at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:92)
            at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:301)
            at com.sun.tools.javadoc.Start.begin(Start.java:120)
            at com.sun.tools.javadoc.Main.execute(Main.java:41)
            at com.sun.tools.javadoc.Main.main(Main.java:31)
    1 errorIf I try running doccheck (without doclet) on the whole directory (containing 6 java files), it will only pick up 3 of them (one including the SwingWorker java file). Any help greatly appreciated.

    "No public or protected classes found to document" means
    that the class Population.java is not in the current directory.
    Without trying to insult your programming ability, these things
    come to mind:
    - Omit the slash at the end of "-d docs/" This causes the
    message "Generating docs/\constant-values.html.
    I'm not sure why the bat file uses a forward slash on
    a Windows system.
    - Make sure you cd to the directory containing the bat file before
    running it.
    - Java is case-sensitive (I notice you spelled the filename
    both uppercase and lowercase.) Make sure the file name,
    the class name in the class, and the class name in the bat
    file have the same case.
    As far as doccheck not running, we have not yet released the
    version that runs on 1.4.x. Please write to "doccheck-feedback"
    with "@sun.com" for more info. (I've broken up the email address
    so text crawlers won't get it.)
    -Doug Kramer
    Javadoc team

  • ABAP OO Class and Change Documents

    I have created a class based on the IF_WORKFLOW interface.  I created a couple of events.  I created a workflow task assigned to a custom method of the class.  I setup the Material Change Document to trigger the class event when there is a change.  The workflow task does trigger when I change a material, but I don't know how to pass the key of the Change Document (matnr) to the workflow task/method using the ABAP OO Class interface.  Any help?
    Thanks,
    Kenneth

    Thanks for the reply Florin.  Yes, I have seen Joclyn Dart's Whitepaper and blogs.  They are very helpful, but I haven't seen much information within them about Change Documents.  I tried your suggestions, but the material key is still not being filled when I trigger the change document and workflow task using tcode MM02.
    Here is what I have done:
    Created an Attribute 'Material' type mara-matnr and checked 'Key Attribute'.
    Created an Attribute M_POR type SIBFLPOR.
    Here are the methods:
    Constructor with parameter 'Material' *
    METHOD constructor.
      me->m_por-catid = 'CL'.
      me->m_por-typeid = 'ZMM_WF_MATTEC'.
      me->m_por-instid = me->material.
    ENDMETHOD.
    Find_by_lpor with parameters LPOR and RESULT (default params) *
    METHOD bi_persistent~find_by_lpor.
      DATA: p_material TYPE matnr.
      MOVE lpor-instid TO p_material.
      TRY.
          CREATE OBJECT result
            TYPE
              zmm_wf_mattec
            EXPORTING
              material      = p_material.
        CATCH cx_bo_error .
          EXIT.
      ENDTRY.
    LPOR with parameter RESULT (default param) *
    method BI_PERSISTENT~LPOR.
    result = me->m_por.
    endmethod.
    ENDMETHOD.
    Custom method MAT_CHANGED with parameter 'Material' * (not coded yet)
    This is the task being triggered by the Change Documents *
    METHOD mat_changed.
    ENDMETHOD.
    Edited by: Kenneth Moore on Nov 4, 2008 11:00 AM

  • BC4J Classes and API Document

    Folks,
    We need to make a quick decision whether we will build our application using BC4J as our J2EE framework. I have gone through some documents from Oracle web site and Jdeveloper's tutorial and BC4J samples. But I fail to see any published class diagrams or APIs for this framework. Are there any published documents (UML, API, etc)? Without those, how can we be confident that we are going to build something correctly? Could you please share your insights on this?
    Have you build any real applications or products using BC4J? Are you aware of real large applications built based on BC4J?
    Thanks,
    Yibing

    Yibling,
    We supply full JavaDoc with the BC4J framework, so in the normal JavaDoc way you can click on the
    packages page and see the class hierarchy. BC4J comes with online help/documentation that explains the concepts and details details how to use the features as well, but alas that does not include a UML diagram.
    If I were going to use a UML diagram to try and explain the key interfaces in the oracle.jbo.* package and how they relate and what are some key methods on them, I might use our UML modeler in JDeveloper to produce a diagram like this:
    In fact, I just did :-)

  • Finding the Proprietary Class of a Document

    Hi Experts,
    In my requirement i have to find out the Value maintained in the field 'Proprietary Class' in Tab 'Addnl Data' of the Document.
    Form which table i can find out this value by passing the document Number.
    Thanks & Regards,
    Rahul

    check
    Where is saving characteristic values?
    stored table for characteristic in DIR

  • Adding class to documents - Mass change

    Hi all
    I want to add a class to all existing documents of a certain document type, is there any tool for doing this?
    Like CLMM transaction for changing values.
    Have looked at the transaction CL24N but unfortunately it is only possible to paste in 10 new records at a time and there is no option to search for the documents like in CLMM or import from file. Or have I missed something?
    Reason for doing this mass change is that we have assigned a class to a document type, now we need to change this class to another one.
    Iu2019ve tried to change the class in DC10 to the new class, but then the additional data tab is empty when you display a document of that type in SAPGui (In EasyDMS however all values are visible).
    But if we add the new class to all old documents and then deleting the old class everything seems to work OK. Too many documents to do this maneuver one by one, though.
    Grateful for any help or ideas.

    Hi Daniel,
    Why don't you use dependency in this case.
    You add new char to old class and use  dependency Precondition .
    This will serve the purpose.
    This will work like this
    Old class  will have following char
    Old Char
    New Char 1
    New Char 2
    Now new Char 1 will have Value Yes and No
    and New Char 2 will have a values which you want
    If you want to use New Char 2 in certain doc types you have to select New Char 1 values as Yes then system will display New Char Val 2 so that user can enter values
    Ex:
    Old Class
    Old Char:
    New Char 1   : Yes
    New char 2   : "This field is ready for input"
    New Char 3  : "This field is ready for input"
    New char 4   : "This field is ready for input"
    New Char 5  : "This field is ready for input"
    you want old values for certain doc types then select  a value "No" (You can make this default) for New char 1 so that user can view only Old Char
    Old Class
    Old Char:
    New Char 1   : No
    New char 2   : "This char will be hidden for input"
    New Char 3  : "This char will be hidden for input"
    New char 4   : "This char will be hidden for input"
    New Char 5  : "This char will be hidden for input"
    This will reatin all your old char values for existing documents and from dependency you can choose new char values whenever you want
    Regards
    Abhijit A. pachgade

  • Document Class x / y Properties Question

    Hey guys.
    I've been working on a project in Flash CS3 for a while.  To follow an object on the screen and keep it centered, I'd adjust the Document Class' x and y properties.
    Yesterday I bought/installed Flash CS5 and thus Flash Player 10 was also installed.  Now when I go play my SWF it seems everything is all buggy, as if the code that modifies the Document Class' x and y properties isn't exactly working properly...
    I've since reopened the CS3 FLA in CS5 and converted it to a CS5 format and I can't seem to get it working the way it used to.
    Did something change regarding the Document Class and how to modify the x / y properties of it in the Flash Player 10 version?  I really don't know what's going on at this point.
    Thanks for any help.

    Sorry, but I'm starting to pull my hair out here.  Here is the bit of code in question.  This code is in a loop in an instance of the HUD class.  The "parent" of the HUD class is the Document Class:
    if (player.x < -600)
         parent.x = 1000;
         texture.x = -600;
    else if (player.x > 1400)
         parent.x = -1000;
         texture.x = 1400;
    else
         parent.x = (player.x-stage.stageWidth/2)*-1;
         texture.x = player.x;
    if (player.y < -950)
         parent.y = 1175;
         texture.y = -950;
    else if (player.y > 1400)
         parent.y = -1175;
         texture.y = 1400;
    else
         parent.y = (player.y-stage.stageHeight/2)*-1;
         texture.y = player.y;
    For some reason, it's not working like it used to.  It's hard to explain other than things are buggy.  Player hitting invisible walls, hittests not working when player actually hitting real walls, etc...  I've had this same problem before and I fixed it so I know this is the code that's doing it.  Just, I don't know what's causing the issue here other than Flash Player 10 not liking it...
    Is that even possible?  Between Flash Player 9/10 a selection of code is "interpreted" differently?

  • Class not communicating with document class

    I created classes that would hold the layout of my level. So level 1 has an array like:
      floor1[0] = [2,1,1,1,1,1,2];
      floor1[1] = [1,1,1,1,1,1,1];
      floor1[2] = [1,1,1,2,1,1,1];
      floor1[3] = [1,1,1,1,1,1,1];
      floor1[4] = [1,1,1,2,1,1,1];
      floor1[5] = [1,1,1,1,1,1,1];
      floor1[6] = [2,1,1,1,1,1,2];
    And level 2 would contain a different setup like:
      floor2[0] = [1,1,1,3,1,1,1];
      floor2[1] = [1,2,1,3,1,2,1];
      floor2[2] = [1,1,1,3,1,1,1];
      floor2[3] = [1,1,1,2,1,1,1];
      floor2[4] = [1,1,1,3,1,1,1];
      floor2[5] = [1,2,1,3,1,2,1];
      floor2[6] = [1,1,1,3,1,1,1];
    Here's my problem. These classes aren't communicating with my document class. My document has a blank array called createFloor that will equal floor1 first. Once that level is finished, it will equal floor2, and so on. The code is below:
    for (var Y:int=0; Y<createFloor.length; Y++)
                                            for (var X:int=0; X<createFloor[Y].length; X++)
                                                      var cell:MovieClip = new Tile(X,Y);
                                                      cell.gotoAndStop(createFloor[Y][X]);
                                                      cell.x = ((X-Y)*tileh)+365;
                                                      cell.y = ((X+Y)*tileh/2)+70;
                                                      addChild(cell);
                                                      cell.addEventListener(MouseEvent.CLICK, mouseclick);
                                                      cell.addEventListener(Event.ENTER_FRAME, onGame);
    I'm not sure how to get the document class and the level class to talk to each other. I tried making the level class extend the Main, but I fugre that had nothing to do with it. Any ideas

    change your Level1 class to:
    package  {
              import flash.display.MovieClip;
              public class Level1 extends MovieClip {
    public var floor1:Array;
                        public function Level1() {
                                 floor1 = new Array();
                                  floor1[0] = [2,1,1,1,1,1,2];
                                  floor1[1] = [1,1,1,1,1,1,1];
                                  floor1[2] = [1,1,1,2,1,1,1];
                                  floor1[3] = [1,1,1,1,1,1,1];
                                  floor1[4] = [1,1,1,2,1,1,1];
                                  floor1[5] = [1,1,1,1,1,1,1];
                                  floor1[6] = [2,1,1,1,1,1,2];
    as long as Level1 is in the same directory as your document class, in your document class you can use:
    private var level1:Level1 = new Level1();
    trace(level1.floor1);

  • FPM Links & documents

    Hi All
    Please provide me FPM documents links
    Thanks
    Karthi D.

    Hi,
    Here are some that I found when researching FPM.
    [FPM Help|http://help.sap.com/saphelp_erp2005/helpdata/en/4b/fbb33af3014fdcbde5df8c408cd8b1/frameset.htm]
    [WD4A Applications using a Pseudo FPM for ESS/MSS - Pete Devereux|WD4A Applications using a Pseudo FPM for ESS/MSS]
    Hope that helps.
    Thanks.
    p256960

  • FPM architecture documents links

    Hi All
    Please provide me FPM documents links
    Thanks
    Karthi D.

    Karthi,
    check these links
    SDN Day session in Las Vegas: Custom development of Web Dynpro ESS applications using Floor Plan Manager
    http://help.sap.com/saphelp_erp2005/helpdata/en/b4/139525380149a49c8402e22700e4ba/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/9f/95467bbefc4a808fffeba4c5177258/frameset.htm
    Thanks
    Bala Duvvuri

  • Using java class and variables declared in java file in jsp

    hi everyone
    i m trying to seperate business logic form web layer. i don't know i am doing in a right way or not.
    i wanted to access my own java class and its variables in jsp.
    for this i created java file like this
    package ris;
    import java.sql.*;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class  NewClass{
        public static void main(String args[]){
            Connection con = null;
            ResultSet rs=null;
            Statement smt=null;
            try{
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                con=DriverManager.getConnection("jdbc:mysql:///net","root", "anthony111");
                smt=con.createStatement();
               rs= smt.executeQuery("SELECT * FROM emp");
               while(rs.next()){
                String  str = rs.getString("Name");
                }catch( Exception e){
                    String msg="Exception:"+e.getMessage();
                }finally {
          try {
            if(con != null)
              con.close();
          } catch(SQLException e) {}
    }next i created a jsp where i want to access String str defined in java class above.
    <%--
        Document   : fisrt
        Created on : Jul 25, 2009, 3:00:38 PM
        Author     : REiSHI
    --%>
    <%@page import="ris.NewClass"%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JSP Page</title>
        </head>
        <body>
            <h1><%=str%></h1>
        </body>
    </html>I wanted to print the name field extracted from database by ResultSet.
    but it gives error cannot find symbol str.
    please help me to find right way to do this.
    i am using netbeans ide.

    Very bad approach
    1) Think if your table contains more than one NAMEs then you will get only the last one with your code.
    2) Your String is declared as local variable in the method.
    3) You have not created any object of NewClass nor called the method in JSP page. Then who will call the method to run sql?
    4) Your NewClass contains main method which will not work in web application, it's not standalone desktop application so remove main.
    Better create an ArrayList and then call the method of NewClass and then store the data into ArrayList and return the ArrayList.
    It should look like
    {code:java}
    package ris;
    import java.sql.*;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class  NewClass{
        public static ArrayList getNames(){
            Connection con = null;
            ResultSet rs=null;
            Statement smt=null;
            ArrayList nameList = new ArrayList();
            try{
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                con=DriverManager.getConnection("jdbc:mysql:///net","root", "anthony111");
                smt=con.createStatement();
               rs= smt.executeQuery("SELECT * FROM emp");
               while(rs.next()){
                nameList.add(rs.getString("Name"));
               return nameList;
                }catch( Exception e){
                    String msg="Exception:"+e.getMessage();
                   </code><code class="jive-code jive-java"><font>return nameList;</code><code class="jive-code jive-java">
                }finally {
          try {
            if(con != null)
              con.close();
          } catch(SQLException e) {}
          </code><code>return nameList;</code>
    <code class="jive-code jive-java">    }

  • Whenever I try to open a certain document on Microsoft word it keeps saying it is unable to find the document. How do I find it?

    I typed a 10 page paper. And when I went to submit it to my class online the document was grey and it had no information and it wouldn't let me open it; like it was corrupted. When I do click on it, it says that Microsoft Word is unable to find my document.
    When I click would you like to locate it yourself, it brings me to all my documents but it is no where to be found on my computer. How do I retrieve it? 

    Hi Jessica,
    From where did you open the file for editing originally? Have you saved it properly before you submit it?
    As Paul mentioned above, in some cases, corrupted documents are rarely recoverable. Do you have a backup of that file? Or elaborate a little bit about your situation for further assistance.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How can i add custom attributes to a new Class Object using the API ?

    Hello everyone,
    Here is my problem. I just created a subclass of Document using the API (not XML), by creating a ClassObjectDefinition and a ClassObject. Here is the code :
    // doc is an instance of Document
    ClassObject co = doc.getClassObject();
    ClassObjectDefinition cod = new ClassObjectDefinition(ifsSession);
    cod.setSuperclass(co);
    cod.setSuperclassName(co.getName());
    cod.setName("MYDocument");
    ClassObject c = (ClassObject)ifsSession.createSchemaObject(cod);
    Everything seems to be OK since i can see the new class when i use ifsmgr. But my question is : how can i add custom attributes to this new class ? Here is what i tried :
    AttributeDefinition value = new AttributeDefinition(ifsSession);
    value.setAttribute("FOO", AttributeValue.newAttributeValue("bar"));
    c.addAttribute(value);
    But i got the following error message :
    oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
    java.sql.SQLException: ORA-01400: impossible d'insirer NULL dans ("IFSSYS"."ODM_ATTRIBUTE"."DATATYPE")
    oracle.ifs.server.S_LibraryObjectData oracle.ifs.beans.LibrarySession.DMNewSchemaObject(oracle.ifs.server.S_LibraryObjectDefinition)
    oracle.ifs.beans.SchemaObject oracle.ifs.beans.LibrarySession.NewSchemaObject(oracle.ifs.beans.SchemaObjectDefinition)
    oracle.ifs.beans.SchemaObject oracle.ifs.beans.LibrarySession.createSchemaObject(oracle.ifs.beans.SchemaObjectDefinition)
    void fr.sword.ifs.GestionDocument.IFSDocument.createDocument(java.lang.String)
    void fr.sword.ifs.GestionDocument.IFSDocument.main(java.lang.String[])
    So, what am i doing wrong ?
    More generally, are we restricted in the types of the attributes ? (for example, would it be possible to add an attribute that would be an inputStream ? Or an object that i have already created ?).
    Any help would be appreciated. Thanks in advance.
    Guillaume
    PS : i'm using Oracle iFS 1.1.9 on NT4 SP6 and Oracle 8.1.7
    null

    Hi Guillaume,
    you're welcome. Don't know exactly, but assume that ATTRIBUTEDATATYPE_UNKNOWN
    is used to check for erronous cases only
    and it shouldn't be used otherwise.
    Creating your own objects could be simply done via
    ClassObject ifsClassObject;
    DocumentDefinition ifsDocDef = new DocumentDefinition(ifsSession);
    // get class object for my very own document
    ifsClassObject = ClassObject.getClassObjectFromLabel(ifsSession, "MYDOCUMENT");
    // set the class for the document i'd like to create
    ifsDocDef.setClassObject(ifsClassObject);
    // set attributes and content for the document...
    ifsDocDef.setAttribute("MYFOO_ATTRIBUTE",....);
    ifsDocDef.setContent("This is the content of my document");
    // create the document...
    PublicObject doc = ifsSession.createPublicObject(ifsDocDef);
    null

Maybe you are looking for