Component Access.

Hi All,
I need to access the component (like inputtext field or selectonechoice field) from java class without using binding property in front end.
How can i do that and what is the difference between facet UIcomponent and rich component and when we will use these.
I had tried to get values of component by using FacesContext.getCurrentInstance() it work fine but iam not able to chage the property of any field like setting visibilty etc..
aprfname = (RichInputText)fctx.getViewRoot().findComponent("AprfName");
By using these iam getting nullpointer exception.
How can i get component onbject in java without using binding fron front end.
Regards,
Suresh kumar

Hello Suresh
in your code
aprfname = (RichInputText)fctx.getViewRoot().findComponent("AprfName");in findComponent("AprfName") method the Aprfname is the id component with its container region.
so if your component is within a region or a template you have to put the fully qualified name for the component
some thing like this:
RichCommandButton button = (RichCommandButton) root.findComponent("*r1:cb3*");

Similar Messages

  • Custom component accessing data

    I am trying to build a custom component that utilizes the
    datagrid. I want to create a class that loads in xome XML and
    populates the datagrid. The datagrid's ID is not available in the
    class's load.COMPLETE event handler, so I cannot populate the
    datagrid from the class. I then tried making a public property in
    the class that holds the XML, but, still I run into problems,
    because that property is null before the XML is loaded, so I cannot
    access it outside the class until the load is complete anyways. So,
    I guess the question is, what would be the best practice for
    passing data, loaded from a class, to a custom component.

    Events.
    There are some examples in the archives.
    Tracy

  • Component access by user

    Does anyone know how can I get user id's of anyone who access a component? And if possible the time when he/she view the component.

    Hi,
    first, welcome on SDN!
    Seems that you are looking for something like the Activity Tracing, see http://help.sap.com/saphelp_nw04/helpdata/en/5a/84b83b3683094be10000000a11402f/frameset.htm and around.
    Hope it helps
    Detlev
    PS: Please consider rewarding points if answers are helpful. Thanks in advance!

  • How does one Component access another Component via Component Interface ?

    Folks,
    Hello. I have developed my project as 2 Components ( A and B). I have created a Search Record and a Component Interface for each Component.
    Now, a push button in a page in Component A needs to access all pages in Component B via its Component Interface. What are the steps to do for Component A to access Component B via their Component Interface ?
    Thanks.

    You could define the PeopleCode to make the Component Interface work on the FieldChange event of that push button you were talking about, but it would be better to put your PeopleCode in a Save event. To do that, you would use the DoSaveNow() function on the button's FieldChange event. Then, that would trigger a save, and you could put your code on the SavePostChange of any field or on the Component itself.
    Once you decide on an event, the easiest way to start is to open the blank PeopleCode window. Also, place the Component Interface in your project. Next, drag the Component Interface from the Project and drop it into your PeopleCode editor window. This will generate a bunch of PeopleCode that you can use as a starting place.
    The Component Interface allows you to remote control a component as if your code were a user sitting at the Browser. So, when coding the program that uses the Component Interface, you have to have that mindset. It helps me to open a browser and walk through what I want my code to do. Then, I code each step as I do it online.
    There is probably a lot more that you need to know, but is this a good starting point? Is it somewhat on track with what you were asking? Let me know were to go from here with more information.

  • Playback Component Accessibility?

    Can you tab into CS3 Playback components or control them with keyboard commands in a regular (non screenreader) browser like IE?
    If not, can you in CS4?
    I believe that all screen readers can control Flash playback now, correct?  But I ahve a higher up who wants it to be keyboard controlled as well.
    Thanks.

    Nothing there answers my question of whether or not (and how) keyboard commands or tabbing can be enabled for Adobe Flash CS3 drag and drop playback components.
    From what I've read up to this point it seems they cannot.  Can anyone confirm?  Does anyone know if CS4 does?
    I just need a user to be able to tab into the SkinUnderAll.swf video component, like you used to be able to tab into Flash pieces to control them.
    Is there a parameter to set?  The component seems to have all its parts set for accessibility, but you can't tab in.  Are there secret keyboard commands that always work?
    Or did Adobe drop the ball on this?
    Thanks!

  • Default component accessibility in Container (JPanel)

    Hi all,
    I suppose this question is possible to find in this forum, but I was unsuccessful. I have JPanel including many components (e.g. JTextField, JComboBox, JButton, JList, ...). I would like to focus to specific component, e.g. JTextField. Example: When JPanel is shown then JTextField should be accessible (I want write there) not any other component. How can I reach this state?

    fun_with_me wrote:
    jTextField1.grabFocus();
    The other day you gave an answer that had me wondering if you program using a crystal ball, and this reply simply reinforces that impression. Do you ever consult the JavaDocs?
    From the JavaDocs for [JComponent.grabFocus()|http://java.sun.com/javase/6/docs/api/javax/swing/JComponent.html#grabFocus()].
    "Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window. This component must be displayable, visible, and focusable for the request to be granted.
    This method is intended for use by focus implementations. *Client code should not use this method; instead, it should use requestFocusInWindow().* "

  • Error opening a business component view object - ExtendedTextArea missing

    Hi,
    I'm running the HRSystem demo from the oracle developer day, and get an error opening any business component view object, for example, JobsView.xml. The error is:
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: oracle.javatools.ui.ExtendedTextArea
         Dependent class: java.awt.Component
         Loader: jre.bootstrap:1.6.0_05
         Code-Source: unknown
         Configuration: jre bootstrap
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2180) [C:/Oracle/Middleware/jdeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14642381]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1733) [C:/Oracle/Middleware/jdeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14642381]
         at oracle.classloader.PolicyClassLoader.access$000 (PolicyClassLoader.java:143) [C:/Oracle/Middleware/jdeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14642381]
         at oracle.classloader.PolicyClassLoader$LoadClassAction.run (PolicyClassLoader.java:331) [C:/Oracle/Middleware/jdeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14642381]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1692) [C:/Oracle/Middleware/jdeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14642381]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1674) [C:/Oracle/Middleware/jdeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14642381]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.lang.Class.getDeclaredMethods0 (Native method) [unknown, by unknown]
         at java.lang.Class.privateGetDeclaredMethods (Class.java:2427) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.lang.Class.getDeclaredMethod (Class.java:1935) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.Component.isCoalesceEventsOverriden (Component.java:5726) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.Component.access$100 (Component.java:162) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.Component$2.run (Component.java:5680) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.Component$2.run (Component.java:5678) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at java.awt.Component.checkCoalescing (Component.java:5677) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.Component.<init> (Component.java:5646) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.Container.<init> (Container.java:245) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at javax.swing.JComponent.<init> (JComponent.java:581) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at javax.swing.JPanel.<init> (JPanel.java:65) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at javax.swing.JPanel.<init> (JPanel.java:92) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at javax.swing.JPanel.<init> (JPanel.java:100) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at oracle.jbo.ui.wizard.JboWizardPanel.<init> (JboWizardPanel.java:94) [C:/Oracle/Middleware/jdeveloper/modules/oracle.adf.model_11.1.1/bc4jwizard.jar (from system property C:\Oracle\Middleware\jdeveloper\modules\oracle.adf.model_11.1.1\bc4jwizard.jar), by main:11.0]
         at oracle.jbo.dt.ui.main.dlg.DtuWizardPanel.<init> (DtuWizardPanel.java:67) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.ecsf.dt.ui.SearchPanel.<init> (SearchPanel.java:84) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.ecsf.dt.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.ecsf.dt.jar), by main:11.0]
         at oracle.ecsf.dt.ui.SearchPage.jbInit (SearchPage.java:79) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.ecsf.dt.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.ecsf.dt.jar), by main:11.0]
         at oracle.ecsf.dt.ui.SearchPage.<init> (SearchPage.java:63) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.ecsf.dt.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.ecsf.dt.jar), by main:11.0]
         at oracle.ecsf.dt.ui.SearchFlatEditorListener.initEditor (SearchFlatEditorListener.java:41) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.ecsf.dt.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.ecsf.dt.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.ui.editors.common.JeoEditorMulticaster.dispatchInitEditor (JeoEditorMulticaster.java:56) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.ui.editors.JeoEditor.getGUI (JeoEditor.java:282) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.ui.editors.JeoEditor.getPanel (JeoEditor.java:310) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.ui.editors.JeoEditor.setContext (JeoEditor.java:341) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.ideimpl.editor.EditorState.createEditor (EditorState.java:158) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor (EditorState.java:94) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos (SplitPaneState.java:231) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos (SplitPaneState.java:194) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.TabGroupState.createSplitPaneState (TabGroupState.java:103) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.TabGroup.addTabGroupState (TabGroup.java:379) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor (EditorManagerImpl.java:1400) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor (EditorManagerImpl.java:1334) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor (EditorManagerImpl.java:1260) [C:/Oracle/Middleware/jdeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ide.editor.EditorUtil.openDefaultEditorInFrame (EditorUtil.java:164) [C:/Oracle/Middleware/jdeveloper/ide/extensions/oracle.ide.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ide.editor.EditorUtil.openDefaultEditorInFrame (EditorUtil.java:127) [C:/Oracle/Middleware/jdeveloper/ide/extensions/oracle.ide.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ide.editor.EditorUtil.openExplicitDefaultEditorInFrame (EditorUtil.java:67) [C:/Oracle/Middleware/jdeveloper/ide/extensions/oracle.ide.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.jbo.dt.jdevx.JdvIde.editSourceFile (JdvIde.java:1826) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.ui.main.DtuMenuManager.doFlatEditMenuAction (DtuMenuManager.java:1706) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.ui.main.DtuMenuManager.performMenuAction (DtuMenuManager.java:1595) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.ui.main.DtuMenuManager.doMenuAction (DtuMenuManager.java:1377) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.ui.JdxMenuManager.doMenuAction (JdxMenuManager.java:892) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.deployment.ui.JxdMenuManager.doMenuAction (JxdMenuManager.java:66) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.bc4jdt.deploy.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.bc4jdt.deploy.jar), by main:11.0]
         at oracle.jbo.dt.ui.main.DtuMenuManager.doAction (DtuMenuManager.java:1363) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.ui.main.DtuMenuManager.doAction (DtuMenuManager.java:1348) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.ui.JdxMenuManager.doActionPerformed (JdxMenuManager.java:694) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at oracle.jbo.dt.jdevx.ui.JdxMenuInvoker.run (JdxMenuManager.java:2111) [C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.BC4J.jar (from system property C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.BC4J.jar), by main:11.0]
         at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:209) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.EventQueue.dispatchEvent (EventQueue.java:597) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.EventDispatchThread.pumpOneEventForFilters (EventDispatchThread.java:273) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.EventDispatchThread.pumpEventsForFilter (EventDispatchThread.java:183) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:173) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:168) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:160) [jre bootstrap, by jre.bootstrap:1.6.0_05]
         at java.awt.EventDispatchThread.run (EventDispatchThread.java:121) [jre bootstrap, by jre.bootstrap:1.6.0_05]
    I searched for this class, and it is supposed to be in uic.jar. However, when I opened that jar file it was not there. Did I set something up wrong, or is this a bug in jdeveloper?

    When I am trying to open a VO inside JDeveloper for editing. The issue appears only to be with the VO's, even the ones that were automatically created at the start of the tutorial. Other types of objects can be opened for editing without incident.
    Here is my versioning info:
    ADF Business Components     11.1.1.52.5
    CVS Version     Internal to Oracle JDeveloper 11g (client-only)
    Java(TM) Platform     1.6.0_05
    Oracle IDE     11.1.1.0.31.52.05
    Versioning Support     11.1.1.0.31.52.05

  • What is the best approach to store "dynamic" user accessibility ?

    Hi all,
    We are implemennting security in our ADF BC + Faces application. There is always requirement to hide/disable functionalities that a user is not allowed / authorized to access.
    Usually we do this during development time, based on what role the user is in. Using this approach, there is no way to change that , or give access to new role during runtime (after the deployment). This is what I call "static accessibility".
    In our apps, we need the give / revoke access to some functionalities during runtime. This is what I call "dynamic accessibility".
    One approach that comes to my mind is :
    We define the accessibility to each function that we want to protect (hide/unhide) in database tables. Then every time a use enter a page, read these tables through JDBC calls then store tha data in Managed Bean.
    Has anybody here implement this "dynamic accessibility" ?
    Is there a better approach ?
    Thank you very much,
    xtanto

    Saeed,
    SRDemo uses a managed bean that checks is user in role when called and returns true or false. Another approach - more elegant - is the use of a security property resolver as available
    http://jsf-security.sourceforge.net
    Regarding dynamic permissions, the use of JAAS seems to be a good solution. ADF Security uses JAAS permissions to assign component access to users.
    E.g. if the user role manager has access to edit the salary column, then the security constraint added to the update button could be
    #{!bindings.<attribute binding>.updateable}
    Note that ADF Security sets the updateable flag on an attribute.
    Or you use
    #{bindings.<iterator binding>.permissionInfo.create}
    #{bindings.<attribute binding>.permissionInfo.update}
    #{bindings.permissionInfo['pageDefName'].view}
    etc. to determine what a user can do or can't.
    Note that I haven't tested if the permissions are cached for a specific application or if they are checked each time again. If they are checked each time then this would be a performance penalty but allows to dynamically set permissions to user groups as obviously needed in your applications.
    No, we don't have tutorial for this. But a Oracle By Example for end-to-end security implementation is on my collateral plan for JDeveloper 11 (just need to write a doc writer ;-) )
    Frank

  • Hiding Application Component -Support message creation F4 help

    Hi,
    How to hide the component 'Access Controls GRC-AC' in F4 help while creating support message .
    Regards
    PK

    Hello Oliver,
    I see it as when i have an entry in fixed values as DEN, i can search it with D, i get the value in F4. When i try with X, i get F4 with no values. Probably you are right i am using NW 70, in that it caould be a bug in NW 700, could not check that yet
    Regards
    Senon

  • Accessibility Feature alters the Theme

    Hi,
    As a portal administrator, i have enabled the accessibility feature for an end user.  Once i do that, the end user's portal desktop masthead looks different than before.  There is a wide white space that is supposed to be green.
    Please let me know if the accessibility feature affects the portal theme in any way.
    Thank you,
    Ghizlane Idrissi

    When I looked into the HTML code of the masthead, the table created in accessibility mode excluded a css class.  This class determines the background image of the masthead.  Without this class, the masthead background will be blank (white).
    I'm not sure if this bug is fixed in later versions, but this is the bug fix.
    Portal masthead component - Accessibility bug fix
    1. As Administrator,
    Go to System Configuration -> Support -> Portal Runtime -> Browse Deployment -> temp browse
    2. Download com.sap.portal.masthead.par.bak
    3. Import .par in NWDS.  Remember to extract and rename file before.
    4. Import com.sap.portal.navigation.masthead_core.jar into dist/PORAL-INF/private/lib from original package.  This can be done by renaming the par to zip, extracting, and navigating to the proper directory.  NWDS may not have imported this file, which may cause errors later.
    5. Open dist/PORTAL-INF/jsp/HeaderiView.jsp
    6. In Line 501, add class="prtlHdrWhl" into the table statement.
    e.g. <TABLE width="100%" border="0" id="myTable" class="prtlHdrWhl" ti="0" ...
    7. Save and deploy project with new name.
    8. Create and modify iView, framework, desktop, master rules with the new masthead par accordingly.  There are many tutorials online.

  • Pass values between two component

    Hi,
    I have createed ZGAF_COMP1 having one context node COMP1_NODE and one context attribute ATTR_COMP1, ZGAF_COMP2 having one context node COMP2_NODE and one context attribute ATTR_COMP2.
    Then I have created required component conf. and appl conf based on FPM_GAF_COMPONENT and FPM_IDR_COMPONENT.
    now what have I need to do to pass the value of ATTR_COMP1 to the second component?
    any help will be appreciated.
    Thanks,
    -Haresh

    Hi,
    You can use shared data component to pass your data from one component to other component
    Each component which wants to use a shared data component needs to declare a usage to the shared data component. The lifecycle handling is now handled completely by the FPM. Whenever a component is instantiated by the FPM (e.g. a UIBB which is
    configured for a given screen), the FPM analyzes all usages of that component. If it detects a usage pointing to a component which implements the IF_FPM_SHARED_DATA interface, a singleton of this shared data component is automatically attached to the usage.
    please follow the below steps to perform data transfer
    Create a component which implements the IF_FPM_SHARED_DATA interface.
    This component contains methods to retrieve data from the business logic and
    exposes the extracted UI data via its Web Dynpro context or interface
    methods.
    Each component accessing this shared data defines a usage of the shared data
    component. This usage is automatically instantiated by the FPM.
    The consuming component can now communicate with the shared data
    component via Web Dynpro context mapping, attribute access or method calls.
    Thanks
    Senthil

  • BW Upgrade Tool

    Hi All,
    We are developing a BW Upgrade Tool. A part of which gives information about System Landscape that may be useful before or after upgrade for a Basis Consultant. Following information is obtained as a output of the tool. So could you please glance through it & tell me is this information is relevent and what more should be there?
    As I'm a BW consultant I have very little knowlege of Basis.
    System status overview 
      SAP version          640
      operating system     Windows NT
      machine type         2x Intel 801586 (Mod 2 Step 7)
      node name            SAPBL5
      SAP system id        560
      database system      ORACLE
      database name        BL5
      database host        SAPBL5
      database owner       SAPBL5
      rsyn
      IP address           172.25.8.121
      kernel release       640
      database library     OCI_920_SHARE
      kernel compiled      NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10 Aug 21 2005 23
      kernel patch level   87
      supported SAP vers.  610, 620, 630, 640
      supported database   ORACLE 8.1.7.., ORACLE 9.2.0.., ORACLE 10.1.0..
      valid OP system      Windows NT 5.0, Windows NT 5.1, Windows NT 5.2
      OP system release    5.0
      ABAP load version    1521
      CUA load version     15
      kernel kind          opt
      relinfo              valid
      hot package level    13                                                         
    Oracle 
      Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
      PL/SQL Release 9.2.0.6.0 - Production
      CORE     9.2.0.6.0     Production
      TNS for 32-bit Windows: Version 9.2.0.6.0 - Production
      NLSRTL Version 9.2.0.6.0 - Production
      disp+work information
      kernel release                640
      kernel make variant           640_REL
      DBMS client library           OCI_920_SHARE
      DBSL shared library version   640.00
      compiled on                   NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10
      compilation mode              Non-Unicode
      compile time                  Aug 21 2005 23:40:31
      update level                  0
      patch number                  87
      source id                     0.087
      supported environment
      database (SAP, table SVERS)   610
                                    620
                                    630
                                    640
      DBMS server
         ORACLE 8.1.7..
         ORACLE 9.2.0..
         ORACLE 10.1.0..
      operating system
      Windows NT 5.0
      Windows NT 5.1
      Windows NT 5.2
      disp+work patch information
      ( 0.001) Strings in Inputfields cut off (note 676835)
      ( 0.001) Block insert not stable (note 699411)
      ( 0.001) Sending the SAP logon ticket to SAPJ2EE server (note 691253)
      ( 0.001) TPDA: Exclusive DBG Session Fix (note 698737)
      ( 0.001) SNC-enabled RFC connections (type 3) to unicode systems (note 695205)
      ( 0.001) Loop where with move of C field to N field (note 699528)
      ( 0.001) Multiple instances of same subscreen and f4 ocx (note 698564)
      ( 0.001) ABAP Unit: Support for calling private fixture methods (note 690059)
      ( 0.001) Bidi printing patch collection (note 353987)
      ( 0.001) Problems while debugging a dynpro (flow logic) (note 689633)
      ( 0.001) Sending the SAP logon ticket to SAPJ2EE server (note 691253)
      ( 0.001) SQL Trace: fix error in program name filter (note 697685)
      ( 0.001) Dynamic Invoke Class Constants Defaults (note 701926)
      ( 0.001) Empty title + varying line size (note 671796)
      ( 0.001) RTM/AAB logging inside HTTP request (note 687116)
      ( 0.001) Assertions/BPs: core during RFC (note 700868)
      ( 0.001) ITS ToolBar: toggle button state, get icon name (note 673134)
      ( 0.001) Implicit default table parameters (note 700146)
      ( 0.001) Ignore HTTP-server requests during ITS-processing (note 700871)
      ( 0.001) Kernel Methods: signature of c-macros changed (note 703161)
      ( 0.001) Dynamic Invoke Abstract Inherited Implemented (note 703413)
      ( 0.002) CST patch collection 50 2003 (note 687395)
      ( 0.002) TPDA: patch collection (note 703735)
      ( 0.002) LOOP ... WHERE memory leak (note 703397)
      ( 0.002) RUNT_ILLEGAL_SWITCH during garbage collection (note 702442)
      ( 0.002) Some errors in the debugger with special fieldnames (note 704384)
      ( 0.002) CALL TRANSFORMATION exceptions (note 701467)
      ( 0.002) HTML Escaping of ICF error documents (note 626073)
      ( 0.002) HTTP/External Debugging for RFC (III) (note 668256)
      ( 0.002) JavaScript: enhance roll ability in double hash code (note 703026)
      ( 0.002) Do not enter memcpyRChk during Cache reorg. (note 447519)
      ( 0.002) Dynamic types: get_components hat non unqiue ids (note 703020)
      ( 0.002) ST: initialize result STRING (note 703615)
      ( 0.002) Open SQL: joining tables w/ and w/o client (note 703710)
      ( 0.002) Output error by WRITE (*) using conversion exits (note 677893)
      ( 0.002) Avoid invocation of garbage collector in certain cases (note 704554)
      ( 0.002) ST: Load Size (note 705269)
      ( 0.002) Allocation strategy in ABAP shared objects (note 705956)
      ( 0.003) Correction of design error in Secure Storage (note 702647)
      ( 0.003) Unjustified syntax error when SETUP, TEARDOWN (note 705308)
      ( 0.003) Incoming UTF-8 RFC use UTF-8, not non-Unicode (note 647495)
      ( 0.003) ICU shared libraries upgrade (note 519753)
      ( 0.003) Sapdext: prevent loop of rabax DYNPRO_SAPDEXT_LOOP (note 703374)
      ( 0.003) Oracle multibyte codepage: Incorrect LIKE evaluation (note 695899)
      ( 0.003) Downward compatibility of table statistics (note 707005)
      ( 0.004) Correctly adapt occu of RTTI tables (note 707619)
      ( 0.004) AAB: truncated subkey values (note 708269)
      ( 0.004) Dbbuf: avoid deadlocks in export/import buffer (note 496511)
      ( 0.004) ST: no deserialization map (note 708597)
      ( 0.004) ITS TextEdit: selection functions improved (note 669904)
      ( 0.004) ITS TextEdit: new textstream interface (note 695802)
      ( 0.005) Memory in tmpfs is not released correctly (note 706071)
      ( 0.005) CST patch collection 09 2004 (note 708621)
      ( 0.005) CCMS: agent cannot monitor standalone enqueue server (note 694057)
      ( 0.005) Wrong Fido entries (note 708789)
      ( 0.005) ST: Apply in Loop (note 710150)
      ( 0.005) ST: xml header (note 708787)
      ( 0.005) UTF-8 writer; default namespace; lang(); external options (note 709649)
      ( 0.005) IMPORT: lang key handling (note 512518)
      ( 0.005) HashTab SHO-Read MoveToFront-Heuristik (note 707891)
      ( 0.005) Avoid shortdump DEBUGGER_ILLEGAL_VALUE in abDbgDisVar (note 708356)
      ( 0.005) Making RFC calls with an empty password (note 662390)
      ( 0.005) SYSTEM_CORE_DUMPED in addIDENT (gen/scsymbc.c) (note 685625)
      ( 0.005) SHO: cloning of objects, rehash at detach (note 708843)
      ( 0.006) Print control buffer overflow (note 707500)
      ( 0.006) InitStor:  missing free (note 707929)
      ( 0.006) Free_Area/Instance (note 709558)
      ( 0.006) Shared Objects core at table update (note 712739)
      ( 0.006) BOM / XmlDecl bug (note 592857)
      ( 0.006) Max shared string size (note 592857)
      ( 0.006) Default values of exp/imp function parameters (note 712280)
      ( 0.006) RTM bugfix in get_classname (note 711420)
      ( 0.006) SM51: Allow more than 1000 patch textes altogether (note 712811)
      ( 0.006) C-Call AB_GET_COUNTRY (note 685207)
      ( 0.006) TPDA: Avoid duplicate breakpoints (note 713456)
      ( 0.006) Too many frame characters (note 671796)
      ( 0.006) Check type load time stamp (note 713492)
      ( 0.006) Prevent two short dumps in one second (note 711982)
      ( 0.006) Default values of exp/imp function parameters (2) (note 712280)
      ( 0.007) Default values of exp/imp function parameters (3) (note 712280)
      ( 0.007) RFC Patch Collection  11.2004 (note 715274)
      ( 0.007) ST: Apply in Loop, Variables (note 710150)
      ( 0.007) ST: XML Position in Exception (note 715879)
      ( 0.007) Two Phase Pbag Search (note 713493)
      ( 0.007) LOAD_PROGRAM_CLASS_MISMATCH (note 716456)
      ( 0.007) Syntax error with VERI STRUCTINFO (note 716353)
      ( 0.007) XSLT Core by interface methods (note 709857)
      ( 0.007) Clean prev user after wp restart (note 715877)
      ( 0.007) Debugging rfc after server cleanup (note 715881)
      ( 0.007) CST patch collection 12 2004 (note 716915)
      ( 0.007) CLUSTD converter (deep) / EXPORT (SAP_UINT) (note 612359)
      ( 0.007) Core dump in LOAD_PROGRAM_CLASS_MISMATCH correction (note 716456)
      ( 0.007) SYSTEM_CORE_DUMPED at ATTACH / DETACH (note 718666)
      ( 0.008) SLIN: 640 AKK problem with SYNT_EXT_INFO (note 717012)
      ( 0.008) Error in ab_HshSetDelete (note 719413)
      ( 0.008) AKK violation: Newly appearing syntax error (note 719142)
      ( 0.008) SYSTEM_CORE_DUMPED in sc_program_env (gen/scsymbc.c) (note 719139)
      ( 0.008) Fix charref parsing (note 592857)
      ( 0.008) ALEWEBDOWNLOAD in Unicode systems (note 676835)
      ( 0.008) Support the displaying of  XML Docs in the ITS (note 717380)
      ( 0.008) Open SQL: missing syntax error message texts (note 710454)
      ( 0.008) HTTPS proxy authentication in ICF (note 717995)
      ( 0.008) Diag protocol: multiple codepages (note 621992)
      ( 0.008) Codepage conversion for PDF based jobs (note 719630)
      ( 0.008) Missing dynamic Texts in GUI-Status (note 717870)
      ( 0.008) READ DATASET: Suppress conversion exception if requested (note 709832)
      ( 0.008) Userswitch Inbound-/Outbound-Scheduler (note 212742)
      ( 0.008) CCMS Monitoring Patch Collection 2004/2 (note 694057)
      ( 0.008) SCANNER_MISSING_MESSAGE (note 719396)
      ( 0.008) Unicode: Core Dump in build_initrec, Modul dbntab (note 717717)
      ( 0.008) Snc/accept_insecure_rfc=U for system-to-system calls (note 713495)
      ( 0.009) Error in ab_HshSetDelete (II) (note 719413)
      ( 0.011) Error in ab_HshSetDelete (III) (note 719413)
      ( 0.011) Scroll BCALV_TEST_LIST -> scrolls correctly (note 721384)
      ( 0.011) Userswitch Inbound-/Outbound-Scheduler (note 716263)
      ( 0.011) ST: exception information; littleEndian; tables (note 715879)
      ( 0.011) ST: exception information; littleEndian; tables (note 720364)
      ( 0.011) Exceptions in CALL SCREEN (note 720908)
      ( 0.011) TPDA: prepare fix for dynp debugging (note 719967)
      ( 0.011) RSQL: Correction for MODIFY DBTAB FROM ITAB (note 716037)
      ( 0.011) Enhancements for ITS (note 720738)
      ( 0.011) Avoid short dump LOAD_NOT_FOUND_AFTER_GEN (old timestamp) (note 615022)
      ( 0.011) Display data references in the ABAP debugger (note 721223)
      ( 0.011) remove semaphore families and reorganize all ip__libs (note 721885)
      ( 0.012) Statistics: wrong data in rfc client destination records (note 724253)
      ( 0.012) Wrong length in copy operation in func check_usobt() (note 724528)
      ( 0.012) CST patch collection 15 2004 (note 723952)
      ( 0.012) Invalid Method Call Syntax (note 722346)
      ( 0.012) Invalid Warnung For Class Type (note 722347)
      ( 0.012) Update Memory Inspector (note 684660)
      ( 0.013) Wrong length in copy operation in func check_usobt() (note 724528)
      ( 0.013) Shared Objects: data references and detach (note 722884)
      ( 0.013) Selecting a context menu entry cause session hang up (note 713598)
      ( 0.013) MOVE_TO_LIT_NOTALLOWED with READ ... TRANSPORTING (note 722778)
      ( 0.013) Fix for searchhelp showing only one result value (note 697295)
      ( 0.013) Using keys in dropdown listboxes if no value is supplied (note 717871)
      ( 0.013) ITSP: Hitlist in Unicode systems (note 676835)
      ( 0.013) ShmFreeRemoveInactiveLocks with 2 locks (note 709558)
      ( 0.013) Shared Objects - itab line reference after detach (note 721190)
      ( 0.013) HTTPS proxy authentication in ICF (II) (note 717995)
      ( 0.013) Code pages, languages and locales, packet 37 + 38 (note 447519)
      ( 0.013) Code pages, languages and locales, packet 37 + 38 (note 722638)
      ( 0.013) Ixml_stl / runt / tidy (note 592857)
      ( 0.013) Empty dynprolist does not cancel control rendering any more (note 718292)
      ( 0.013) Enhancements for ITS (note 720738)
      ( 0.013) No debug after Dynp RABAX (note 721693)
      ( 0.013) Multiple instances of same subscreen and f4 ocx (2) (note 698564)
      ( 0.014) ITS640, supporting sap-accessibility (note 676835)
      ( 0.014) XSLT: Unicode in XPath Expressions (note 613113)
      ( 0.014) Search help and focus (note 728722)
      ( 0.014) Ab_PrepareStrh with lenght 0 return not NULL (note 729435)
      ( 0.014) ITS640, Response Container removed (note 676835)
      ( 0.014) Missing print controls (note 707500)
      ( 0.014) Support of ISO Latin-1 characters for certificates (note 723016)
      ( 0.014) EVENT parameter: LIKE, TYPE LINE OF not evaluated (note 724406)
      ( 0.014) MINCHAR, MAXCHAR wrong value (note 724304)
      ( 0.014) ITS640, supporting ~http_https on/off (note 676835)
      ( 0.014) ITS640, takeover logoff/exiturl (note 676835)
      ( 0.014) C-call for printing the cover page (note 720409)
      ( 0.014) Disabling ITS disables the 'Compiling...' progress indicator (note 725617)
      ( 0.014) Grid-View dump, Alewebdownload (note 676835)
      ( 0.014) Trfo Rabax Handling corrected (note 729202)
      ( 0.014) Code pages patch packet 39 (note 447519)
      ( 0.014) Memory allocation for strings reduced (note 721876)
      ( 0.014) READ ... BINARY for SORTED TABLE with attribute key (note 725720)
      ( 0.014) Bidi printing: Corrected rightadjustment of numbers (note 618988)
      ( 0.014) ITS640,takeover command logoff/endofsession SSO (note 676835)
      ( 0.014) CX_SHM_INCONSISTENT; CL_SHM_UTILITIES (note 727142)
      ( 0.014) Prevent 0x00 in database table SNAP (note 722444)
      ( 0.014) Error if print immediately for PDF based forms (note 727914)
      ( 0.015) Correct lookup on password history (note 732038)
      ( 0.015) CCMS Monitoring Patch Collection 2004/2 (note 694057)
      ( 0.015) Core in syntax check (offset length w/ interface comp.) (note 732367)
      ( 0.015) CST patch collection 18 2004 (note 730345)
      ( 0.015) Invalid sapgui codepage (note 700448)
      ( 0.015) NO_PDF flag for ADS spool jobs (note 685576)
      ( 0.015) FxReader set_error (note 722030)
      ( 0.015) Incorrect display of list search results in RTL mode (note 729558)
      ( 0.015) Support of ISO Latin-1 characters for certificates (note 723016)
      ( 0.016) CREATE for key table with default key (note 732922)
      ( 0.016) Rebuild rspoicon.c in krn/rspo (note 724736)
      ( 0.016) Tablesharing fault in MOVE-CORRESPONDING (note 732958)
      ( 0.016) Core at INSERT into table after SORT (note 733079)
      ( 0.016) Supporting ICF-Options for ITS (note 727137)
      ( 0.016) Cl_fx_reader update (note 722030)
      ( 0.016) ITS-Plugin 640: known problems (note 676835)
      ( 0.016) Enable ticket creation for ITS WebGUI/IAC (note 720738)
      ( 0.016) Invisible focus element (note 734746)
      ( 0.016) RFC legacy MDMP callers and Unicode callees (note 722193)
      ( 0.016) Redundant moves in itab operations (note 726657)
      ( 0.016) Attach_for_update returns shared lock (note 733184)
      ( 0.016) Application server hangs on Windows 2003 waiting for semaphore (note 724212)
      ( 0.016) ITS-Plugin 640: known bugs (note 676835)
      ( 0.016) 'CLASS ... FOR TESTING + INTERFACES' (note 722346)
      ( 0.016) Avoid SYSLOG message 'PXA recovery after reboot' (note 689497)
      ( 0.017) ST: alignment for variable-read (note 735543)
      ( 0.017) IMPORT: alignment handling for old exports (note 734897)
      ( 0.017) NT: sapstartsrv prozess auto restart feature (note 729945)
      ( 0.017) IMPORT: error with ignoring structure boundaries (note 737044)
      ( 0.017) Open SQL : Allow more than eight hints (note 735360)
      ( 0.017) Event SAP_SYSTEM_START with parameters (note 681516)
      ( 0.017) Sapgui 640 and tablecontrol column selections (note 735695)
      ( 0.017) Diag trace: unknown entries (note 736592)
      ( 0.017) Debugger: Auth. problems while saving table to local file (note 729616)
      ( 0.017) RFC Patch Collection 18 2004 (note 732744)
      ( 0.017) ABAP Shared Objects: Coredump at ATTACH WRITE (note 733969)
      ( 0.017) TIME_OUT oder Coredump in C-Funktion ab_ScanBase (note 733971)
      ( 0.017) ST: variables, iXML objects (note 737174)
      ( 0.017) destroyed dynpro load (note 207817)
      ( 0.017) Japanese characters were scrambled (note 736835)
      ( 0.017) XI-Editor (note 676835)
      ( 0.017) ITS-Plugin 640: known bugs (note 676835)
      ( 0.017) Correction in session management within function (note 676835)
      ( 0.017) SCAN STRUCTURE: GROUP BY in sub query (note 363992)
      ( 0.017) Segmentation Violation in db_ntab (Makro CHECK_ACC) (note 736340)
      ( 0.018) CREATE_DATA_UNKNOWN_TYPE during XML-ABAP deserialization (note 739134)
      ( 0.018) RUNT_INTERNAL_ERROR during XML-ABAP object (note 739233)
      ( 0.018) ST: deserialization with tt:copy (note 739825)
      ( 0.018) Dynpro Compress: CONTAINER_IGNORE for Table Control set (note 738808)
      ( 0.018) Code pages, languages and locales, packet 40 + 41 (note 447519)
      ( 0.018) RFC Patch Collection 18 2004 (note 732744)
      ( 0.018) Invalid sapgui codepage (note 700448)
      ( 0.018) ERROR trace: invalid value hacurrow hwcurrow (note 651566)
      ( 0.018) IMPORT: AS400 alignment handling (note 739164)
      ( 0.018) Forward POST parameter from ITS frameset (note 737798)
      ( 0.018) Code pages patch packet 42 (note 447519)
      ( 0.018) JavaScript linux64 correct INT_FITS_IN_JSVAL (note 740973)
      ( 0.018) CST patch collection 22 2004 (note 741110)
      ( 0.018) Login/password_charset, codeversion 'D' (note 735356)
      ( 0.019) Ixml shared memory corrections (note 592857)
      ( 0.019) CCMS Agent Patch Collection 2004/3 (note 694057)
      ( 0.019) ST: ignore irrelevant whitespace (note 742507)
      ( 0.019) Code pages patch packet 40 (NT) (note 447519)
      ( 0.020) NT: Optional sequential GUID generation (note 740418)
      ( 0.020) GUI_PATCHLEVEL for app server (note 591681)
      ( 0.020) List Tree, Hyperlinks (note 742066)
      ( 0.020) List Tree, Hyperlinks (note 742066)
      ( 0.020) New HTML(B) strEnc function (note 739619)
      ( 0.020) CST patch collection 25 2004 (note 744711)
      ( 0.021) Prepare for DBPROPERTIES (pack 44) (note 447519)
      ( 0.021) Missing wrapper object of class CX_SY_NO_HANDLER (note 745804)
      ( 0.021) XML-ABAP, SAP_BASIS 610: component names with namespaces (note 745935)
      ( 0.021) Possible Core after MESSAGE string TYPE 'X' (note 746144)
      ( 0.021) XSLT: Computation of xsl:sort attributes (note 746146)
      ( 0.021) SE30: Missing trace file after measurement (note 740184)
      ( 0.021) Wrong free of memory (note 745745)
      ( 0.021) NT: sapstartsrv fix for prozess auto restart feature (note 729945)
      ( 0.021) F1 on pushbuttons (note 744822)
      ( 0.021) ICF: Shortened Session-IDs in Developer-Traces (note 745722)
      ( 0.021) CALL TRANSFORMATION Option VALUE_HANDLING (note 727549)
      ( 0.021) CST patch collection 26 2004 (note 746373)
      ( 0.021) Invalid sapgui codepage (note 700448)
      ( 0.022) Alignment checks for packed numbers (note 747695)
      ( 0.022) Illegal dynpro state after RABAX (note 747694)
      ( 0.022) AsXML: suppress static interface attributes (note 747155)
      ( 0.022) Accept Dynpro Sourceversion 37 (note 743155)
      ( 0.022) ITS Plugin 640, known problems, item 23) security, buffer overwrite (note 676835)
      ( 0.022) Screens with GOS Containers (note 747140)
      ( 0.022) Empty search help dialogs (note 747270)
      ( 0.022) Too many SPOOL* files in global directory (note 749860)
      ( 0.022) New GUID and TID algorithm (note 650280)
      ( 0.022) Code pages patch packet 43 (note 447519) (note 447519)
      ( 0.022) Fixed a tight loop in julep, calling a function with an extra (note 747700)
      ( 0.022) ERROR trace: invalid value hacurrow hwcurrow (note 651566)
      ( 0.023) LZPL OTF driver (note 750002)
      ( 0.023) Correct 132-char limitation (note 750363)
      ( 0.023) RFC: additional returncode-check for ThSendToGui (note 685609)
      ( 0.023) TABLE_LINE_NOT_EXISTING at loop on a HASHED TABLE (note 750042)
      ( 0.023) INSERT of a loop reference into a hashed table (note 749075)
      ( 0.023) Semantics of the SUM statement (note 742683)
      ( 0.023) Diag enhancements for acc support (note 750543)
      ( 0.023) ITS-Plugin 640: Known problems (note 676835)
      ( 0.024) Error in step movenametab (note 745745)
      ( 0.025) HTTP debugging: Save memory ranking to local file (note 752659)
      ( 0.025) Avoid unnecessary calls to semaphore 49 (note 752473)
      ( 0.025) Buffer overflow in OMS command buffer (note 752977)
      ( 0.025) Correct handling of empty strings (note 740987)
      ( 0.027) Open SQL : Allow more than 8 hints in SELECT (note 754728)
      ( 0.027) Full path name to 255 char for temse (note 749150)
      ( 0.027) NT: Fix for occasional 'Service not started' error during Service inst (note 142100)
      ( 0.027) Diag trace: unknown entries (note 736592)
      ( 0.027) CST patch collection 28 2004 (note 751484)
      ( 0.027) Image does not fit (note 676835)
      ( 0.027) Strings and dynpro char fields (note 618120)
      ( 0.027) Core in ab_CxTableViewColOrder (note 751754)
      ( 0.027) ITS HTML Control: protocol not added if missing (note 747962)
      ( 0.027) Ixml stlport memory hole (note 545335)
      ( 0.027) CST patch collection 30 2004 (note 755912)
      ( 0.027) Wrong output of japanese characters II (note 670069)
      ( 0.027) Empty spool list for NEW-PAGE PRINT OFF (note 750153)
      ( 0.027) ABAP List Structure Recognition (1) (note 751494)
      ( 0.027) SHO: Area-constructor at INVALIDATE, setting area-properties (note 751882)
      ( 0.028) SYSTEM_RUDI_INVALID at CREATE OBJECT o TYPE (t) (note 757122)
      ( 0.028) Wrong syntax error at INTERFACES (note 757284)
      ( 0.028) ABAP List Structure Recognition (2) (note 751494)
      ( 0.029) Missing PUBLIC addition of CLASS (note 759104)
      ( 0.029) Open SQL: problem with extended portability check (note 758763)
      ( 0.029) SYSTEM_CORE_DUMPED in ABAP generation for type aliases (note 759109)
      ( 0.029) Codepage Conversion: New flag for Bidi support (note 716200)
      ( 0.029) ITS up/download: upload of files to unicode R/3 incorrect (note 758362)
      ( 0.029) Fixed multiple HtmlPPs bug for resourceless services (note 759228)
      ( 0.029) ITS640 Known bugs Item 26 (note 676835)
      ( 0.030) Check for infinite loops in random number generator (note 759735)
      ( 0.030) ABAP-XML transformation with PARAMETERS infloops (note 746332)
      ( 0.030) Correct SQL EXPLAIN function on UNICODE systems (note 760883)
      ( 0.030) Extend Structure Buffer (note 761324)
      ( 0.030) NT: work processes don't start due to different memory layout (note 761159)
      ( 0.030) RSQL: Correction for DELETE DBTAB FROM ITAB (note 753333)
      ( 0.030) Correct focus handling on F1 help (note 761377)
      ( 0.030) Dbbuf: invalid data read from single key buffer (note 625242)
      ( 0.030) DDIC-Types used by CALL METHOD ... CALLING (note 761843)
      ( 0.030) Warning at CALL METHOD (note 761933)
      ( 0.030) UTF-8 conversion for jobdata (note 739968)
      ( 0.030) CPIC calls for usertype SYSTEM, logon timestamping (note 760414)
      ( 0.030) DB Multiconnect: Closing idle secondary connections (note 762084)
      ( 0.030) TPDA: problems with BREAK-POINT ID  (note 762431)
      ( 0.030) ABAP List Structure Recognition (3) (note 751494)
      ( 0.030) SLC length (note 759208)
      ( 0.030) Corrected namespace handling (note 762678)
      ( 0.031) Correct INT4 I/O (note 627615)
      ( 0.031) No Selectionscreen generation for classes and interfaces (note 744856)
      ( 0.031) RABAX close unused snapfile (note 763333)
      ( 0.031) Data-References and ADD-CORRESPONDING (note 761850)
      ( 0.031) Code pages, languages and locales, packet 46 + 47 (note 447519)
      ( 0.031) SHO: DetachCommit with CompletionError (note 763653)
      ( 0.031) Code pages patch packet 48 (note 447519)
      ( 0.031) Fixed broken %-escaping of multibyte strings (note 763175)
      ( 0.031) Corrected dw_gui.sl linkage on hp platform (note 763292)
      ( 0.031) Runtime error UNEXPECTED_RUDI_TYPE (note 764185)
      ( 0.031) Runtime error SYSTEM_LOAD_OF_PROGRAM_FAILED (note 764186)
      ( 0.031) Runtime error SYSTEM_SHM_AREA_DETACHED (note 764187)
      ( 0.031) Runtime error SAPSQL_WA_WRONG_ALIGNMENT (note 764184)
      ( 0.032) SHO: DetachCommitCompletion failed (Part 2) (note 763653)
      ( 0.032) SHO free on local itab (note 749082)
      ( 0.032) Corrupted report sources/textes after unicode upgrade (note 765377)
      ( 0.032) Process OTF command BM in RTL (note 353987)
      ( 0.032) Trust-Manager: Error when encrypting PSE (note 765123)
      ( 0.032) Security Audit Log: some transaction starts not audited (note 763159)
      ( 0.032) CST patch collection 34 2004 (note 764321)
      ( 0.032) ABAP List Structure Recognition (4) (note 751494)
      ( 0.032) DYN_COMP_ILLEGAL with CREATE DATA (note 766330)
      ( 0.033) Reset SPATPAR flag (note 765605)
      ( 0.033) OMS support for AS400 (note 766732)
      ( 0.033) Open-SQL: SELECT INTO CORRESPONDING FIELDS and generic type of target (note 765822)
      ( 0.033) Rfc patch collection 35 2004 (note 766807)
      ( 0.033) Url form parameter scanning without = sign (note 764903)
      ( 0.033) ITS-Plugin 640: Known/fixed problems (note 676835)
      ( 0.033) ITS TextEdit Control: Text disappears after searchhelp (note 725839)
      ( 0.033) Code pages,converters (package 49) (note 447519)
      ( 0.033) NT: Check CPU timer frequency (note 532350)
      ( 0.033) Code pages patch packet 50 (note 447519)
      ( 0.034) Error in kernel call ABAP_CALLSTACK (note 769503)
      ( 0.034) Runtime error BCD_OVERFLOW converting empty strings (note 769508)
      ( 0.034) Core dump after implicit cast by ASSIGNING (note 766876)
      ( 0.034) Performance: do not read TSP02L for RDI/OTF (note 703798)
      ( 0.034) RFC patch collection 34 2004 (note 769890)
      ( 0.034) Gui scripting: missing loop field names (note 769420)
      ( 0.034) Integrated ITS: garbled hit lists (note 770161)
      ( 0.034) CST patch collection 37 2004 (note 770183)
      ( 0.035) PRINT_LINE_COUNT_TOO_LOW during printing (note 770335)
      ( 0.035) Wrong barcode printout (1) (note 770376)
      ( 0.035) Avoid syntax errors for correct usage of PROVIDE FIELDS (note 771600)
      ( 0.035) New frontend print for SAP GUI for HTML (note 771683)
      ( 0.035) Core or runtime error during modify on projection view (note 770318)
      ( 0.035) Unicode: RFC MDMP dest. garbled code pg., symptom S9 (note 647495)
      ( 0.035) ITS_Browser_Redirect und Content-Length (note 771183)
      ( 0.035) Fix memory corruption in move nametab / dipgntab (note 745745)
      ( 0.035) CALL TRANSFORMATION Parameter INITIAL_COMPONENTS (note 771161)
      ( 0.035) Forward POST parameter from ITS frameset (note 737798)
      ( 0.035) Ixml flush / bindata (note 545335)
      ( 0.035) Code pages,converter (package 51) (note 447519)
      ( 0.035) ITS640: process sap-sesscmd=USR_ABORT like OK-Code=/NEX (note 772251)
      ( 0.035) Core or runtime error during modify on projection view (note 770318)
      ( 0.036) PRINT_LINE_COUNT_TOO_LOW during printing (note 770335)
      ( 0.036) Active tabstrip button and F4 dialogs (note 772922)
      ( 0.036) Docker size and new i-mode (note 615047)
      ( 0.036) Paging related error trace entries (note 694628)
      ( 0.036) Logon error messages show '#' instead of digit chars (note 774211)
      ( 0.036) ITS Calendar: Set Color error fixed (note 767437)
      ( 0.037) AAB breakpoints in system programs (note 774627)
      ( 0.037) Update MemoryInspector II (note 684660)
      ( 0.037) CX_INVALID_TRANSFORMATION (note 773330)
      ( 0.037) Core at customer includes (note 774829)
      ( 0.037) TABLE_LINE with offset/length specification (note 774703)
      ( 0.037) ABAP: core dump at LIKE dref->*-component (note 772941)
      ( 0.037) Failed RFC system calls causing invalid SM20 records (note 774406)
      ( 0.037) ST: deserialization of type N (note 775699)
      ( 0.037) Conversion error in HTML Gui (note 775039)
      ( 0.038) Conversion exits with string parameters (note 776990)
      ( 0.038) Core in debugger data display (note 777203)
      ( 0.038) SLIN: Core dump while collecting cross ref data (note 776596)
      ( 0.038) Start transaktion via systemfunction DYNP_OKCODE_SET (note 776496)
      ( 0.038) Perfomance Fix READ DATASET in TEXT MODE (note 775375)
      ( 0.038) Structure alignment correction: Support for BIDI (note 716200)
      ( 0.038) CST patch collection 40 2004 (note 776283)
      ( 0.038) Steploop radio/checkbutton and label left/right (note 776514)
      ( 0.038) ITS 640 Plugin, known problems, issue 29 (note 676835)
      ( 0.038) Some bugs with lists in webgui fixed (note 762968)
      ( 0.038) ITS Up/Download: UrlDecode for Context Variable obsolet (note 766313)
      ( 0.038) ITS TextEdit: readonly mode in netscape fixed (note 768063)
      ( 0.038) Tolltip texts for columntree icons (note 776561)
      ( 0.038) Known bugs ( issue no 28 ) (note 676835)
      ( 0.038) Closing dangling RFC connections used with printing (note 753080)
      ( 0.038) Introducing strwidth (note 745460)
      ( 0.038) Comparing with a LOOP reference (note 767597)
      ( 0.038) SHO: Cores in GC (note 774465)
      ( 0.038) Trigger Garbage Collection when many PCBs used (note 628303)
      ( 0.038) ABAP-PH: Missing Unicode errors in syntax-check (note 777451)
      ( 0.038) RFC legacy caller, dump on LANG=space in Unicode system. (note 722193)
      ( 0.038) Code pages,converter (package 52) (note 447519)
      ( 0.038) Problems during transport into a Unicode system (note 775114)
      ( 0.038) No Frames Print Parameter (note 777337)
      ( 0.038) List display in Debugger (note 777338)
      ( 0.038) Sapgui/theme default value (note 610274)
      ( 0.038) No initialization of parameter of DESERIALIZE_HELPER (note 777339)
      ( 0.038) Automatic confirmation of Warnings (note 778467)
      ( 0.038) RUNT_ILLEGAL_SWITCH when resetting internal tables (note 778376)
      ( 0.039) # in Asian archived print lists (note 778095)
      ( 0.039) ABAP-SY: Core for dyn. arguments > 255 chars (note 777882)
      ( 0.039) PXA: Introducing PXA_CACHE (note 746984)
      ( 0.039) RTTI DDIC output length > 255 (note 777826)
      ( 0.039) RFC Patchcollection 41 2004 (note 779720)
      ( 0.039) Dynpro: TabStrip and Scrollbar SubScreen Area with CONT_IGN (note 673831)
      ( 0.040) No implicit commit during debugging (note 778582)
      ( 0.040) RFC Patch collection 40 2004 (note 778710)
      ( 0.041) Workprocess hangs on dumping OS process information when memory is low (note 781518)
      ( 0.041) BIDI: Support for fieldwise base direction (note 779879)
      ( 0.041) Foreign key check and chectables with strings (note 780473)
      ( 0.041) ALV grid view entries are not transferred (note 777995)
      ( 0.041) Agate crash when the last line of a grid view is copied (note 775672)
      ( 0.041) ALV grid view column header is not displayed (note 775679)
      ( 0.041) ALV grid view column selection incorrect after dial (note 776587)
      ( 0.041) ALV Gridview 'PAGE UP' leads to the announcement first (note 780570)
      ( 0.041) ITS-PLUGIN: Message handling for IAC (note 779543)
      ( 0.041) Suppress short dump lists in IACs (note 779543)
      ( 0.041) ITS640: enhanced sap-sesscmd handling for webgui (note 772251)
      ( 0.042) Provide kernel functionality for VMIT (note 781997)
      ( 0.042) Rollout rabax save (note 778921)
      ( 0.042) AB_GET_TEXT_FROM_CLUSTER:handling of 50 warnings per statement (note 816246)
      ( 0.059) ABAP-SY: Recursive INCLUDE nesting for classes (note 816247)
      ( 0.059) Error CALL_FUNCTION_ILLEGAL_P_TYPE (note 611004)
      ( 0.059) Diag protocol: multiple codepages (note 621992)
      ( 0.059) Replace strtok with ucafinduca (note 498369)
      ( 0.059) DBIF_RTAB_OUT_OF_CURSORS when using ITS (note 819494)
      ( 0.060) ALV Gridview optimized column width (note 766169)
      ( 0.060) SELECTION-SCREEN INCLUDE PARAMETERS and Listboxes (note 819057)
      ( 0.060) Release independent sapevt (note 802172)
      ( 0.060) RSQL: Correction concerning queries on projection views (note 809297)
      ( 0.060) Check CI include (note 818942)
      ( 0.060) Wrong change record when deactivating initial password (note 819855)
      ( 0.060) TRANSFER to file: Don't truncate East-Asian STRINGs (note 820055)
      ( 0.061) SAAB: Short dump with the minutes announcement in TA SAAB (note 821358)
      ( 0.061) NO F6H message by no record found in TST03 (note 806588)
      ( 0.061) Javascript: adopt binding to changes in note 800346 (note 821710)
      ( 0.061) Enable -SAP- encoding (note 819976)
      ( 0.061) BIDI: Support for fieldwise base direction (note 779879)
      ( 0.061) Menu: dynamic function texts (note 821701)
      ( 0.061) Batch-Input: SYSLOG TREAD - tcode active error (note 822479)
      ( 0.061) RFC patch collection 8 2005 (note 821964)
      ( 0.061) DB Multiconnect: Workprocess restart destroys connection mapping (note 796862)
      ( 0.061) ABAP-SY: Recursive INCLUDE nesting for classes (2) (note 822698)
      ( 0.061) Correction of INF -391 error (note 806993)
      ( 0.062) New frontend print (note 821519)
      ( 0.062) RFC sends large datapackets uncompressed to the SAPGUI (note 824428)
      ( 0.062) Load balance with SNC, provide sncname (note 817854)
      ( 0.062) Menu: dynamic function texts (note 821701)
      ( 0.062) Correct abend in update task debugging (note 824772)
      ( 0.062) Shared Objects: String-Sharing (note 824261)
      ( 0.063) Sharing hash tables (note 825452)
      ( 0.063) Corrections to the Unicode interface (note 522119)
      ( 0.063) Dispatch events in IMC (note 820333)
      ( 0.063) Call transformation: writing to string impr (note 824676)
      ( 0.063) Avoid DBIF_NTAB_TABLE_NOT_FOUND during garbage collection (note 826350)
      ( 0.063) ST: standalone decl / nested call in loop (note 825516)
      ( 0.063) XSLT: Debugger / escaping in namespaces (note 825517)
      ( 0.063) Missing utf8-support in agi-default for webgui (note 825652)
      ( 0.063) Code pages patch packet 62 (note 447519)
      ( 0.063) RUAPO4.1 ~DISCONNECTONCLOSE parameter not working (note 827375)
      ( 0.063) Do no core dump, when some pointers are missing in (note 563769)
      ( 0.064) Spooler level 2 trace bug (note 827514)
      ( 0.064) RTTI lock program (note 822900)
      ( 0.064) Strcpy_sU data misaligned on ntia64 (note 826536)
      ( 0.064) Enabling MSCS support for SAPMMC (note 828432)
      ( 0.064) ITS 6.40: control name = container name for IACs (note 828800)
      ( 0.064) Correct name for tpool proxies and check sum (note 823035)
      ( 0.065) Invalid sapgui input data (note 829096)
      ( 0.065) Protect read-only fields (note 830700)
      ( 0.065) Comparing data refs created via LOOP REF INTO (note 830819)
      ( 0.065) ABAP_ASSERT in extri loop, classical debugger (note 803140)
      ( 0.065) Would core in various ABAP/Dynp situations (note 830710)
      ( 0.065) ABAP-SY: AKK violation for DATA in system include (note 826284)
      ( 0.065) ABAP-SY: Coredump for >50 warnings per statement (2) (note 816246)
      ( 0.065) READ opt. for over specified non-matching key (note 825670)
      ( 0.065) INTERFACE ... DEFFERED in class pools (note 831232)
      ( 0.065) SE30: Avoid error nr 5 for CALL TRANSACTION USING (note 170470)
      ( 0.065) RFC patch collection 12 2005 (note 831456)
      ( 0.066) Rfc Patch Collection 11 2005 (note 828000)
      ( 0.066) FX: utf-8 conv error (note 825516)
      ( 0.066) Core in dy_tx_param() (note 831528)
      ( 0.066) Diagograph(): buffer size check (note 832017)
      ( 0.066) Batch-Input: No Message 00 255 when modify the ok-code (note 833001)
      ( 0.066) PXA/ATRA Patch Collection 12/2004 (note 802791)
      ( 0.066) Search help: F4 within F4 (note 832866)
      ( 0.066) EXCP_INTERNAL_ERROR during debugging (note 833453)
      ( 0.067) ABAP GC on 32-bit platforms when more than 3.4 GB used (note 833336)
      ( 0.067) Diag enhancements for acc support (note 750543)
      ( 0.067) SYSTEM_RUDI_INVALID at ASSIGN with length (note 834179)
      ( 0.067) SHO tab sharing hash collision error (note 829508)
      ( 0.067) SHO: ABAP_ASSERT during update lock with ASSIGING (II) (note 795666)
      ( 0.067) Kernel change for hide/display gridlines and customizing (note 825864)
      ( 0.067) CCMS Monitoring Patch Collection 2005/2 (note 809007) (note 809007)
      ( 0.067) Missing syntax error messages (note 826436)
      ( 0.067) Debugger (jump to statement)' (note 834640)
      ( 0.067) Integrated ITS 6.40: disconnectonclose for IACs in int. ITS)' (note 827375)
      ( 0.067) New ABAP Debugger problems with stack navigation (note 832192)
      ( 0.068) Re-sort of OTF table in ABAP (note 353987)
      ( 0.068) Spooler: Garbage text in REALSRV field (note 835703)
      ( 0.068) Integrated ITS and sap webdispatcher (note 835762)
      ( 0.068) OpenSQL: General support for ABAP-Hints on MAXDB (note 652096)
      ( 0.068) Open SQL: dynamic LIKE and ABAP field as pattern (note 835522)
      ( 0.068) Classic Debugger: itab search & download, watchpts (note 835010)
      ( 0.068) Int. ITS 6.40: ~disconnectonclose for IACs always turned on (note 827375)
      ( 0.068) ISeries: fdopen handling fixed (note 833895)
      ( 0.069) Avoid lockwaits on table TMDIR while debugging (note 837656)
      ( 0.069) Integrated ITS, version information in HTML page (note 838549)
      ( 0.069) Searchhelp select otions, select for blanks (note 836742)
      ( 0.069) RFC logon - security bugfixes (note 830528)
      ( 0.069) Memory leak using table sharing (note 837518)
      ( 0.069) New checks for DDIC type inconsistencies (note 837077)
      ( 0.069) Update list structure recognition 2 (note 751494)
      ( 0.069) WRITE UNDER and COMMON PART (note 825434)
      ( 0.069) Code pages, converters, locales. Package 636465 (note 447519)
      ( 0.069) SORTED TABLE: Memory consumption after MOVE/IMPORT (note 834807)
      ( 0.069) Shared Objects: Multi-Attach; Get_Current_Usage (note 838683)
      ( 0.069) Clear RTM buffer after flushing (note 838305)
      ( 0.069) Core dumps during session end in rare cases (note 838305)
      ( 0.069) CST patch collection 15 2005 (note 834501)
      ( 0.069) ASCII ABAP stack programs and SCS Unicode programs in one dir (note 837731)
      ( 0.069) Actionbar entries without fastpath (note 548709)
      ( 0.069) Fixes for enhanced ASCII support on OS/390 (note 595331)
      ( 0.069) LSR list ourput IV (note 751494)
      ( 0.069) Diag protocol: multiple codepages (note 621992)
      ( 0.069) Itab component access with length specification (note 838229)
      ( 0.069) Fixes for enhanced ASCII support on OS/390 (note 595331)
      ( 0.069) Integrated ITS, problems during conversion of indication (note 831959)
      ( 0.069) Userswitch Inbound-/Outbound-Scheduler (note 716263)
      ( 0.069) Toolbar control remember scroll position (note 806313)
      ( 0.069) Shared Objects: Performance Detach_Commit (note 838596)
      ( 0.070) Revert UTC BufferSync Timestamp until R3Trans and TP (note 749911)
      ( 0.071) Patch collection - logon routine, 1/2005 (note 835038)
      ( 0.071) 16-Byte alignment in rstg_get (note 837410)
      ( 0.071) CCMS RZ20: missing green alerts (note 839672)
      ( 0.071) CCMS RZ20: missing green alerts (note 746193)
      ( 0.071) D021S get each field separately (note 687334)
      ( 0.071) SE30: Avoid error nr. 5 in case of LEAVE SCREEN (note 170470)
      ( 0.071) Performance of compare for shared internal tables (note 839691)
      ( 0.071) Fixed textedit control problem with multipart/form-data ctype (note 841196)
      ( 0.071) ICM crash in HttpPlugInWriteErrorText (note 842609)
      ( 0.072) Enable printing of arabic-indic digits (note 842887)
      ( 0.072) Core after SORT within a LOOP (note 841997)
      ( 0.072) Its-plugin: Overlap of check boxes and radio buttons (note 839070)
      ( 0.072) Usob_authvaltrc for 610/620 (note 842157)
      ( 0.072) Program groups and CFW-modules (note 821158)
      ( 0.072) Program groups and CFW-modules (note 835127)
      ( 0.072) SELECT FOR UPDATE: release locks after commit (note 843042)
      ( 0.072) Set algorithm und key length of SSF PSEs (note 836367)
      ( 0.072) Downport rnd (no effect for disp+work) (note 836008)
      ( 0.073) Template invalidation fixed (note 840220)
      ( 0.073) ITS Up/Download: its plugin error in unicode R3 (note 841263)
      ( 0.073) ITS HTML Viewer: parameters of the sapevent incorrect (note 829669)
      ( 0.073) Correct quickinfo in TC (note 842040)
      ( 0.073) CLUSTER: COMP (note 772941)
      ( 0.076) Search help in mixed mode apps (note 849476)
      ( 0.076) ITS: Empty screen after warning message (note 849337)
      ( 0.076) Toolbarbutton menu (note 848805)
      ( 0.076) Searchelp error in MASSD (note 848289)
      ( 0.076) TABLE_LINE_NOT_EXISTING with MODIFY ... WHERE (note 845378)
      ( 0.076) RFC patch collection 22 2005 (note 850305)
      ( 0.076) Performance Verification Infrastructure-I (note 803789)
      ( 0.077) Catch zero length in ST command (OTF RTL handling) (note 353987)
      ( 0.077) Spooler: CJK string not printed (note 849315)
      ( 0.077) SapSSL-Update, support for OS/400 ASCII kernels (note 772517)
      ( 0.077) ST: Loops; deserial-state; extensibility (note 849075)
      ( 0.077) Dbbuf: enhance performance of single key buffer (note 826729)
      ( 0.077) Unsharing a HASHED TABLE within a loop (note 852036)
      ( 0.077) Fix memory corruption in move-nametab (note 745745)
      ( 0.077) Position of arabian printout (note 849072)
      ( 0.077) DBIF_NTAB_TABLE_NOT_FOUND during garbage collection-II (note 826350)
      ( 0.077) Integrierter ITS, MS Office 2003 session timeout (note 846857)
      ( 0.077) XSLT/iXML: Renderer memory consumption (note 844722)
      ( 0.077) Ixml file streams (note 834242)
      ( 0.077) I18n code page package 69 (late write permission) (note 447519)
      ( 0.077) I18n code page package 67+68 (F5,UMGCCTL,noDB,L) (note 447519)
      ( 0.077) ALV Grid:F4-Help on non-editable fields enabled (note 849656)
      ( 0.077) ALV Gridview dropdown lists are unavailable (note 850272)
      ( 0.077) ALV Gridview remember scroll position (note 839170)
      ( 0.077) Trim content of modified cells (note 850100)
      ( 0.077) CST patch collection 24 2005 (note 851195)
      ( 0.078) Syslog Message for wrong tablename in READ TABLE dbtab (note 851286)
      ( 0.078) CCMS Monitoring Patch Collection 2005/3 (note 809007) (note 809007)
      ( 0.078) Additional legacy RFC dest setup info (note 722193)
      ( 0.078) PROVIDE FIELDS: fix merging of intervals (note 853666)
      ( 0.078) ITS HTML Viewer: incorrect script paths for inserted scripts (note 853051)
      ( 0.078) Memory requests and error traces (note 853608)
      ( 0.078) Ab_BtreeBlockDelete() core on linuxia64 (note 854073)
      ( 0.078) HTML Tidy: get/set option (note 843855)
      ( 0.078) DBIF_NTAB_TABLE_NOT_FOUND during garbage collection (III) (note 826350)
      ( 0.078) Avoid short dump DBIF_REPO_PART_NOT_FOUND (note 854261)
      ( 0.078) Avoid short dump DBIF_REPO_PART_NOT_FOUND (note 854261)
      ( 0.079) PRESCRIBE barcode and subscript bu (note 854502)
      ( 0.079) SORT: use new GETST_TASK_NO_ETRACE (note 193529)
      ( 0.079) Call Transformation: initial refs; core in rabax (note 854572)
      ( 0.079) iXML: namespace context; XSLT: meta tag (note 854571)
      ( 0.079) Problems with CFW modules and ABAP Stack (GC) (note 856468)
      ( 0.079) Ab_BtreeBlockDelete() core, linuxia64 (II) (note 854073)
      ( 0.079) ALV Gridview RowID was not supplied correctly (note 853062)
      ( 0.079) Problems with CFW modules and ABAP Stack (GC) (II) (note 856468)
      ( 0.080) TRMSG-Messages for CALLING method (note 857551)
      ( 0.080) Fill attribute sqlmsg in class CX_SY_NATIVE_SQL_ERROR (note 853002)
      ( 0.080) ITS Up/Down: upload of files in BIN format (note 855475)
      ( 0.080) IXML Miniparser memory consumption (note 426351)
      ( 0.080) Get transaction code from SPA (note 840798)
      ( 0.080) File handling (note 846259)
      ( 0.080) JavaScript more than 65536 lines (note 858307)
      ( 0.080) Rabax trace for section (note 858362)
      ( 0.080) Protect read-only fields (II) (note 842040)
      ( 0.080) List input and control focus (note 858331)
      ( 0.080) Trust-Manager: create PSEs with keylength > 512 bit (note 509495)
      ( 0.080) Correct call of CTL moduls in 6.40 (note 858636)
      ( 0.080) RFC patch collection 26 2005 (note 858707)
      ( 0.080) SncSetMyName() in Unicode-binaries ignores name (note 856809)
      ( 0.080) MaxLength attribute is set to -1 if the backend is Unicode (note 758007)
      ( 0.081) Integrated ITS, error message on transaction selection screen (note 859213)
      ( 0.081) Acces violation in fct. EsIGblMthSlotsPrepare (note 860031)
      ( 0.081) Update Memory Inspector IV (note 684660)
      ( 0.081) Optimization of the algorithm for generating a job log (note 104185)
      ( 0.081) RFC patch collection 27 2005 (note 860531)
      ( 0.081) PXA: avoid mutex corruption after wp restart (note 802791)
      ( 0.081) ALV Gridview Inputlen of cell could be overwritten by column (note 857074)
      ( 0.081) CST Patch Collection 28 2005 (note 860319)
      ( 0.081) In ST01 some auth.objects displayed with garbage (note 855974)
      ( 0.082) ST02: Avoid core dump at NTAB buffers detailed analysis menu (note 859067)
      ( 0.082) AvaScript repair cg for chained jumps (note 861568)
      ( 0.082) Jobs with names in other code pages do not start (note 809888)
      ( 0.082) NT: sapstartsrv detecting J2EE Safe Mode (note 860654)
      ( 0.082) CCMS Monitoring Patch Collection 2005/4 (note 809007)
      ( 0.082) IMPORT: ignore conversion length errors (note 562988)
      ( 0.082) Preloading DLLs to avoid address space fragmentation (note 853696)
      ( 0.083) Definition of SLC flag (note 851307)
      ( 0.083) Syntax warning for MODIFY with INDEX on a HASHED TABLE (note 860304)
      ( 0.083) Error message on fcode /hmusa (note 862612)
      ( 0.083) Update Listparser (note 751494)
      ( 0.083) I18n code page package 7071 (no env, 45000) (note 447519)
      ( 0.083) Garbled double byte characters (note 670069)
      ( 0.083) Dump during abaplist PDF conversion (note 864429)
      ( 0.083) SE30 User Trace (note 716340)
      ( 0.083) SE30 missing trace data in case of particular units (note 864562)
      ( 0.083) Skip unknown sapgui connect data (note 864474)
      ( 0.084) SORT: sharing after phys. sort (note 863934)
      ( 0.084) Reject system okcodes while debuging BTC or VB (note 864607)
      ( 0.084) GC and tab sharing (note 862462)
      ( 0.084) Correct handling of NAZ messages (note 836869)
      ( 0.084) ABAP-SY: Core dump for type in COMMON PART (note 859631)
      ( 0.084) HTML tidy error trace (note 426351)
      ( 0.084) RTTC: illegal type for TYPE HANDLE (note 863747)
      ( 0.084) ABAP-SY: GEN_FRAGVIEW_EMPTY when accessing empty CI (note 865759)
      ( 0.084) SE30: Assure 610/620 compatible file format (note 866355)
      ( 0.084) Cua status traces (note 865763)
      ( 0.084) Core while unsharing a HASHED TABLE in a LOOP (note 866639)
      ( 0.085) MOVE-CORRESPONDING on empty CI-Includes (note 865759)
      ( 0.085) Foreign key messages in BI log (note 867390)
      ( 0.085) Compatibility of external breakpoints (Kernel 6.40, ABAP 6.10) (note 866347)
      ( 0.085) RFC Patchcollection 30 2005 (note 866360)
      ( 0.085) Default tooltip support (note 750543)
      ( 0.085) ST:  with result IXML (note 866256)
      ( 0.085) Patch collection - logon routine, 2/2005 (note 866327)
      ( 0.085) CST Patch Collection 31 2005 (note 867690)
      ( 0.085) Np printon stack (note 864122)
      ( 0.085) AUNIT test class friends (note 852745)
      ( 0.085) Perfomance Fix READ DATASET due to string resize (note 867936)
      ( 0.085) SHO: Commit registration of transactional Areas (note 865094)
      ( 0.085) Core dump when printing RTL documents (note 868178)
      ( 0.085) No trailing blanks of last (note 867921)
      ( 0.086) Code page patch package 74 (note 447519)
      ( 0.086) ICF Patch Collection 02/2005 (note 867361)
      ( 0.086) ALV Gridview core dump in CSapITSGridviewCol (note 869120)
      ( 0.086) Fix overflow, linuxx86_64 responds pretty badly to this (note 772075)
      ( 0.086) Another occurance of the same overflow problem of the ts structure (note 772078)
      ( 0.086) Definition of cellinfo flag (note 851307)
      ( 0.086) ITS Up/Down: implementing of ITS_DIRECTORY_LIST_FILES (note 856141)
      ( 0.086) ITS TextEdit: changed text could be saved in readonly mode sources (note 868919)
      ( 0.086) NT: Traceing deadlock during signal or alarm handling (note 869790)
      ( 0.086) IXML/XSLT: ABAP class registration (note 865779)
      ( 0.086) New diag supportbits (note 866219)
      ( 0.086) IXML conversion buffer (note 866208)
      ( 0.086) RFC patch collection 32 2005 (note 868767)
      ( 0.087) IMPORT: ign cnv len errors and truncation (note 562988)
      ( 0.087) Exit in LOOP AT SCREEN would remove block stack entries (note 870294)
      ( 0.087) ALV Gridview losing single row selection during its roundtrip (note 870999)
      ( 0.087) Patch lsr list output VII (note 779879)
      ( 0.087) ITS Html Viewer: javascript error for gecko Browser in framesets (note 864381)
      ( 0.087) ITS Html Viewer: caching for all binary documents enabled (note 870373)
      ( 0.087) Enhanced SAP encoding methods (note 866020)
      ( 0.087) New SSF Signer-Resultcodes for Certificate Revocation (note 870640)
      ( 0.087) GETWA_NOT_ASSIGNED since PL 84 (note 871851)
      ( 0.087) ALV Gridview Control AGate crash due to error in put_SelectedRows2 (note 865899)
      ( 0.087) ALV Gridview kernel change for expandable/collapsible totals/subtotals (note 861326)
      ( 0.087) Core with CLASS.Type or INTF.Type for data ref in XML-ABAP (note 871774)
      ( 0.087) No runtime type check with CLEANUP INTO  (note 871407)
      dbsl patch information
      ( 0.001) Support of doublebyte character sets (note 695899)
      ( 0.006) Sizecheck for tables includes LOBs (note 713281)
      ( 0.012) MAX_INT_CNT=1000 (note 634263)
      ( 0.019) Correction of ORA-01427 in dbdd_get_size (note 739536)
      ( 0.025) Correction of internal function DbSlPing() (note 748370)
      ( 0.032) Avoid dump when reading negative numbers into type P field (note 764005)
      ( 0.039) NT: work processes don't start due to different memory layout II (note 761159)
      ( 0.055) Secondary connection with multiple NLS environment (note 808505)
      ( 0.073) Automatic reconnect after ORA-03123, ORA-03127 (note 797792)
      ( 0.079) Enable and allow rel. 6.40 for Oracle 8.1.7 (note 851551)
    brbackup 
      BR0051I BRBACKUP 6.40 (12)
      Patch   Date        Note   Text
        3   2004-01-26   700733  Support for secure copy 'scp' command
       11   2004-06-25   749041  Workaround for ORA-12158 on Tru64 Unix
      release note               680046
      kernel release             640
      patch date                 2004-07-28
      patch level                12
      make platform              NTintel
      make mode                  OCI_920_SHARE
      make date                  Sep 19 2004
    brarchive 
      BR0002I BRARCHIVE 6.40 (12)
      Patch   Date        Note   Text
         3   2004-01-26   700733   Support for secure copy 'scp' command
        11   2004-06-25   749041   Workaround for ORA-12158 on Tru64 Unix
        12   2004-07-28   759839   BRARCHIVE fails for database in mount state
      release note               680046
      kernel release             640
      patch date                 2004-07-28
      patch level                12
      make platform              NTintel
      make mode                  OCI_920_SHARE
      make date                  Sep 19 2004
    brrestore 
      BR0401I BRRESTORE 6.40 (12)
      Patch   Date        Note   Text
        3   2004-01-26   700733  Support for secure copy 'scp' command
       11   2004-06-25   749041  Workaround for ORA-12158 on Tru64 Unix
      release note               680046
      kernel release             640
      patch date                 2004-07-28
      patch level                12
      make platform              NTintel
      make mode                  OCI_920_SHARE
      make date                  Sep 19 2004
    brtools 
      BR0651I BRTOOLS 6.40 (12)
      Patch   Date        Note   Text
      release note               680046
      kernel release             640
      patch date                 2004-07-28
      patch level                12
      make platform              NTintel
      make mode                  OCI_920_SHARE
      make date                  Sep 19 2004
    brconnect 
      BR0801I BRCONNECT 6.40 (12)
      Patch   Date        Note   Text
        5   2004-03-19   719581  Delete of old records in arch.log with BRCONNECT
      release note               680046
      kernel release             640
      patch date                 2004-07-28
      patch level                12
      make platform              NTintel
      make mode                  OCI_920_SHARE
      make date                  Sep 19 2004
    sapdba
    tp  
    R3trans 
    saposcol 
    SAPOSCOL version  COLL 20.88 640 - 20.51 NT 05/07/13, 32 bit, multithreaded, Non-Unicode
    compiled at   Aug 22 2005
    systemid      560 (PC with Windows NT)
    relno         6400
    patch text    COLL 20.88 640 - 20.51 NT 05/07/13
    patchno       87
    intno         20020600
    running on    SAPBL5 Windows NT 5.0 2195 Service Pack 4 2x Intel 801586 (Mod 2 Step 7)
    saplicense  
      SAPLICENSE version information
      slic (saplicense) version     3.00
      saplicense information
      kernel release                640
      kernel make variant           640_REL
      compiled on                   NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10
      compilation mode              Non-Unicode
      compile time                  Aug 21 2005 19:38:48
      update level                  0
      patch number                  48
      source id                     0.087
      supported environment
      database (SAP, table SVERS)   610
                                    620
                                    630
                                    640
      operating system
      Windows NT 5.0
      Windows NT 5.1
      Windows NT 5.2
    Operating System 
      Parameter                  Changed on     Status    Value
    Database 
      Parameter                                      Changed on  Status  Value
      ACTIVE_INSTANCE_COUNT                          15.06.2005  A
      AQ_TM_PROCESSES                                15.06.2005  A       0
      ARCHIVE

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • Tables of f-02

    Vipin,
    Find the config below
    1.Activate the New General Ledger Accounting by a single click on the clock icon
    2.You will reach to change view "activation of New GL A/cg" detail screen and tick the checkbox and save.
    3. After activation of New General Ledger Accounting, you exit the IMG screen When you re-enter , you find that a new node is added Financial Accounting (New)
    4.After activation of New General Ledger Accounting , a new sub node appears in the IMG structure.
    This sub node is Define Segment
    The menu path is:
    SAP Customizing IMG ---> Enterprise Structure -
    > Definition ---> Financial Accounting ---> Define Segment
    In this IMG activity, you define your segments.
    If you then define your profit centers, you can enter an associated segment in the master record of a profit center. The segment is then derived from the assigned profit center during posting.
    5.Activation has created a new field in Profit Center Master Record : the SEGMENT
    6.Leading and Non- Leading Ledgers
    In General Ledger Accounting , you can use several Ledgers in parallel. This allows you to produce financial statements according to different accounting principles. A ledger uses several dimensions from the totals table it is based upon. When defining Ledgers , one must be defined as the Leading Ledger . The Leading Ledger is based on the same accounting principles as that of the consolidated financial statements. It is integrated with all subsidiary ledgers and is updated in all company codes. This means that it is automatically assigned to all company codes. In each company code, the Leading Ledger receives exactly the same settings that apply to that company code : the currencies, the fiscal year variant and posting period variant .
    You must designate one of your ledgers as the Leading Ledger. It is not possible to designate more than one ledger as the leading ledger.
    The menu path is :
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    > Ledger -
    > Define Ledgers for General Ledger Accounting
    Clicking on the checkbox identifies one of your ledgers as the Leading Ledger.
    7. Activation of Non Leading Ledgers
    Non Leading Ledgers are parallel ledgers to the Leading Ledger . They can be based on local accounting principle, for example. You have to activate a non- Leading Ledger for individual company codes. Non- Leading Ledgers can have different fiscal year variants and posting period variants per company code to the Leading Ledger of this company code.
    The menu path is :
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    > Ledger -
    > Define and Activate Non –Leading Ledgers
    8.Assign scenarios to ledgers
    A Scenario combines Customizing settings from different business views. Each business view specifies which posting data is transferred from different application components in General Ledger Accounting, such as cost Center update or Profit Center update .You assign the desired scenarios to your ledgers. For each ledger, you define which fields are filled with posting data from other application components.
    SAP delivers a number of scenarios in the standard system. It is not possible to create additional scenarios.
    The menu path is:
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    >Fields -
    > Display Scenarios for General Ledger Accounting.
    9. Cost of sales accounting
    Cost of sales accounting is a way to create a profit and loss statement (P&L) for a company by comparing the revenues to the costs or expenses incurred to obtain these revenues.
    The expenses are mainly divided by functional area such as:
    Manufacturing
    Administration
    Sales
    Research and Development
    We can activate Cost of Sales Accounting by the following menu path :
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    >Ledger------> Activate Cost of Sales Accounting
    Accounting transactions list
    F-01     Enter Sample Document
    F-02     Enter G/L Account Posting
    F-03     Clear G/L Account
    F-04     Post with Clearing
    F-05     Post Foreign Currency Valuation
    F-06     Post Incoming Payments
    F-07     Post Outgoing Payments
    F-18     Payment with Printout
    F-19     Reverse Statistical Posting
    F-20     Reverse Bill Liability
    F-21     Enter Transfer Posting
    F-22     Enter Customer Invoice
    F-23     Return Bill of Exchange Pmt Request
    F-25     Reverse Check/Bill of Exch.
    F-26     Incoming Payments Fast Entry
    F-27     Enter Customer Credit Memo
    F-28     Post Incoming Payments
    F-29     Post Customer Down Payment
    F-30     Post with Clearing
    F-31     Post Outgoing Payments
    F-32     Clear Customer
    F-33     Post Bill of Exchange Usage
    F-34     Post Collection
    F-35     Post Forfaiting
    F-36     Bill of Exchange Payment
    F-37     Customer Down Payment Request
    F-38     Enter Statistical Posting
    F-39     Clear Customer Down Payment
    F-40     Bill of Exchange Payment
    F-41     Enter Vendor Credit Memo
    F-42     Enter Transfer Posting
    F-43     Enter Vendor Invoice
    F-44     Clear Vendor
    F-46     Reverse Refinancing Acceptance
    F-47     Down Payment Request
    F-48     Post Vendor Down Payment
    F-49     Customer Noted Item
    F-51     Post with Clearing
    F-52     Post Incoming Payments
    F-53     Post Outgoing Payments
    F-54     Clear Vendor Down Payment
    F-55     Enter Statistical Posting
    F-56     Reverse Statistical Posting
    F-57     Vendor Noted Item
    F-58     Payment with Printout
    F-59     Payment Request
    F-60     Maintain Table: Posting Periods
    F-62     Maintain Table: Exchange Rates
    F-63     Park Vendor Invoice
    F-64     Park Customer Invoice
    F-65     Preliminary Posting
    F-66     Park Vendor Credit Memo
    F-67     Park Customer Credit Memo
    F-90     Acquisition from purchase w. vendor
    F-91     Asset acquis. to clearing account
    F-92     Asset Retire. frm Sale w/ Customer
    F.01     ABAP/4 Report: Balance Sheet
    F.02     Compact Journal
    F.03     Reconciliation
    F.04     G/L: Create Foreign Trade Report
    F.05     Foreign Currency Val.: Open Items
    F.06     Foreign Currency Valuation:G/L Assts
    F.07     G/L: Balance Carried Forward
    F.08     G/L: Account Balances
    F.09     G/L: Account List
    F.0A     G/L: FTR Report on Disk
    F.0B     G/L: Create Z2 to Z4
    F.10     G/L: Chart of Accounts
    F.11     G/L: General Ledger from Doc.File
    F.12     Advance Tax Return
    F.13     ABAP/4 Report: Automatic Clearing
    F.14     ABAP/4 Report: Recurring Entries
    F.15     ABAP/4 Report: List Recurr.Entries
    F.16     ABAP/4 Report: G/L Bal.Carried Fwd
    F.17     ABAP/4 Report: Cust.Bal.Confirmation
    F.18     ABAP/4 Report: Vend.Bal.Confirmation
    F.19     G/L: Goods/Invoice Received Clearing
    F.1A     Customer/Vendor Statistics
    F.1B     Head Office and Branch Index
    F.20     A/R: Account List
    F.21     A/R: Open Items
    F.22     A/R: Open Item Sorted List
    F.23     A/R: Account Balances
    F.24     A/R: Interest for Days Overdue
    F.25     Bill of Exchange List
    F.26     A/R: Balance Interest Calculation
    F.27     A/R: Periodic Account Statements
    F.28     Customers: Reset Credit Limit
    F.29     A/R: Set Up Info System 1
    F.2A     Calc.cust.int.on arr.: Post (w/o OI)
    F.2B     Calc.cust.int.on arr.: Post(with OI)
    F.2C     Calc.cust.int.on arr.: w/o postings
    F.2D     Customrs: FI-SD mast.data comparison
    F.2E     Reconciliation Btwn Affiliated Comps
    F.2F     Management Acct Group Reconciliation
    F.2G     Create Account Group Reconcil. G/L
    F.30     A/R: Evaluate Info System
    F.31     Credit Management - Overview
    F.32     Credit Management - Missing Data
    F.33     Credit Management - Brief Overview
    F.34     Credit Management - Mass Change
    F.35     Credit Master Sheet
    F.36     Adv.Ret.on Sls/Pur.Form Printout(DE)
    F.37     Adv.rept.tx sls/purch.form print (BE
    F.38     Transfer Posting of Deferred Tax
    F.39     C FI Maint. table T042Z (BillExcTyp)
    F.40     A/P: Account List
    F.41     A/P: Open Items
    F.42     A/P: Account Balances
    F.44     A/P: Balance Interest Calculation
    F.45     A/P: Set Up Info System 1
    F.46     A/P: Evaluate Info System
    F.47     Vendors: calc.of interest on arrears
    F.48     Vendors: FI-MM mast.data comparison
    F.4A     Calc.vend.int.on arr.: Post (w/o OI)
    F.4B     Calc.vend.int.on arr.: Post(with OI)
    F.4C     Calc.vend.int.on arr.: w/o postings
    F.50     G/L: Profitability Segment Adjustmnt
    F.51     G/L: Open Items
    F.52     G/L: Acct Bal.Interest Calculation
    F.53     G/L: Account Assignment Manual
    F.54     G/L: Structured Account Balances
    F.56     Delete Recurring Document
    F.57     G/L: Delete Sample Documents
    F.58     OI Bal.Audit Trail: fr.Document File
    F.59     Accum.Clas.Aud.Trail: Create Extract
    F.5A     Accum.Clas.Aud.Trail: Eval.Extract
    F.5B     Accum.OI Aud.Trail: Create Extract
    F.5C     Accum.OI Audit Trail: Display Extr.
    F.5D     G/L: Update Bal. Sheet Adjustment
    F.5E     G/L: Post Balance Sheet Adjustment
    F.5F     G/L: Balance Sheet Adjustment Log
    F.5G     G/L: Subseq.Adjustment(BA/PC) Sp.ErA
    F.5I     G/L: Adv.Rep.f.Tx on Sls/Purch.w.Jur
    F.61     Correspondence: Print Requests
    F.62     Correspondence: Print Int.Documents
    F.63     Correspondence: Delete Requests
    F.64     Correspondence: Maintain Requests
    F.65     Correspondence: Print Letters (Cust)
    F.66     Correspondence: Print Letters (Vend)
    F.70     Bill/Exchange Pmnt Request Dunning
    F.71     DME with Disk: B/Excha. Presentation
    F.75     Extended Bill/Exchange Information
    F.77     C FI Maintain Table T045D
    F.78     C FI Maintain Table T045B
    F.79     C FI Maintain Table T045G
    F.80     Mass Reversal of Documents
    F.81     Reverse Posting for Accr./Defer.Docs
    F.90     C FI Maintain Table T045F
    F.91     C FI Maintain Table T045L
    F.92     C FI Maintain T012K  (Bill/Exch.)
    F.93     Maintain Bill Liability and Rem.Risk
    F.97     General Ledger: Report Selection
    F.98     Vendors: Report Selection
    F.99     Customers: Report Selection
    FB00     Accounting Editing Options
    FB01     Post Document
    FB02     Change Document
    FB03     Display Document
    FB03Z     Display Document/Payment Usage
    FB04     Document Changes
    FB05     Post with Clearing
    FB05_OLD     Post with clearing
    FB07     Control Totals
    FB08     Reverse Document
    FB09     Change Line Items
    FB10     Invoice/Credit Fast Entry
    FB11     Post Held Document
    FB12     Request from Correspondence
    FB13     Release for Payments
    FB1D     Clear Customer
    FB1K     Clear Vendor
    FB1S     Clear G/L Account
    FB21     Enter Statistical Posting
    FB22     Reverse Statistical Posting
    FB31     Enter Noted Item
    FB41     Post Tax Payable
    FB50     G/L Acct Pstg: Single Screen Trans.
    FB60     Enter Incoming Invoices
    FB65     Enter Incoming Credit Memos
    FB70     Enter Outgoing Invoices
    FB75     Enter Outgoing Credit Memos
    FB99     Check if Documents can be Archived
    FBA1     Customer Down Payment Request
    FBA2     Post Customer Down Payment
    FBA3     Clear Customer Down Payment
    FBA6     Vendor Down Payment Request
    FBA7     Post Vendor Down Payment
    FBA7_OLD     Post Vendor Down Payment
    FBA8     Clear Vendor Down Payment
    FBA8_OLD     Clear Vendor Down Payment
    FBB1     Post Foreign Currency Valn
    FBBA     Display Acct Determination Config.
    FBBP     Maintain Acct Determination Config.
    FBCJ     Cash Journal
    FBCJC0     C FI Maintain Tables TCJ_C_JOURNALS
    FBCJC1     Cash Journal Document Number Range
    FBCJC2     C FI Maint. Tables TCJ_TRANSACTIONS
    FBCJC3     C FI Maintain Tables TCJ_PRINT
    FBCOPY     Copy Function Module
    FBD1     Enter Recurring Entry
    FBD2     Change Recurring Entry
    FBD3     Display Recurring Entry
    FBD4     Display Recurring Entry Changes
    FBD5     Realize Recurring Entry
    FBD9     Enter Recurring Entry
    FBDF     Menu Banque de France
    FBE1     Create Payment Advice
    FBE2     Change Payment Advice
    FBE3     Display Payment Advice
    FBE6     Delete Payment Advice
    FBE7     Add to Payment Advice Account
    FBF1     C80 Reporting Minus Sp.G/L Ind.
    FBF2     Financial Transactions
    FBF3     Control Report
    FBF4     Download Documents
    FBF5     Reports Minus Vendor Accounts
    FBF6     Document Changes
    FBF7     C80 Reports Minus Sp.G/L Ind.
    FBF8     C84 Reports
    FBFT     Customizing BDF
    FBIPU     Maintain bank chains for partner
    FBKA     Display Accounting Configuration
    FBKF     FBKP/Carry Out Function (Internal)
    FBKP     Maintain Accounting Configuration
    FBL1     Display Vendor Line Items
    FBL1N     Vendor Line Items
    FBL2     Change Vendor Line Items
    FBL2N     Vendor Line Items
    FBL3     Display G/L Account Line Items
    FBL3N     G/L Account Line Items
    FBL4     Change G/L Account Line Items
    FBL4N     G/L Account Line Items
    FBL5     Display Customer Line Items
    FBL5N     Customer Line Items
    FBL6     Change Customer Line Items
    FBL6N     Customer Line Items
    FBM1     Enter Sample Document
    FBM2     Change Sample Document
    FBM3     Display Sample Document
    FBM4     Display Sample Document Changes
    FBMA     Display Dunning Procedure
    FBME     Banks
    FBMP     Maintain Dunning Procedure
    FBN1     Accounting Document Number Ranges
    FBN2     Number Range Maintenance: FI_PYORD
    FBP1     Enter Payment Request
    FBR1     Post with Reference Document
    FBR2     Post Document
    FBRA     Reset Cleared Items
    FBRC     Reset Cleared Items (Payment Cards)
    FBS1     Enter Accrual/Deferral Doc.
    FBTA     Display Text Determin.Configuration
    FBTP     Maintain Text Determin.Configuration
    FBU2     Change Intercompany Document
    FBU3     Display Intercompany Document
    FBU8     Reverse Cross-Company Code Document
    FBV0     Post Parked Document
    FBV1     Park Document
    FBV2     Change Parked Document
    FBV3     Display Parked Document
    FBV4     Change Parked Document (Header)
    FBV5     Document Changes of Parked Documents
    FBV6     Parked Document $
    FBVB     Post Parked Document
    FBW1     Enter Bill of Exchange Pmnt Request
    FBW2     Post Bill of Exch.acc.to Pmt Request
    FBW3     Post Bill of Exchange Usage
    FBW4     Reverse Bill Liability
    FBW5     Customer Check/Bill of Exchange
    FBW6     Vendor Check/Bill of Exchange
    FBW7     Bank file to file system (for FBWD)
    FBW8     File to Bank (for Transaction FBWD)
    FBW9     C FI Maintain Table T045DTA
    FBWA     C FI Maintain Table T046a
    FBWD     Returned Bills of Exchange Payable
    FBWD2     Parameter Transaction for FBWD
    FBWE     Bill/Exch.Presentatn - International
    FBWQ     C FI Maintain Table T045T
    FBWR     C FI Maintain Table T045W
    FBWS     C FI Maintain Table T046s
    FBZ0     Display/Edit Payment Proposal
    FBZ1     Post Incoming Payments
    FBZ2     Post Outgoing Payments
    FBZ3     Incoming Payments Fast Entry
    FBZ4     Payment with Printout
    FBZ5     Print Check For Payment Document
    FBZ8     Display Payment Run
    FBZA     Display Pmnt Program Configuration
    FBZG     Failed Customer Payments
    FBZP     Maintain Pmnt Program Configuration
    FK01     Create Vendor (Accounting)
    FK02     Change Vendor (Accounting)
    FK02CORE     Maintain vendor
    FK03     Display Vendor (Accounting)
    FK04     Vendor Changes (Accounting)
    FK05     Block Vendor (Accounting)
    FK06     Mark Vendor for Deletion (Acctng)
    FK08     Confirm Vendor Individually (Acctng)
    FK09     Confirm Vendor List (Accounting)
    FK10     Vendor Account Balance
    FK10N     Vendor Balance Display
    FK10NA     Vendor Balance Display
    FK15     Transfer vendor changes: receive
    FK16     Transfer vendor changes: receive
    FKI0     Execute Report
    FKI1     Create Report
    FKI2     Change Report
    FKI3     Display Report
    FKI4     Create Form
    FKI5     Change Form
    FKI6     Display Form
    FKIB     Background Processing
    FKIC     Maintain Currency Translation Type
    FKIK     Maintain Key Figures
    FKIM     Report Monitor
    FKIO     Transport Reports
    FKIP     Transport Forms
    FKIQ     Import Reports from Client 000
    FKIR     Import Forms from Client 000
    FKIT     Translation Tool - Drilldown Report.
    FKIV     Maintain Global Variable
    FKIX     Reorganize Drilldown Reports
    FKIY     Reorganize Report Data
    FKIZ     Reorganize Forms
    FKMT     FI Acct Assignment Model Management
    FS00     G/L acct master record maintenance
    FS01     Create Master Record
    FS02     Change Master Record
    FS02CORE     Maintain G/L account
    FS03     Display Master Record
    FS04     G/L Account Changes (Centrally)
    FS05     Block Master Record
    FS06     Mark Master Record for Deletion
    FS10     G/L Account Balance
    FS10N     Balance Display
    FS10NA     Balance Display
    FS15     Copy G/L account changes: Send
    FS16     Copy G/L account changes: Receive
    FSAA     Display Address for Bal.Confirmatns
    FSAP     Addresses for Balance Confirmations
    FSAV     Balance Confirmations: Reply View
    FSE2     Change Financial Statement Version
    FSE3     Display Financial Statement Version
    FSE4     Planning Preparation
    FSE5     Maintain Planning
    FSE5N     Maintain Planning
    FSE6     Display Planning
    FSE6N     Display Planning
    FSE7     Maint.Fin.Statemnt Forgn Lang.Texts
    FSE8     Display Forgn Lang Fin.Statmnt Texts
    FSE9     Automatic Financial Statement Form
    FSF1     Financial Calendar
    FSI0     Execute report
    FSI1     Create Report
    FSI2     Change Report
    FSI3     Display Report
    FSI4     Create Form
    FSI5     Change Form
    FSI6     Display Form
    FSIB     Background processing
    FSIC     Maintain Currency Translation Type
    FSIG     Balance Sheet Reports Criteria Group
    FSIK     Maintain Key Figures
    FSIM     Report Monitor
    FSIO     Transport reports
    FSIP     Transport forms
    FSIQ     Import reports from client 000
    FSIR     Import forms from client 000
    FSIT     Translation Tool - Drilldown Report.
    FSIV     Maintain Global Variable
    FSIX     Reorganize Drilldown Reports
    FSIY     Reorganize report data
    FSIZ     Reorganize forms
    FSK2     Maintain Sample Rules
    FSK2_OLD     Maintain Sample Rules
    FSKB     G/L Account Posting
    FSM1     Create Sample Account
    FSM2     Change Sample Account
    FSM3     Display Sample Account
    FSM4     Sample Account Changes
    FSM5     Delete Sample Account
    FSO2     Change Finan.Statement Vers. (old)
    FSO3     Display Finan.Statement Vers. (Old)
    FSP0     G/L acct master record in chrt/accts
    FSP1     Create Master Record in Chart/Accts
    FSP2     Change Master Record in Chart/Accts
    FSP3     Display Master Record in Chart/Accts
    FSP4     G/L Account Changes in Chart/Accts
    FSP5     Block Master Record in Chart/Accts
    FSP6     Mark Mast.Rec.for Del.in Chart/Accts
    FSRD     Loans       Regulatory Reporting CH
    FSRG     Money Mkt   Regulatory Reporting CH
    FSRW     Securities  Regulatory Reporting CH
    FSS0     G/L account master record in co code
    FSS1     Create Master Record in Company Code
    FSS2     Change Master Record in Company Code
    FSS3     Display Master Record in Comp.Code
    FSS4     G/L Account Changes in Company Code
    FSSA     Display Bal.Confirmatns Sel.Criteria
    FSSP     Change Bal.Confirmatns Sel.Criteria
    FST0     G/L account record translation
    FST2     Maintain Account Name
    FST3     Display Account Name
    OB00     C FI Maintain Table T030 (RDF)
    OB01     C FI Maintain Table T691A
    OB02     C FI Maintain Table T024B
    OB03     C FI Maintain Table T003
    OB04     C FI Maintain Table T030F
    OB05     C FI Maintain Table T001S
    OB06     C FI Maintain Table T031S
    OB07     C FI Maintain table TCURV
    OB08     C FI Maintain table TCURR
    OB09     C FI Maintain Table T030H
    OB10     C FI Maintain Table T049L
    OB11     C FI Maintain Table T018P
    OB12     C FI Maintain Table T691B
    OB13     C FI Maintain Table T004
    OB14     Configure Field Status Definition
    OB15     C FI Maintain Table T004R
    OB16     C FI Maintain Table TZUN/TZUNT
    OB17     C FI Maintain Table T040
    OB18     C FI Maintain Table T040S
    OB19     C FI Maintain Table T059M
    OB1A     C FI Maint. Table T004 (Layouts)
    OB1B     C FI Maint. Table T004 (Layouts)
    OB20     C FI Maintain Table T078D
    OB21     C FI Maintain Table T079D
    OB22     C FI Maintain Table T001A
    OB23     C FI Maintain Table T078K
    OB24     C FI Maintain Table T079K
    OB25     C FI Maintain Table T001X
    OB26     C FI Maintain Table T078S
    OB27     C FI Maintain Table T008
    OB28     C FI Maintain Table T001D
    OB29     C FI Fiscal Year Variants
    OB30     Accts Rec: Allocate flds -> fld gps
    OB31     C FI Maintain Table T055G
    OB32     C FI Maintain Table TBAER
    OB33     C FI Maintain Table T055
    OB34     C FI Maintain Table T055G
    OB35     Customer Balance Confirmation
    OB36     Vendor Balance Confirmation
    OB37     C FI Maintain Table T001 (PERIV)
    OB38     Assign Co.Code -> Cred.Cntl Area
    OB39     C FI Maintain Table TRAS
    OB40     C FI Maintain Table T030
    OB41     Maintain Accounting Keys
    OB42     C FI Maintain Table T056Z
    OB43     C FI Maintain Table T015L
    OB44     C FI Maintain Table T016
    OB45     C FI Maintain Table T014
    OB46     C FI Maintain Table T056
    OB47     C FI Maintain Table T015W
    OB48     C FI Maintain Matchcode SAKO
    OB49     C FI Maintain Matchcode DEBI
    OB50     C FI Maintain Matchcode KRED
    OB51     C FI Maintain Table T024P
    OB52     C FI Maintain Table T001B
    OB53     C FI Maintain Table T030
    OB54     C FI Maintain Table T001 (PERIV)
    OB55     C FI Maintain Table TFAV
    OB56     C FI Maintain Table T053
    OB57     C FI Maintain Table T043
    OB58     C FI Maintain Table T011/T011T
    OB59     C FI Maintain Table T044A
    OB60     C FI Maintain Table T041B
    OB61     C FI Maintain Table T047M
    OB62     C FI Maintain Table T001 (KTOPL + 2)
    OB63     C FI Maintain Table T001 (XGJRV)
    OB64     C FI Maintain Table T001 (WAABV)
    OB65     C FI Maintain Table T001 (XGSBE)
    OB66     C FI Maintain Table T001 (XKDFT)
    OB67     C FI Maintain Table T001 (MREGL)
    OB68     C FI Maintain Table T001
    OB69     C FI Maintain Table T001
    OB70     C FI Maintain Table T001
    OB71     C FI Maintain Table T001
    OB72     C FI Maintain Table T001O
    OB73     C FI Maintain Table T031
    OB74     C FI Maintain Table TF123
    OB75     C FI Maintain Table T042D
    OB76     C FI Maintain Table T045E
    OB77     C FI Maintain Table T048/T048T
    OB78     C FI Maintain Table T048B
    OB79     C FI Maintain Table T048I
    OB80     C FI Maintain Table T043K
    OB81     C FI Maintain Table T056A
    OB82     C FI Maintain Table T056U
    OB83     C FI Maintain Table T056P
    OB84     C FI Maintain Table T056D
    OB85     C FI Maintain Table T056B
    OB86     C FI Maintain Table T005 (WECHF)
    OB87     C FI Maintain Table T001N
    OB88     C FI Maintain Table T001
    OB89     C FI Maintain Table T030
    OB90     C FI Maintain Table T001R
    OB91     C FI Maintain Table T001F
    OB92     C FI Maintain Table T001G
    OB93     C FI Maintain Table TGSBG
    OB94     C FI Maintain Table T042M
    OB95     C FI Maintain Table T042N
    OB96     C FI Maintain Table T001F
    OB97     C FI Maintain Table T059A
    OB98     C FI Maintain Table T059F
    OB99     C FI Maintain Table T005Q
    OBA0     G/L Account Tolerance Groups
    OBA1     C FI Maintain Table T030
    OBA2     C FI Maintain Table T001M
    OBA3     C FI Maintain Table T043G
    OBA4     C FI Maintain Table T043T
    OBA5     Change Message Control
    OBA6     C FI Maintain Table T046
    OBA7     C FI maintain table T003
    OBA8     C FI Maintain Table TRERI
    OBA9     C FI Maintain Table T015Z
    OBAA     C FI Maintain Table T056S
    OBAB     C FI Maintain Table T056Y
    OBAC     C FI Maintain Table T056R
    OBAD     C FI Maintain Table T005P
    OBAE     C FI Maintain Table T005S
    OBAF     C FI Maintain Table T048K
    OBAG     C FI Maintain Table T060O
    OBAH     C FI Maintain Table T060A
    OBAI     C FI Maintain Table T060
    OBAJ     C FI Maintain Table T060
    OBAK     C FI Maintain Table T060
    OBAL     C FI Maintain Table T052A
    OBAM     C FI Maintain Table T052R
    OBAN     C FI Maintain Table T060O
    OBAO     C FI Maintain Table T060O
    OBAP     C FI Maintain Table TZGR
    OBAQ     C FI Maintain Table T047R
    OBAR     C FI Maintain Table T077D
    OBAS     C FI Maintain Table T077K
    OBAT     C FI Maintain Table T055G
    OBAU     C FI Maintain Table T055
    OBAV     C FI Maintain Table T049E
    OBAW     C FI Maintain Table T049F
    OBAX     C FI Maintain Table T049A
    OBAY     C FI Maintain Table T049B
    OBAZ     C FI Maintain Table FEDICUS
    OBB0     C FI Maintain table T030 valuatn adj
    OBB1     C FI Maintain Table T001G
    OBB2     C FI Maintain Table TFMC
    OBB3     C FI Maintain Table TFMC
    OBB4     C FI Maintain Table TFMC
    OBB5     C FI Maintain Table T001
    OBB6     C FI Maintain Table TGSB
    OBB7     C FI Maintain Table TGSB
    OBB8     C FI Maintain Table T052
    OBB9     C FI Maintain Table T052S
    OBBA     C FI Maintain Table T012C
    OBBB     C FI Maintain Table T012A
    OBBC     C FI Maintain Table T052 (Block Key)
    OBBD     C FI Maintain Table T045T
    OBBE     C FI Maintain Table T053R and T053S
    OBBF     C FI Maintain Table TCURD
    OBBG     C FI Maintain Table T005 (KALSM)
    OBBH     C FI Maintain Table T001Q (Document)
    OBBI     Maintain G/L Account Field Groups
    OBBJ     Maintain Sample Account Field Groups
    OBBK     C FI Maintain Table T055G (Banks)
    OBBL     C FI Maintain Table T055 (Banks)
    OBBM     C FI Maintain Table T055G (Docs)
    OBBN     C FI Maintain Table T055 (Docs)
    OBBO     C FI Maintain Table T010O
    OBBP     C FI Maintain Table T001 (OPVAR)
    OBBQ     C FI Maintain Table T044D
    OBBR     C FI Table T042R Maintenance
    OBBS     C FI Maintain Table TCURF
    OBBT     C FI Table T030 Maintenance GLU+GLU
    OBBU     C FI Maintain Table T044K List
    OBBUSPRO     Business Processes
    OBBV     C FI Maintain Table T030 BI2+SPACE
    OBBW     C FI Maintain Table T030 BI3+A00
    OBBX     C FI Maintain Table T030 BI4+SPACE
    OBBY     C FI Maintain Tables T028V + T028W
    OBBZ     C FI Subst. FI/0005: Activate
    OBC1     C FI Maintain Table T054
    OBC2     C FI Maintain Table T054A
    OBC3     C FI Maintain Table TLSEP
    OBC4     C FI Maintain Table T004V
    OBC5     C FI Maintain Table T001
    OBC6     C FI Maintain Table T001
    OBC7     C FI Maintain Table T059Q
    OBC8     C FI Table T001 Maintenance (TXKRS)
    OBC9     External Group Number for Taxation
    OBCA     C FI Maintain Table T076B
    OBCB     C FI Maintain Table T076I
    OBCC     C FI Maintain Table T076K
    OBCD     C FI Maintain Table T076M
    OBCE     C FI Maintain Table T076S
    OBCF     C FI Maintain Table T007F
    OBCG     C FI Maintain Table T007K
    OBCH     C FI Maintain Table T007L
    OBCI     C FI Maintain Table T007I
    OBCJ     C FI Maintain Table T007J
    OBCK     FI Table Maintenance T001 (XSTDT)
    OBCL     FI Table Maint. T001 (MWSKV+MWSKA)
    OBCM     C FI Maintain Table T007F
    OBCN     C FI Maintain Table T007B
    OBCO     C FI Maintain Table TTXD
    OBCP     C FI Maintain Table TTXJ
    OBCQ     C FI Table T053G Maintenance
    OBCR     C FI Table T053V + T053W Maintenance
    OBCS     C FI Table T053E Maintenance
    OBCT     C FI Table T053A + T053B Maintenance
    OBCU     C FI Table T053C Maintenance
    OBCV     C FI FAKP: T021R with SL-AX
    OBCW     C FI table T053D maintenance
    OBCX     TTXC View
    OBCY     C FI Table TTYPV Maintenance
    OBCZ     C FI Maintain Table T021E
    OBD1     Document parking posting date
    OBD2     C FI Maintain Table T077D
    OBD3     C FI Maintain Table T077K
    OBD4     C FI Maintain Table T077S
    OBD5     C FI Maintain Table T003B
    OBD6     C FI Maintain Table TCURS
    OBDA     C FI Table T059E + T059G Maintenance
    OBDB     C FI Table T053R Maintenance
    OBDC     C FI Maintain View Cluster V_T060K
    OBDD     C FI Table T060K Maintenance
    OBDE     C FI Table T060M Maintenance
    OBDF     C FI Maint.view cluster V_T060o
    OBDG     C FI Maintain Table T076A
    OBDH     C FI Maintain Table T076E
    OBDU     Job Names for Data Transfers
    OBE7     C FI Batch Input Customers
    OBE8     C FI Generate Btch Input Rcrd Layout
    OBEA     Maintain Convertible Reports
    OBEB     Main.Table for Old Local Curr.(EURO)
    OBEBGEN     Electronic Banking: General
    OBEBLADR     Assign Banks to OFX partners
    OBETX     Number Assignment for Ext. Tax Docum
    OBF1     C FI Maintain Table TFI01/TFI01T
    OBF2     C FI Maintain Table TFI02
    OBF3     Bank selection, current setting
    OBF4     C FI maintain table T003
    OBF5     C FI Maint. Table T042OFI/T042OFIT
    OBF8     C FI Batch Input Vendors
    OBFA     C FI Corresp.Sort Variants/Corresp.
    OBFB     C FI Corresp.Sort Variants/Documents
    OBFC     C FI Corresp.Sort Variants/Lne Items
    OBG1     C FI Maintain tbl T030 offsttng acct
    OBG4     C FI Batch Input Documents
    OBG5     C FI Batch Input G/L Accounts
    OBG8     C FI Copy G/L Accounts Acc.To Ref.Ac
    OBG9     C FI Maintain Table TSAKR
    OBGA     C FI G/L Account With Ref.: Display
    OBH1     C FI Doc.No.Range: Copy Company Code
    OBH2     C FI Doc.No.Range: Copy Fiscal year
    OBIA     C FI Maintain View Cluster VC_TFAG
    OBIB     Parameter Transaction for V_TFAGM
    OBJ1     C FI Year End Financial Statement
    OBJ2     C FI Year End Compact Doc.Journal
    OBJ3     C FI Year End Bill of Exchange List
    OBJ4     C FI Year End G/L Account Balances
    OBJ5     C FI Year End G/L Account List
    OBJ6     Posting Totals
    OBJ7     Bill of Exchange Charges Statement
    OBK1     C FI Year End OI Customer List
    OBK2     C FI Year End Customer Acct Balances
    OBK3     C FI Year End Customer List
    OBK4     C FI Year End OI Vendor List
    OBK5     C FI Year End Vendor Acct Balances
    OBK6     C FI Year End Vendor List
    OBK7     Subledger Accts Bal.Carried Forward
    OBK8     G/L Accounts Balance Carried Forward
    OBK9     Payment Notices Correspondence
    OBKA     Account Statement Correspondence
    OBKB     Internal Documents Correspondence
    OBKC     Individual Letters Correspondence
    OBKD     Document Statements Correspondence
    OBKE     Customer Stmnt Corresp.Account Stmnt
    OBKF     Failed Payment Correspondence
    OBKG     Correspondence Sel.Criteria Letters
    OBKR     Maintain Number Range: FI_RECEIPT
    OBKS     C FI Table T058A Maintenance
    OBKT     C FI Table T058B Maintenance
    OBKU     C FI Table T011A + T011B Maintenance
    OBKV     C FI Table T011E + T011F Maintenance
    OBKW     C FI Table T011V Maintenance
    OBL1     Consistency Check: Auto.Pstg (Docu.)
    OBL2     Consistency Check: Auto.Pstg (ErAny)
    OBL3     Consistency Check: Sp.G/L (Docu.)
    OBL4     Consistency Check: Sp.G/L (Err.Anly)
    OBL5     Consistency Check: Pmnt Prog.Config.
    OBL6     Consistency Check: Dunn.Prog.Config.
    OBM1     C FI Month End Advance Tax Return
    OBM2     C FI Month End Financial Statement
    OBM3     C FI Month End Foreign Trade Regns
    OBM4     C FI Month End Compact Doc.Journal
    OBM5     C FI G/L Balances Monthly Report
    OBM6     Posting Data Reconciliation
    OBMD     C FI Selec.Variants Dunning/Dun.line
    OBMK     C FI Selec.Variants Dunning/Dunn.hdr
    OBN1     C FI Month End OI Customer List
    OBN2     C FI Month End Financial Statement
    OBN3     C FI Month End OI Vendor List
    OBN4     C FI Month End Vendor Acct Balances
    OBNB     Transaction Code for SAPMFKM2
    OBO1     C FI FAKP Line Item Line Layout
    OBO2     C FI FAKP Credit Mangmnt Line Layout
    OBOB     C FI FAKP Line Item Line Layout
    OBOFXBUS     OFX: Business Customizing
    OBOFXTECH     OFX: Technical Customizing
    OBP1     C FI create distribution key
    OBP2     C FI Change Distribution Keys
    OBP3     C FI display distribution key
    OBP4     C FI delete distribution key
    OBP5     Delete FI planning data
    OBP6     G/L: Versions
    OBPL     Subsequently post CO plan.data to GL
    OBQ1     C FI Condition Compnt: Condit.Types
    OBQ2     C FI Condit.Component: Access Seque.
    OBQ3     C FI Condition Component: Calc.Proc.
    OBR1     Delete Documents
    OBR2     Delete Subledger Accounts
    OBR3     C FI Maintain Table T001
    OBR4     Delete Banks
    OBR7     Maintain account type life
    OBR8     Maintain document type life
    OBRD     Customers: maintain report selection
    OBRK     Vendors: maintain report selection
    OBRS     G/L: maintain report selection
    OBRX     Flexible G/L: Maintain Report Selec.
    OBS1     C FI Create Ledger
    OBS2     C FI Change Ledger
    OBS3     C FI Display Ledger
    OBS4     C FI Delete Ledger
    OBT1     C FI Maintain Table TTXID (KNA1)
    OBT2     C FI Maintain Table TTXID (KNB1)
    OBT3     C FI Maintain Table TTXID (KNKK)
    OBT4     C FI Maintain Table TTXID (LFA1)
    OBT5     C FI Maintain Table TTXID (LFB1)
    OBT6     C FI Maintain Table TTXID (SKA1)
    OBT7     C FI Maintain Table TTXID (SKB1)
    OBT8     C FI Maintain Table TTXID (BELEG)
    OBT9     C FI Maintain Table TTXID (MR01)
    OBU1     Document Type/Posting Key Options
    OBUV     TxApportnmnt for Cross-Co.Cde Trans.
    OBV1     C FI Int.For Dys Overdue Acct Deter.
    OBV2     C FI G/L Acct Bal.Int.Calc.Acct Det.
    OBV3     C FI Cust.Bal.Int.Calc.Acct Determ.
    OBV4     C FI Vend.Bal.Int.Calc.Acct Determ.
    OBV5     C FI Maintain Table T030Q
    OBV6     C FI Maintain Table T030V
    OBV7     C FI Maintain Table T001O
    OBV9     C FI Act Det.Vendor Intrst on Arrs
    OBVS     C FI Display View
    OBVT     C FI Display Restricted View
    OBVU     C FI Maintain View
    OBVV     C FI Maintain Restricted View
    OBVW     C FI maintain view
    OBVY     C FI Maintain Table T030H
    OBW1     C FI Maintain Table T001F
    OBW2     C FI Maintain Table T001G
    OBW3     Instructions in Payment Transactions
    OBWA     C FI Table VBWF01+VBWF02 Maintenance
    OBWB     C FI Table VBWF08 Maintenance
    OBWC     C FI Table VBWF03 Maintenance
    OBWD     C FI Table VBWF05 Maintenance
    OBWE     C FI Table VBWF06+VBWF07 Maintenance
    OBWF     C FI Table VBWF09+VBWF10 Maintenance
    OBWG     C FI Table VBWF04 Maintenance (Cust)
    OBWH     C FI Table VBWF04 Maintenance (Vend)
    OBWI     C FI Table VBWF04 Maintenance (G/L)
    OBWJ     C FI Table T001 Maintenance (WFVAR)
    OBWK     C FI Table VBWF04 (Assets)
    OBWL     C FI Maintain Tables VBWF11 + VBWF12
    OBWM     Organizational objects full release
    OBWO     C FI Withholding Tax
    OBWP     Payment release by authorized person
    OBWQ     Payment Release Document Types
    OBWR     C FI Maintain Table FEDIWF1
    OBWS     C FI Withholding Tax
    OBWU     C FI Withholding Tax
    OBWW     C FI Withholding Tax
    OBWZ     Number Range Maintenance: WITH_CTNO
    OBX1     C FI Table T030B: G/L Acct Posting
    OBXA     C FI Table T030
    OBXB     C FI Table T030
    OBXC     C FI Table T030
    OBXD     C FI Maintain Table T030
    OBXE     C FI Table T030
    OBXF     C FI Sort Bank Directory
    OBXG     C FI Maintain Bank Direc.Automatic.
    OBXH     C FI Table T041A/T041T
    OBXI     C FI Table T030
    OBXJ     C FI Table T030B
    OBXK     C FI Table T030
    OBXL     C FI Table T030
    OBXM     C FI Table T030
    OBXN     C FI Table T030 GAU/GA0
    OBXO     C FI Table T030 KDW
    OBXP     C FI Maintain Table T030 zaf
    OBXQ     C FI Table T030 KDZ
    OBXR     C FI Table T074
    OBXS     C FI Table T030
    OBXT     C FI Table T074
    OBXU     C FI Table T030
    OBXV     C FI Table T030
    OBXW     C FI Table T030B Cleared Invoices
    OBXY     C FI Table T074
    OBXZ     C FI Table T030 G/L Accont Clearing
    OBY0     C FI Copy CoCde with Ctry Chrt/Accts
    OBY2     C FI Copy company code (G/L account)
    OBY6     C FI Maintain Table T001
    OBY7     C FI Copy Chart of Accounts
    OBY8     C FI Delete Chart of Accounts
    OBY9     C FI Transport Chart of Accounts
    OBYA     C FI Table T030
    OBYB     Maintain automatic postings accounts
    OBYC     C FI Table T030
    OBYD     C FI Table T030
    OBYE     C FI Table T030
    OBYF     Revenue Account Determination
    OBYG     C FI Table T030
    OBYH     C FI Table T030
    OBYK     C FI Table T045W
    OBYL     C FI Table T030 HRI + HRC
    OBYM     C FI Table T074 Bill of Exchange
    OBYN     C FI Table T074 Bill Receivable
    OBYP     C FI Table T074 Check/Bill of Exch.
    OBYR     C FI Table T074
    OBYS     C FI Table T074 Tangible Fixed Asset
    OBYT     C FI Table T030 HRI + HRD
    OBYU     C FI Table T030 HRI + HRD
    OBYY     C FI Table T030 Maintenance KDT/KDT
    OBYZ     C FI Condition Components
    OBZ1     C FI FBZP T042B
    OBZ2     C FI FBZP T042
    OBZ3     C FI FBZP T042Z
    OBZ4     C FI FBZP T042E
    OBZ5     C FI FBZP T042A
    OBZ6     C FI FBZP Consistency Check
    OBZ7     C FI Users
    OBZ8     C FI Profiles
    OBZ9     C FI Authorizations
    OBZA     Reporting Selection: Global Menu
    OBZB     Reporting Selection: Accts Receivble
    OBZC     Reporting Selection: Accts Payable
    OBZD     Reporting Selection: G/L Accounts
    OBZE     Reporting Selection: Documents
    OBZF     Reporting Selection: Documents
    OBZG     Reporting Selection: G/L Accounts
    OBZH     C FI Maintenance Table TCCFI
    OBZI     C FI Maintenance Table TCCAA
    OBZJ     C FI Maintenance Table T000CM
    OBZK     C FI Maintenance Table T001CM
    OBZL     C FI Maintain Table T001 (XCOS)
    OBZM     C FI Substitution FI/0005: Create
    OBZN     C FI Substitution FI/0005: Change
    OBZO     Doc.Types for Single Scrn Transactns
    OBZT     Single Screen Transaction Tax Code
    OBZZ     
    OB_7     C FI Maint.Table T044G Val.Adj.Key
    OB_8     C FI Maintain Table T044I Base Value
    OB_9     C FI Maintain Table T044J: Display
    OB_GLACC01     Create G/L accounts with reference
    OB_GLACC02     Create G/L accounts with reference
    OB_GLACC11     G/L acct record: Mass maintenance 01
    OB_GLACC12     G/L acct record: Mass maintenance 02
    OB_GLACC13     G/L acct record: Mass maintenance 03
    OB_GLACC21     Configuration G/L account record
    OB_T001_CESSION     FI Customizing: Accts Rble Factoring
    OB_V_CESSION     FI Customizing: Accts Rble Fact.Ind.
    Hi all
    Can any tell me
         If I post an transaction in F-02, what are all the tables will be affected by that transaction.
    Thank you
    Mahesh.J
    [email protected]

    FSKB     G/L Account Posting
    this transaction is not working

  • SAP Java Connectivity Builder -NoClassDefFoundError com.sap.aii...Reference

    Hi there,
    I'm trying to generate Java Proxies for SAPJCO using the SAP Java Connectivity Builder (JCB). I got it from the NetWeaver 6.20 Release. The tool installs and runs properly but after putting in the connection properties and klicking "next", the application hangs. When activating System output, I get the error shown below.
    I already tried to put all jar files contained in the C:\JBuilder5\lib\ext directiry into the classpath (but none of them contains the class mentioned).
    Which is the right (standalone) tool for generating Java Proxies for a standalone Java application?
    If it is JCB, is there a bug on the version I use (NetWeaver Release 6.20)?
    Any help would be apreciated.
    C:\JBuilder5>java -Dlog.handler.FileLog=FileHandler,log.txt -Dlog.logger.com=ALL,FileLog -cp lib/ext/aii_basis.jar;lib/e
    xt/aii_ifr_core.jar;lib/ext/aii_ifr_jbtool.jar;lib/ext/aii_lcraccess.jar;lib/ext/aii_msg_runtime.jar;lib/ext/aii_proxy_g
    en.jar;lib/ext/aii_proxy_rt.jar;lib/ext/aii_util.jar;lib/ext/aii_util_log.jar;lib/ext/lcrclient.jar;lib/ext/logging.jar;
    lib/ext/SapIdeHelp.jar;lib/ext/SapIdeJBUtil.jar;lib/ext/SapIdeJspInsight.jar;lib/ext/SapIdeTaglibReflection11.jar;lib/ex
    t/SapIdeTracing.jar;lib/ext/SapIdeUtil.jar;lib/ext/SAPJ2EEEngineJBuilderPlugin.jar;lib/ext/sapjco.jar;lib/ext/SAPmdi.jar
    ;lib/ext/servlet.jar;lib/ext/tc_sec_core.jar com.sap.aii.ifr.tool.jbuilder.JBuilderTool
    #0 12:35:37 [main] DEBUG com.sap.aii.util.misc.api.AIIProperties: Initial AIIProperties
            com.sap.aii.client = true
    #1 12:35:37 [main] FINE com.sap.aii.util.misc.api.AIIProperties: changed Property "com.sap.aii.standalone" from "null" t
    o "true"
    #2 12:35:37 [main] FINE com.sap.aii.util.misc.api.AIIProperties: changed Property "com.sap.aii.xml.parserFactory" from "
    null" to "com.inqmy.lib.jaxp.SAXParserFactoryImpl"
    #3 12:35:37 [main] FINE com.sap.aii.util.misc.api.AIIProperties: changed Property "com.sap.aii.xml.transformerFactory" f
    rom "null" to "com.inqmy.lib.jaxp.TransformerFactoryImpl"
    #4 12:35:46 [AWT-EventQueue-0] DEBUG com.sap.aii.ifr.upload.client.SAPNavigationPane: New file is C:\Documents and Setti
    ngs\kalkoo1\Desktop\t.jar
    #5 12:36:08 [AWT-EventQueue-0] FINER com.sap.aii.ifr.upload.client.R3LogonScreen: setting for Client : 010
    #6 12:36:08 [AWT-EventQueue-0] FINER com.sap.aii.ifr.upload.client.R3LogonScreen: setting for Logon Name : kalkoo1
    #7 12:36:08 [AWT-EventQueue-0] FINER com.sap.aii.ifr.upload.client.R3LogonScreen: setting for Password : #########
    #8 12:36:08 [AWT-EventQueue-0] FINER com.sap.aii.ifr.upload.client.R3LogonScreen: setting for Language : EN
    #9 12:36:08 [AWT-EventQueue-0] FINER com.sap.aii.ifr.upload.client.R3LogonScreen: setting for Host name: bgstsapedai01.s
    t.behr.de
    #10 12:36:08 [AWT-EventQueue-0] FINER com.sap.aii.ifr.upload.client.R3LogonScreen: setting for System number : 20
    #11 12:36:08 [AWT-EventQueue-0] INFO com.sap.aii.ifr.upload.client.R3LogonScreen: trying to establish connection
    #12 12:36:08 [AWT-EventQueue-0] FINEST com.sap.aii.ifr.util.IdentityCheck: Looking up identity
    #13 12:36:08 [AWT-EventQueue-0] DEBUG com.sap.aii.ifr.util.IdentityCheck: Results of identity check: isIFRServer: false;
    isIFRRMIClient: false; isStandaloneIFR: true
    #14 12:36:08 [AWT-EventQueue-0] FINEST com.sap.aii.ifr.util.IdentityCheck: Checking IdentityCheck.isIFRServer. Result: f
    alse
    #15 12:36:08 [AWT-EventQueue-0] INFO com.sap.aii.ifr.upload.sap.SAPConnection: connecting to system 20 on bgstsapedai01.
    st.behr.de via JCo
    #16 12:36:09 [AWT-EventQueue-0] DEBUG com.sap.aii.ifr.upload.sap.SAPUploadSource: init MDI to System bgstsapedai01.st.be
    hr.de (system=20, client=010) (BasisRelease: 620)
    #17 12:36:09 [AWT-EventQueue-0] DEBUG com.sap.aii.ifr.upload.UploadBuffer: new UploadBuffer
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sap/aii/ifr/client/editor/Reference
            at java.lang.Class.getDeclaredMethods0(Native Method)
            at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
            at java.lang.Class.getDeclaredMethod(Unknown Source)
            at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
            at java.awt.Component.access$100(Unknown Source)
            at java.awt.Component$2.run(Unknown Source)
            at java.awt.Component$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Component.checkCoalescing(Unknown Source)
            at java.awt.Component.<init>(Unknown Source)
            at java.awt.Container.<init>(Unknown Source)
            at javax.swing.JComponent.<init>(Unknown Source)
            at javax.swing.JTree.<init>(Unknown Source)
            at javax.swing.JTree.<init>(Unknown Source)
            at com.sap.aii.ifr.navigation.IFRJTree.<init>(IFRJTree.java:84)
            at com.sap.aii.ifr.navigation.IFRTreePane.buildPane(IFRTreePane.java:123)
            at com.sap.aii.ifr.navigation.IFRTreePane.<init>(IFRTreePane.java:33)
            at com.sap.aii.ifr.upload.client.SAPNavigationPane.<init>(SAPNavigationPane.java:43)
            at com.sap.aii.ifr.upload.client.SAPBrowser.setIsConnected(SAPBrowser.java:252)
            at com.sap.aii.ifr.upload.client.SAPBrowser$ConnectAction.actionPerformed(SAPBrowser.java:594)
            at com.sap.aii.ifr.upload.client.SAPBrowser$NextAction.actionPerformed(SAPBrowser.java:536)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)

    Hi,
    >> Error :- java.lang.NoClassDefFoundError: com/sap/aii/security/proxy/KeystoreHelp
    1) Can you check the class path  you have mentioned  is correctly
    2) Setting of the Java in your system ( Desk top /Lap top ) check the Proxy settings
    3) Re start the J2EE engine in the server
    Regards
    Agasthuri Doss

  • Error in JDeveloper 11.1.1.6

    I am getting the following error while opening a BPEL Component in JDeveloper 11.1.1.6.
    Error below:
    Uncaught exception
    java.lang.NoClassDefFoundError: oracle/tip/tools/ide/bpel/v1/plugins/plugins/monitor/xbean/model/Counter
    j.lang.Class.getDeclaredMethods0(Native Method)
    j.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    j.lang.Class.getDeclaredMethod(Class.java:1935)
    j.a.Component.isCoalesceEventsOverriden(Component.java:5974)
    j.a.Component.access$500(Component.java:170)
    j.a.Component$3.run(Component.java:5928)
    j.a.Component$3.run(Component.java:5926)
    j.security.AccessController.doPrivileged(Native Method)
    j.a.Component.checkCoalescing(Component.java:5925)
    j.a.Component.<init>(Component.java:5894)
    j.a.Container.<init>(Container.java:251)
    jx.s.JComponent.<init>(JComponent.java:570)
    jx.s.JPanel.<init>(JPanel.java:65)
    jx.s.JPanel.<init>(JPanel.java:92)
    jx.s.JPanel.<init>(JPanel.java:100)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorStructurePane.<init>(MonitorStructurePane.java:123)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspectiveEditor.getStructure(MonitorPerspectiveEditor.java:245)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspective.getStructure(MonitorPerspective.java:178)
    o.tip.tools.ide.bpel.v1.designer.addin.structure.StructurePane.initialize(StructurePane.java:53)
    o.tip.tools.ide.bpel.v1.designer.addin.view.JDevBPELEditor.initialize(JDevBPELEditor.java:70)
    o.tip.tools.ide.bpel.v1.designer.addin.view.BPELDesignerGUI.getComponent(BPELDesignerGUI.java:166)
    o.bali.xml.gui.jdev.StandardXmlVisualEditor.handleXmlContextChange(StandardXmlVisualEditor.java:70)
    o.bali.xml.gui.jdev.AbstractXmlVisualEditor.setContext(AbstractXmlVisualEditor.java:254)
    o.ii.editor.EditorState.createEditor(EditorState.java:161)
    o.ii.editor.EditorState.getOrCreateEditor(EditorState.java:95)
    o.ii.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
    o.ii.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
    o.ii.editor.TabGroupState.createSplitPaneState(TabGroupState.java:102)
    o.ii.editor.TabGroup.addTabGroupState(TabGroup.java:379)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1403)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1337)
    o.ii.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1263)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:164)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:127)
    o.i.editor.EditorManager.openDefaultEditorInFrame(EditorManager.java:202)
    o.tip.tools.ide.bpel.v1.plugins.plugins.soa.plugin.SCAComponentBPELImpl.displayComponentEditor(SCAComponentBPELImpl.java:175)
    o.tip.tools.ide.bpel.v2.plugins.plugins.soa.plugin.SCAComponentBPEL.displayComponentEditor(SCAComponentBPEL.java:77)
    o.tip.tools.ide.fabric.gui.diagram.DiagramComponent.handleDoubleClick(DiagramComponent.java:747)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.processDoubleClick(DiagramMouseHandler.java:337)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.handleActivatedMouseEvent(DiagramMouseHandler.java:109)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.mousePressed(DiagramMouseHandler.java:95)
    ilog.views.IlvManagerViewInteractor.processMouseEvent()
    ilog.views.IlvManagerViewInteractor.processEvent()
    ilog.views.IlvManagerView.processEvent()
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4235)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by:
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.tip.tools.ide.bpel.v1.plugins.plugins.monitor.xbean.model.Counter
         Dependent class: java.awt.Component
         Loader: jre.bootstrap:1.6.0_24
         Code-Source: unknown
         Configuration: jre bootstrap
    The missing class is not available from any code-source or loader in the system.
    o.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2190)
    o.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1733)
    o.classloader.PolicyClassLoader.access$000(PolicyClassLoader.java:143)
    o.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassLoader.java:331)
    j.security.AccessController.doPrivileged(Native Method)
    o.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1692)
    o.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
    j.lang.Class.getDeclaredMethods0(Native Method)
    j.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    j.lang.Class.getDeclaredMethod(Class.java:1935)
    j.a.Component.isCoalesceEventsOverriden(Component.java:5974)
    j.a.Component.access$500(Component.java:170)
    j.a.Component$3.run(Component.java:5928)
    j.a.Component$3.run(Component.java:5926)
    j.security.AccessController.doPrivileged(Native Method)
    j.a.Component.checkCoalescing(Component.java:5925)
    j.a.Component.<init>(Component.java:5894)
    j.a.Container.<init>(Container.java:251)
    jx.s.JComponent.<init>(JComponent.java:570)
    jx.s.JPanel.<init>(JPanel.java:65)
    jx.s.JPanel.<init>(JPanel.java:92)
    jx.s.JPanel.<init>(JPanel.java:100)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorStructurePane.<init>(MonitorStructurePane.java:123)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspectiveEditor.getStructure(MonitorPerspectiveEditor.java:245)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspective.getStructure(MonitorPerspective.java:178)
    o.tip.tools.ide.bpel.v1.designer.addin.structure.StructurePane.initialize(StructurePane.java:53)
    o.tip.tools.ide.bpel.v1.designer.addin.view.JDevBPELEditor.initialize(JDevBPELEditor.java:70)
    o.tip.tools.ide.bpel.v1.designer.addin.view.BPELDesignerGUI.getComponent(BPELDesignerGUI.java:166)
    o.bali.xml.gui.jdev.StandardXmlVisualEditor.handleXmlContextChange(StandardXmlVisualEditor.java:70)
    o.bali.xml.gui.jdev.AbstractXmlVisualEditor.setContext(AbstractXmlVisualEditor.java:254)
    o.ii.editor.EditorState.createEditor(EditorState.java:161)
    o.ii.editor.EditorState.getOrCreateEditor(EditorState.java:95)
    o.ii.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
    o.ii.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
    o.ii.editor.TabGroupState.createSplitPaneState(TabGroupState.java:102)
    o.ii.editor.TabGroup.addTabGroupState(TabGroup.java:379)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1403)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1337)
    o.ii.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1263)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:164)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:127)
    o.i.editor.EditorManager.openDefaultEditorInFrame(EditorManager.java:202)
    o.tip.tools.ide.bpel.v1.plugins.plugins.soa.plugin.SCAComponentBPELImpl.displayComponentEditor(SCAComponentBPELImpl.java:175)
    o.tip.tools.ide.bpel.v2.plugins.plugins.soa.plugin.SCAComponentBPEL.displayComponentEditor(SCAComponentBPEL.java:77)
    o.tip.tools.ide.fabric.gui.diagram.DiagramComponent.handleDoubleClick(DiagramComponent.java:747)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.processDoubleClick(DiagramMouseHandler.java:337)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.handleActivatedMouseEvent(DiagramMouseHandler.java:109)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.mousePressed(DiagramMouseHandler.java:95)
    ilog.views.IlvManagerViewInteractor.processMouseEvent()
    ilog.views.IlvManagerViewInteractor.processEvent()
    ilog.views.IlvManagerView.processEvent()
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4235)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Can anyone please help if he/she has got similar error ?

    I have added all the libraries relevant to BPEL in my classpath. Also I have installed all the extensions.
    Another point to note is I dont get any error when I use BPEL 2.0 while creating a BPEL project.
    I get this error only if I use BPEL 1.1 as my standards.
    Thanks for trying to help me out.

Maybe you are looking for

  • How can I only send imessages and not texts on my iphone 4S

    I have turned OFF Send as SMS on the settings of my iphone. However the phone still allows me to send text messages using the message facility. I am aware that green equals text and blue equals imessage. I would however like to disable or at least ha

  • Pls help me with this weird error

    here are the codes A package testing; import java.io.*; import java.util.*; public class Test {      public static void main(String[] args) throws IOException {           Numbering CM = new Numbering(0, new byte[0]);           Scanner in = new Scanne

  • Removing spaces in Image Slider

    Hi all. I'm new to muse, website design, and HTML so I'm an uber noob and have been just googling everying I can't figure out. My current issue is that I've worked out how to a put a sliding image gallery but I can't figure out how to remove the spac

  • Error in Displaying results

    dear specialists, the .rpd file i am working on is consistent but in the answers when we try to create reports we get an error. it says that no data found in location. we are using xml and flat file sources. we did not build the .rpd file but other d

  • HT6154 My iphone keeps turning itself on and off and wont stay on. How do i stop this?

    My iphone keeps turning itself on and off and will not stay on. How do i stop this?