FM:"FKK_LINE_ITEMS_WITH_SELECTIONS" mandatory components of structure - "FKKEPOSC"

Hi,
I want to use the FM "FKK_LINE_ITEMS_WITH_SELECTIONS" for creating one Z-Account statement to display same like chronology-FPL9. So while calling this FM, I am passing the structure "FKKEPOSC". But I guess some mandatory fields/components I am missing there so that I am getting error F4-420 No data for selections.
So can you please share the require mandatory components for this structure "FKKEPOSC" for successful call of this FM?
Regards,
Akhil

Hi Vandana,
Use the following FM's and Use type-pools: SLIS
REUSE_ALV_BLOCK_LIST_APPEND   
REUSE_ALV_BLOCK_LIST_INIT     
REUSE_ALV_COMMENTARY_WRITE    
REUSE_ALV_EVENTS_GET          
REUSE_ALV_EVENTS_TRANSFER     
REUSE_ALV_EVENT_NAMES_GET     
REUSE_ALV_FIELDCATALOG_MERGE  
REUSE_ALV_POPUP_TO_SELECT     
Regards
Kannaiah

Similar Messages

  • Essbase 11.1.2.1 mandatory components

    Hi all,
    I have a requirement where i need to install essbase in stand alone mode(wihout shared services). People will connect to cubes through essbase addin and they wd use eas console through URL
    Now for this setup, tell me if the following components are mandatory
    weblogic server
    http server
    thanks,

    john ive did regular deployments with epm 11. and never played with other types of deployments or never tried any manual tweakings. But ive read lots of docs and your blogs for installation and config.
    though all the doc says weblogic wd be installed even in stand alone mode, my client wants me to find if by any chance i can make essbase 11.1.2.1 working without installing weblogic server.( they claim their current essbase9 doesnt use tomcat apache)
    All they want to have is essbase server and eas. they just connect through essbase addin and some through eas console. i wd be happy if u can suggest any such deployment(if it exists) do work without webservers.
    thanks,

  • How to move components in Structure

    I'm following the tutorial - Create ADF Menus for Page Navigation. I accidentaly skipped a step, Add and Bind Bread Crumbs Component. So I went back and tried to add this in. It shows up inthe structure window but not in the diagram. And my structure looks a little mixed up; some components aren't in the right place. I'm trying to drag the items in the structure window to the correct position. I guess I should be moving these components to the right facet. Does that make sense? The ADF concepts are very cool but I am having difficulty working with JDev. Is there a relatively easy way the get the structure cleaned up? (Or a good reference?) Clicking zillions of items is not too intuitively obvious (to me). Thanks.

    I don't know if there were errors in the source since I replaced the code with the sample code. Next time I will look if I have similar problems. I was trying to move components in the structure window but wasn't able to get the hierarchy right. This is a generic question about manipulating components in the structure window. Maybe I just need more practice. Thanks.

  • Components for structure: checking my assumptions

    Starting from the FM 8 version of the Structure Application Developer Guide, I've worked through Chapter 2, "Create a new structure template" with general success, and three questions so far:
    - am I right in feeling that the "template" file defines things like page size, single/double sided, paragraph formats, colours and so on while the EDD defines the structure and can define the rules used to apply the paragraph formats?
    - am I right in feeling that the structured document is directly aware of the EDD (otherwise File > Import > Element definitions wouldn't pick up changes in the EDD)
    - with a structured document open, how do I find out which template and EDD it's using?

    Niels,
    There is no way to tell what template underlies a document. After all, a template is simple a FrameMaker document from which other documents are created. There's no particular definition of what changes must be made to a derived document before it has diverged enough to no longer "use" a particular template. Nevertheless, many organizations put information such as a template revision number or date on a reference page under the assumption that users will not change them arbitrarily.
    You have more luck with an EDD. Use the Structure Tools > Export Element Catalog as EDD command to create a new EDD that has the element definitions extracted from your structured document. The result is probably not identical to the original EDD. The element definitions appear in alphabetical order, any sections are unwrapped, and any Paras between element definitions are removed. However, you can extract one EDD from the document you want to inspect and one from your template. You can then do a doc compare on the two extracted EDDs to determine any functional differences.
    The suggestions to identify the EDD's version in comments or attributes are good. If you use attributes, you can make them hidden as well as read-only if you don't want to bother users with them.
    I tend to put the version identification into Para elements at the start of the EDD and into the tag of an empty format change list. I use the format change list rather than an element tag or attribute name because format change list tags (like element tags but unlike attribute names) can contain spaces and punctuation characters and (unlike element tags but like names of hidden attributes) they are invisible to the user. I include one of the modification date variables in the tag so that whether or not I bump the version number the date the EDD was last edited is automatically incorporated into the element definitions. For example, I include a Para such as, "The following format change list is used to identify the version of element definitions from this EDD that has been imported into a FrameMaker document" followed by a definition such as:
    Format change list: XYZ EDD Version 3.14 of May 8, 2008
    where "3.14" is entered through a user variable and "May 8, 2008" is a modification date variable. Note that the entire string "XYZ EDD Version 3.14 of May 8, 2008" is the format change list tag. There is no need to define any properties.
    --Lynne

  • Mandatory and optional components during installation of PP and DS of JDEE1

    Hi all
    I am trying to install Deployment Server and Platform Pack of JD Edwards EnterpriseOne in two different machines.
    I have downloaded from edelivery.oracle.com the folders for oracle database and the guide.
    On the guide I am reading that for the Platform Pack
    Enterprise Server:
    Mandatory: JD Edwards EnterpriseOne Foundation
    Optional: ES Production, ES Prototype, ES Development, ES Pristine
    Database Server
    Mandatory: System Database:
    Optional: Production Databases, Prototype Databases, Development Databases, Pristine Databases
    I have checked up only the mandatory components during install and now I see that the platform pack has not installed any database.
    Am I doing anything wrong? Do I have to check up any of the optional components?
    Does the Platform Pack work correctly without any database?
    The same questions please even for the Deployment Server.
    Please help me on this.
    Thank you and best regards

    Hello,
    do you try to install from a Network share ?
    If yes copy the .exe to the local disk of the Server and re- run the Installation routine.
    First the package gets extracted to your profile of the user which is logged on the Server. In the TEMP directory directly.
    After the package is extracted copy the TEMP dir. from the user to somwhere else (f.e. C:\) and from there run the "setup.exe"
    Regards
    Sebastian

  • Enumerating structure components and their types

    Hello,
      I'm interested in retrieving component names as well as their types:
    TYPES: BEGIN OF my_structure,
               field1 LIKE accit-pargb,
               field2 LIKE accit-paobjnr,
             END OF my_structure.
      What I want to achieve is more less below:
      NAME      TYPE                     NAME      TYPE
      field1    accit-pargb      OR      field1    pargb
      field2    accit-paobjnr            field2    paobjnr
    What's the most important is to be able to retrieve types in form ACCIT-PARGB/ACCIT-PAOBJNR  OR PARGB/PAOBJNR.
    Any clues ?
      Using Runtime Type Services I am able to enumerate components, but not able to get the types in the same form as in declaration of structure.
      So far I did like this:
      Used
    cl_abap_structdescr=>describe_by_name('my_structure')
      to get components of structure.
      Then used
    LOOP AT components ...
             cl_abap_typedescr=>describe_by_name('my_structure-<component_name>').
             access   r_typedescr->absolute_name.
         ENDLOOP.
      It works for some fields, but not for all of them. For PARGB I am able to get the exact result (absolute_name='\TYPE=PARGB') but for PAOBJNR i get '\TYPE=RKEOBJNR' which is not the expected result(prolly compiler assigned some other base type to it).
    Thanks in advance.

    Hello Mahendran,
    i would recommend this page to you. You can find info and tutorials there.
    http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=4421
    Regards,
    Tobias

  • Structure articles Price determination

    Hi Folks,
    I am new to SAP Retail. Can anyone tell me how the purchase price and sales price of the Structured articles in SAP Retail are determined.
    My Doubts are as follows,
    1. Since we are including components for structured articles (Prepack,Sales Set) do we need to maintain purchase view in Structured article master record. If not how the Purchase price is picked and what r the settings need to be maintained.
    Please clarify me on this issue.....
    Thanks in Advance.
    Regards,
    Madhan Raj. C

    Hi
    When a document is saved and you try to display the conditions , the data is fetched directly from database . At this point of time there is no condition access made and that is the reasn why you dont see pricing analysis available.
    The pricing analysis data is determined runtime and not stored when the document is saved .
    When you press update button , then Repricing is triggered and you will see pricing analysis when you click "Access button".
    Regards
    Me

  • Class to find the components of a field-symbol

    Hi,
    Can anyone tell any class/function module to get the components of a field-symbol which is like an internal table.
    Thanks.

    Hi,
    I assume your field symbol is generic, it means was declared like
    field-symbols: <fs_tab> type any table.
    Later you assined some intrernal table to it and now you want to get components of structure of that table, right?
    You can use RTTS for this:
    "first create work area for that table
    data: wa_table type ref to data.
    field-symbols: <fs_wa> type any.
    create data wa_table like line of <fs_tab>.
    assign wa_table->* to <fs_wa>.  "<fs_wa> now work like work area for table <fs_tab>
    "now you get the components via RTTS classes
    type-pools: abap.
    data: r_struct type ref to cl_abap_structdescr,
             gt_components type abap_component_tab with header line.
    r_struct ?= cl_abap_typedescr=>DESCRIBE_BY_DATA( <fs_wa> ).
    gt_components = r_struct->GET_COMPONENTS( ). "here gt_components holds components of that table/structure
    Regards
    Marcin

  • How to set all required components false in ADF form based on human task?

    Hi All,
    I'm looking to implement an ADF form based on a human task. There are 2 outputs, Validate and Reject.
    On clicking Validate, my form does as expected, evaluates everything that is mandatory and expects these inputs in order to proceed.
    However, on reject, my form should overlook anything that's marked as mandatory. How do I go about making the "required" aspects of my form false so that no entries are required in order for me to reject the form.
    JDev - 11g.
    Any inputs will be appreciated.
    Thanks,
    Preethi.

    Thank you Timo.
    This doesn't seem to bypass any of the mandatory components . It still prompts for an entry for those fields. do I need to change the partial submit or any other property?

  • Is Informatica8.1.1 Data Analyzer and Metadata Manager is Mandatory

    Hi all,
    Is Informatica8.1.1 Data Analyzer and Metadata Manager were mandatory components for BI-Applications intallations.
    we are installing BI-Applications with Oracle Application server, but the above components were supported by Jboss/IBM webSphere/BeaWebLogic.
    Let me know whether i can skip these two components while Informatica installation
    Thanks
    saran

    Hi,
    You dont require Data Analyzer and Metadata Manager for OBI Apps, use custom installtion and select powercenter only while installing informatica.
    Regards
    Tarang Jain

  • BAPIs: Determine Required fields for Structure/Table

    I understand how to determine if a structure or table is a mandatory import parameter, but how can I determine which fields are mandatory inside the  structure or table?
    Thanks for the help

    Hi David
       I imagine that you are calling a BAPI by Java and you want to know what fields you need to fill to call a BAPI correctly , for check what fields are mandatory, entry to R3 and call se11 transaction in table textbox fill the name of your table and click enter, so appear in the screen the table definition there is a column that is CLV or KEY, depence of your language is the the second column, all the fields that are checked are mandatories.
    Regards is helps you
    Josue

  • Problems in method IF_EX_ACC_DOCUMENT~CHANGE - Badi BADI_ACC_DOCUMENT

    Hi experts,
    im trying to enhance badi BADI_ACC_DOCUMENT method Change in order to change some document items using table extension2 thru bapi.
    Im trying to understand example code to this method but im not understanding it right.
    According to the code we shoud transfer in table extension at least one structure name, accit in my case, POSNR , item number and the the fields taht we want to change but im not getting it...
    Bellow goes the example code:
    LOOP AT c_extension2 INTO wa_extension.
        AT NEW structure.
          CREATE DATA l_ref TYPE (wa_extension-structure).
          ASSIGN l_ref->* TO <l_struc>.
        ENDAT.
        CONCATENATE wa_extension-valuepart1 wa_extension-valuepart2
                    wa_extension-valuepart3 wa_extension-valuepart4
               INTO ext_value.
        MOVE ext_value TO <l_struc>.
        ASSIGN COMPONENT 'POSNR' OF STRUCTURE <l_struc> TO <l_field>.
        READ TABLE c_accit WITH KEY posnr = <l_field>
              INTO wa_accit.
        IF sy-subrc IS INITIAL.
          MOVE-CORRESPONDING <l_struc> TO wa_accit.
          MODIFY c_accit FROM wa_accit INDEX sy-tabix.
        ENDIF.
      ENDLOOP.
    My problem it's that is giving me a dump in 
         MOVE ext_value TO <l_struc>.
      code.
    Im transfering the Accit in structure name and in the valuepart components im trying to transfer 'POSNR' '00001', only for testing but the dumps occurs. What shoul i transfer in Extension2 table?
    Can anyone help me in this subject?
    Thanks in advance
    Best Regards
    João Martins

    Hi joao,
    If you are passing the structure name (C_EXTENSION2-STRUCTURE) as ACCIT, then the concatenated value of VALUEPART1, VALUEPART2, VALUEPART3, VALUEPART4 (of C_EXTENSION2) should be similiar to the structure of ACCIT.  The error you are getting is due to mismatch structure fields.
    The way I implemented this BADI is
    - Create a custom structure with fields (which may need to be updated through BADI), field POSNR (type POSNR_ACC) should be mandatory.
       Eg : Structure ZTEST with fields : POSNR type POSNR_ACC, BSCHL type BSCHL.'
    - While calling the bapi BAPI_ACC_DOCUMENT_POST, pass the records to EXTENSION2 structure as
       Structure name : ZTEST
       valuepart1         : 000000000115 (first 10 characters is POSNR and next 2 characters is BSCHL (posting key) which is to be  
                                   updated through this BADI).
    By using this method, the updation in BADI will be dynamic upto some extent (for the fields available in Z structure).  Care is to taken while populating the fields VALUEPART1, VALUEPART2, VALUEPART3 & VALUEPART4, which should be in sync with the data declaration in custom structure.
    Regards, Vinod

  • Screen looping

    Hi all,
       I want to know the various methods of using loop at screen. And in which case i should use it.
       I am eager for the answers.
       Plz experts help me out.
       With regards,
       Abir.

    This is what the sap documentation says:
    <i><b>LOOP AT SCREEN
    Syntax
    LOOP AT SCREEN [INTO wa].
    ENDLOOP.
    Effect
    The statements LOOP AT SCREEN ... ENDLOOP define a loop around a statement block. For every screen element of the current dynpro, to which a dynpro field is assigned, one loop pass is executed. After the LOOP statement either the predefined workarea screen or the workarea wa (when using INTO) contains the properties of the respective screen element. wa must have the same data type as screen.
    While processing a table control or a step loop (that is, within a LOOP loop of the dynpro flow logic), for its screen elements the current properties are determined in the current row or group. Outside of the processing of a table control or step loop, for its screen elements the statically predefined properties of all rows or groups are determined.
    The table below shows the components of screen and their assignment to the field properties in the dynpro.
    Component Length Type Attribute Description
    name 132 c Name Name
    group1 3 c Group1 Modification group
    group2 3 c Group2 Modification group
    group3 3 c Group3 Modification group
    group4 3 c Group4 Modification group
    required 1 c Required-entry field Mandatory field
    input 1 c Input input-enabled field
    output 1 c Output display field
    intensified 1 c Intensified intensified field
    invisible 1 c Invisible invisible element
    length 1 x visLength Field length
    active 1 c Input/Output/Invisible active field
    display_3d 1 c Two-dimensional Box
    value_help 1 c Input help Input help key
    request 1 c - Input exists
    values_in_combo 1 c Dropdown listbox Value help exists
    The component name in the loop contains the name of the current dynpro field. The components group1 to group4 can contain three-character IDs, which were assigned to the current screen element in its definition. These IDs allow you to combine the screen elements in up to four different modification groups. In the statement block after LOOP AT SCREEN, these can be queried in logical expressions in order to process several elements in the same way.
    The other components of table screen represent the display properties of the current screen element. With the exception of length, they can contain 0 or 1, where 1 is "active" and 0 is "inactive".
    Except active, all components of structure screen directly correspond to one attribute of the current screen element. The component active has no match in the attributes. If you change its content with MODIFY SCREEN, this affects the attributes Input, Output and Invisible and thus the components input, output and invisible of structure screen.
    Notes
    As of release 6.20, structure screen is described by data type SCREEN in the ABAP Dictionary. With release 6.10, it was determined by type syscr_screen of type group SYSCR. Before release 6.10, it was created system-internally with a bound data type.
    The statement LOOP AT SCREEN behaves similarly to the statement LOOP in a loop on an internal table with header line, where instead of an internal table a system table is used.</b></i>

  • Closing the browser without popup message

    Hi Experts,
    I refered the following thread and done the below steps
    1.Create a Button called Exit.
    2.Create an action for this button.
    3. In the event handler for this button, write the following code:
    String Url;
    try {
    Url = WDURLGenerator.getWebResourceURL(wdComponentAPI.getComponent().getDeployableObjectPart(),"close.html");
    wdThis.wdGetAtpEmpDetailsWinInterfaceViewController().wdFirePlugExitPlug(Url);
    } catch (Exception e) {
    wdComponentAPI.getMessageManager().reportException("Technical Exception occured in the application : " + e.toString(), true);
    4.Create a html page called u201Cclose.htmlu201D with Javascript code for closing a browser window.
    5.Place this html page in SRC -> Mimes -> Components -> Project Structure(Create this folder and place the html page in this folder)
    I have used Ie 7.0
    My questin is when i clicking the button. It show popup message like
    "Do you want to close this window " I don't want this popup.
    without popup i need to close this window? How to do that?
    Regards,
    Manivannan P

    Hi Manivannan p,
    1.Create a Button called Close.
    2.Create an action for this button.
    3. In the event handler for this button, write the following code
    You can try this
    public void onActionClose(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
    //@@begin onActionClose(ServerEvent)
    WDPortalEventing.fire("urn:com.sapportals:navigation", "CloseWindow", "");
    //@@end
    This will help you closing the window with out Popup
    Here we are calling a "Portal Event" called " CloseWindow" to close the windoe
    Get back if you have any questions
    Thanks & Regards
    Swetha

  • Error while Importing Webservice Model in NWDS 7.0.13

    Hi Experts,
    I am trying to Create Webservice Model (deprecated) in my Webdynpro Application using NWDS 7.0.13, using a WSDL which is hosted on PI 7.1.
    However while resolving this WSDL, I am getting error "Unacceptable Choise Element Found. Choise can contain only model group with min/maxOccurs = 1".
    Then I downloaded the WSDL, and changed the MaxOccurs = "1". After Importing this WSDL in my Webdynpro project, another exception got raised "Trying to Resolve qualified base " , here AcordMsgSvc is targetnamespace in  XSD which is ported in PI for this Service Interface
    Please help me resolving these 2 errors -
    1) min/maxOccurs > 1 not allowed in NWDS 7.0.13 webservice model?? Do I need to install any plugins?
    2)
    The Details Error Log --
    Error  Oct 28, 2010 15:39:03.283 com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Invalid proxy generator configuration. See nested exception.
    com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Invalid proxy generator configuration. See nested exception.
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.getDefaultSchemaMapping(ProxyGenerator.java:142)
    at com.sap.ide.ws.proxygenerator.ProxyHelperFunctions.createNamespacePackageMappingFile(ProxyHelperFunctions.java:103)
    at com.sap.ide.ws.proxygenerator.ProxyHelperFunctions.createNamespacePackageMappingFile(ProxyHelperFunctions.java:86)
    at com.sap.ide.ws.proxygenerator.ProxyHelperFunctions.createNamespacePackageMappingFile(ProxyHelperFunctions.java:82)
    at com.sap.ide.wsproxy.wizards.prx.pages.NamespacePackageMappingPage$1.run(NamespacePackageMappingPage.java:114)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357)
    at com.sap.ide.wsproxy.wizards.prx.pages.NamespacePackageMappingPage.initTable(NamespacePackageMappingPage.java:170)
    at com.sap.ide.wsproxy.wizards.prx.pages.NamespacePackageMappingPage.setVisible(NamespacePackageMappingPage.java:295)
    at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:959)
    at org.eclipse.jface.wizard.WizardDialog.access$1(WizardDialog.java:940)
    at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:929)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:927)
    at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:684)
    at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelDialog.nextPressed(ModelDialog.java:218)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:316)
    at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
    at org.eclipse.jface.window.Window.open(Window.java:563)
    at com.sap.ide.webdynpro.modeleditor.ModelEditorCallback.createModel(ModelEditorCallback.java:52)
    at com.sap.ide.webdynpro.service.modeleditor.ModelService.createModelWithUI(ModelService.java:70)
    at com.sap.ide.webdynpro.service.modeleditor.ServiceWithUI.createModel(ServiceWithUI.java:49)
    at com.sap.ide.webdynpro.tsmodel.application.provider.ModelNodeProvider.createUniqueName(ModelNodeProvider.java:55)
    at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntityUin(EntityImpl.java:936)
    at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntity(EntityImpl.java:502)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.runInternal(CreationAction.java:76)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.access$000(CreationAction.java:24)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction$1.run(CreationAction.java:51)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.run(CreationAction.java:57)
    at com.sap.ide.webdynpro.projectbrowser.actions.PBCreateModelAction.run(PBCreateModelAction.java:95)
    at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
    at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
    at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
    at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
    at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
    at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
    at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: com.sap.engine.lib.xml.util.NestedException -> javax.xml.transform.TransformerException: com.sap.engine.lib.xml.util.NestedException: ERROR : Trying to resolve qualified base : DocumentId, but the uri resolver is not able to resolve the relevant namespace.
    at com.sap.engine.services.webservices.jaxrpc.schema2java.SchemaToJavaGenerator.prepareAll(SchemaToJavaGenerator.java:462)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.getDefaultSchemaMapping(ProxyGenerator.java:136)
    ... 63 more
    Caused by: javax.xml.transform.TransformerException: com.sap.engine.lib.xml.util.NestedException: ERROR : Trying to resolve qualified base : DocumentId, but the uri resolver is not able to resolve the relevant namespace.
    at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:232)
    at com.sap.engine.services.webservices.jaxrpc.schema2java.SchemaToJavaGenerator.prepareAll(SchemaToJavaGenerator.java:459)
    ... 64 more
    Caused by: com.sap.engine.lib.xml.util.NestedException: ERROR : Trying to resolve qualified base : DocumentId, but the uri resolver is not able to resolve the relevant namespace.
    at com.sap.engine.lib.schema.components.impl.LoaderImpl.resolveQualifiedBase(LoaderImpl.java:253)
    at com.sap.engine.lib.schema.util.Tools.getTopLevelBase(Tools.java:466)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.getRefferedBase(SchemaStructuresFactory.java:154)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.createBase(SchemaStructuresFactory.java:49)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.createElementDeclaration(SchemaStructuresFactory.java:115)
    at com.sap.engine.lib.schema.components.impl.structures.ParticleImpl.load(ParticleImpl.java:89)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.loadBase(SchemaStructuresFactory.java:162)
    at com.sap.engine.lib.schema.components.impl.structures.ModelGroupImpl.load(ModelGroupImpl.java:100)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.loadBase(SchemaStructuresFactory.java:162)
    at com.sap.engine.lib.schema.components.impl.structures.ParticleImpl.load(ParticleImpl.java:97)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.loadBase(SchemaStructuresFactory.java:162)
    at com.sap.engine.lib.schema.components.impl.structures.ModelGroupImpl.load(ModelGroupImpl.java:100)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.loadBase(SchemaStructuresFactory.java:162)
    at com.sap.engine.lib.schema.components.impl.structures.ParticleImpl.load(ParticleImpl.java:97)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.loadBase(SchemaStructuresFactory.java:162)
    at com.sap.engine.lib.schema.components.impl.structures.ComplexTypeDefinitionImpl.load(ComplexTypeDefinitionImpl.java:178)
    at com.sap.engine.lib.schema.components.impl.SchemaStructuresFactory.loadBase(SchemaStructuresFactory.java:162)
    at com.sap.engine.lib.schema.components.impl.structures.SchemaImpl.loadComponents(SchemaImpl.java:288)
    at com.sap.engine.lib.schema.components.impl.structures.SchemaImpl.load(SchemaImpl.java:267)
    at com.sap.engine.lib.schema.components.impl.LoaderImpl.load(LoaderImpl.java:149)
    at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:227)
    ... 65 more
    Thanks,
    Ninad

    Hi,
    Please have a look at this threads
    Can not create Adaptive Web Service Model
    Problems embedding adaptive webservice model
    Regards
    Saravanan K

Maybe you are looking for

  • Not all fields show up on fields to be changed

    Why some fields that are selected in the planning level don´t show up in the tab fields to be changed? I have around 20 fields selected and only 10 are showing up.... Is it because of the selection I´ve done in the planning package? Thanks Cris.

  • Is there a thunderbolt to usb 3 adapter available?

    Is there a thunderbolt to usb 3 adapter available?

  • Problems with image on PDF output.

    In my report, I inserted an image (.jpg format) in the margin section. The background of the image is white. In Oracle Reports Builder, the image was just fine. However, when generating the PDF output, it seems like the image in  PDF was mixed with a

  • How to remove the default value of "Inventory No." in Equipment Master

    Hi Experts, Need your advise How to remove the default value for the field "Inventory No" in Equipment Master? It will goes back to the default value(TRANSIT) when i delete or change the value. Thank You Best Regards

  • Sqldeveloper 3.0 ref cusor from procedure

    First of all, liking what I'm seeing in the evolution of this tool, GREAT JOB guys, hope all the feed back is helpful. I have been trying to run an existing procedure that returns a ref cursor but keep getting: Connecting to the database dev. Invalid