Easy Query not appearing in Gateway Service Builder

Hi,
I am working on SAP HCM MSS Analytics lane which gets data from Easy Queries via Gateway Service. We are using ODP framework and required ODP configuration mentioned in SAP documents is maintained. I have installed Bex Query Designer ( based on 7.3 Sp 06 Revision 724 ) .
I am trying to create easy query and build gateway Service for that in ECC. I am able to open ODP query and change it property in Extended tab to "By Easy Query" but when I redefine service for BW Query in SEGW I do not see any easy query showing for RFC of ECC . In query designer message says successfully created , I even created simple query from info area of ODP , even then no success .
All configuration mentioned in documentation for Easy Query is maintained. Any suggestions would be of great help!

Hi,
I have the same problem, Please Could you solve it?,
Regards,
Johnny

Similar Messages

  • How to build an OData Service with Gateway Service Builder (NO DDIC, BOR import)

    Hi Community,
    I hope to get an answer here to finish my project. I´m a newbie to the sap gateway service builder. Please provide me a helping hand.
    I have a problem I´m sure someone out there can help me.
    I need to create an sap ui app, which is monitoring our database behaviour (->transaction st06) is there someone who knows how to build a OData Channel with sap gateway service builder without importing a BOR- Object, or a DDIC?
    Or how to build an OData channel which exposes the database (monitoring) data from ST06?
    I would really appreciate if someone could help me.
    THANKS!
    JOE

    Hello Joe,
    If u do not want to import any Structure or BOR- Object, u can follow below steps :
    1. Create ur data model by adding the properties manually in SAP GW service builder with correct Edm    types.Doing this would be pain in my opinion ( sometimes we are forced to do this but no other option    doing this way )
       Create associations & navigation needed. 
    2. U can generate run-time objects.
    3. Go to appropriate classes and implement methods with ur Business Logic.
    4. Register ur service & consume.
    U can also import RFC to create data model and create mapping as per required by implementing correct method as well.
    once u do this generate objects and register service and consume it.
    Check this out for ur info :
    Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part1 
    Regards,
    Ashwin

  • Business Systems not appearing in the Integration Builder (Configuration)

    Hi Experts,
    I have created new business systems in the Integration Builder of my PI System.
    This is not appearing in the Integration Builder.
    I executed the delta cache in transcation SXI_CACHE but the issue is same. Please let me know what should I do to get the business systems.
    Thank you.
    Thanks
    Kasee

    Business system from SLD not visible in Integration Directory

  • Deployed KM Scheduler Task Does Not Appear in Global Services / Scheduler T

    Hi All,
    I've deployed a portal service and a KM scheduler task in the same DC but cannot see the scheduler task listed under System Admin -> System Config -> Knowledge Management -> Content Management -> Global Services -> Scheduler Tasks.
    The service works correctly and performs its periodic processing once on initialisation of the service, and I can see the resulting log statements to make sure it has worked.
    Both the service and the scheduler task are packed inside the same DC, which builds and deploys without any errors.
    There are no errors in the log regarding the deployment of the DC, or the scheduler task.
    There is a log statement about registering the classloader for the DC, which I assume is the statement in the IRFServiceWrapper init() that goes:
    CrtClassLoaderRegistry.addClassLoader(this.getKey(), this.getClass().getClassLoader());
    But I still dont see the task listed in Global Services -> Scheduler Tasks.
    Does anyone know what might be causing this or how to diagnose the problem further?
    Cheers,
    Steve

    Hi Srini,
    No it doesn't it just has the run method which is generated automatically.
    I have created a local Portal Application project, which is not in a DC, and this also does not have a default constructor ether but appears in the Scheduler Tasks list as soon as it is deployed.
    I also tried to create a Portal Applicaiton DC and Portal Applicaiton (Packaged as SDA) DC and despite the scheduler task being the same, both the DC tasks do not appear in the Scheduler Tasks.
    The only one I can get to work is the local Portal Application project. This is no use as we cant store this in DTR (unless someone can explain how to do this???).
    The Portal Application project packages up the RF Framework JARS inside its PAR file, but the DC and SDA projects dont, so I tried including them via an Assembly Public Part to an External Library DC, which does include the JARs in the deployment files but they still dont appear in the Scheduler Tasks.
    Has anyone out there got a working Scheduler Task in a Portal Application DC?
    Cheers,
    Steve

  • Gateway Service Builder and Data Source Boolean Mapping

    Hi folks,
    I am using the service builder to define my gateway ODATA services ...
    I have some data model fields which are booleans and are defined as type 'Edm.Boolean' ...
    I am unable to map those fields to RFC ABAP fields with domain 'BOOLEAN' (char 1) ... I am always getting the error:
    Data source attribute ACTIVE and model property IsActive have different types
    Message no. /IWBEP/SBDSP_DM031
    I looked at the help documentation and did some searches here  but I could not find any specific information on the requirements for this EDM type ...
    Thanks,
    Steven

    Hi Folks,
    Did some further debugging and to me this seems to be a BUG in the standard SAP code which determines the EDM type for the linked attribute data.
    Method 'get_ds_attr_edm_type' of class '/IWBEP/CL_SBDSP_UTILITY' creates an internal data type with the internal length ( = 2 ) for a type C length 1 in a unicode system ...
    when 'c' or 'n' or 'x'.
    create data lo_ds_dref type lv_ds_data_type) length lv_ds_int_length.
    Then in method 'get_edm_type_from_ddic_type' of class '/iwbep/cl_mgw_med_edm_util' the length needs to be 'one' in order to potentially qualify as a 'boolean' ... but it is always '2' for a type C length 1 ... hence the mismatch ...
    when cl_abap_typedescr=>typekind_char.
          rs_edm_type-core_type = /iwbep/if_mgw_med_odata_types=>gcs_edm_data_types-string.       "'Edm.String'.
          if ls_dfies is initial.         "Not a DDIC type, that is it is ABAP Core type
            rs_edm_type-length = rs_edm_type-length.  "number of characters
            rs_edm_type-internal_length = rs_edm_type-length * cl_abap_char_utilities=>charsize.  "length in bytes / Unicode needs double
         elseif rs_edm_type-length eq 1."boolean detection (guessing)
            if ls_dfies-domname cs 'BOOL'.
              rs_edm_type-core_type = /iwbep/if_mgw_med_odata_types=>gcs_edm_data_types-boolean.  "'Edm.Boolean'.
            endif.
          endif.
    Hopefully somebody from the SAP gateway team is watching this   Will see whether we can create an OSS customer request as well ...
    Regards,
    Steven

  • Images using absolute path on portlet server not appearing when gatewayed

    I am gatewaying several applications via a Plumtree 5 Portal. Images in these applications when referenced using relative paths (../images/image.jpg) work. Images using absolute path (\applicationFolder\images\image.jpg). When gatewayed they are presented like this:
    http:\\plumtreeServer\portal\server.pt\gateway\PTARGS_0_212_252_0_0_43/https:%3B/remoteServer/applicationFolder/Web/\applicationFolder\images\image.jpg
    Any help would be greatly appreciated.

    I am gatewaying several applications via a Plumtree 5 Portal. Images in these applications when referenced using relative paths (../images/image.jpg) work. Images using absolute path (\applicationFolder\images\image.jpg). When gatewayed they are presented like this:
    http:\\plumtreeServer\portal\server.pt\gateway\PTARGS_0_212_252_0_0_43/https:%3B/remoteServer/applicationFolder/Web/\applicationFolder\images\image.jpg
    Any help would be greatly appreciated.

  • Service Builder

    Hi everyone,
    I learn OData and SAPUI5. for tutorial I find this document http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40d59930-791c-3010-2abd-ac7793ad6c57?QuickLink=index&…
    I faced some problems.
    1) when I click the 'Call Browser' I got error. please look the attachment.
    2)when I created project with netweaver gateway service builder only 3 nodes created
    Data Model
    Service Implementation
    Generated Objects
    for registering service I need service maintenance node but is not exist.
    Can anyone help me?

    To be honest I don' t know even too much about web service builder. But, from what I know, should be an application that allows the user to create them web services from their own source code. So what I need is a web interface ( that would be the easy part ). My application should allow the users to upload their own java code, an executable application. Then my app should covert that code into an web service ( I understood that glassfish also offer some toolkit for this part), generates the config files, and return a link to webservice.
    That would be a summary about what I need to do.
    Marius

  • ICONS are not appearing in oracle forms 10g

    Dear All,
    Good Morning.
    I am using oracle 10g forms.
    I had my old application in forms6i. I migrated it into forms 10g.
    Application is running fine no function problem there is.
    But icons are appeared into button.
    Please tell me way, how can i configure for icons.

    The above mentioned thread is talking about icons not appearing in the Forms builder and not at runtime. I don't think it will help you.
    In Webforms displaying "Icons" it's a little bit different than client/server, Webforms use .gif files as icons and not .ico files and these files should be Jarred in a .Jar file and put in a directory where the JVM can reach.
    Follow the instruction in the [url http://www.oracle.com/technology/products/forms/pdf/webicons.pdf]Webicons file in page 3 under the "Don't want to learn about the details, Just get started!" it's very easy and fun.
    Tony

  • Why new Spacer Item cretaed through personalization does not appear in SSHR

    SR # 6987444.993
    Customer : VIRGIN ATLANTIC LIMITED
    RELEASE : 11.5.10 CU 2
    Patchset: FP K RUP 2
    A Space Item created through Self Service Personalization Does Not Appear in Self Service HRMS Page.
    Responsibility : Employee Self-Service
    Click on "Personal Information".
    Navigate to : Personal Details Region
    Click on : "Personalize Basic Details" hyperlink.
    In the "Personalize Region : Basic Details" page that opens, in the
    Personalize Structure Region : "Complete View" option button is enabled.
    In the Style column choose the Value : Default Single Column
    Click on "Go" button.
    Corresponding to : Default Single Column: Basic Details, Click on "Create Item" icon.
    In the "Create Item" page that opens, choose : Level: Function: Personal Information
    Item Style : Spacer
    ID : Vishu
    Admin Personaliation : True
    Height : 30
    Width : 10
    Click on "Apply" button.
    Click on "Return to Application".
    Simulated in CELALNX10 and crm-au-r12 instance but in both the instances the Spacer items is not appearing.
    Does the information specified in Note # 236618.1 - OA Framework Personalization and Extensibility Guide: Version 5.7+
    under the Section : Create/Update View Page
    is related to this?

    Check that you have specified the HEIGHT and WIDTH properties of the spacer!
    Also, you have created an item, but make sure that it is RENDERED=TRUE at the personalisation level for your responsibility.
    It is good prectice to create an item and render it FALSE. Then go to the specific personalisation level you require and set RENDER=TRUE.
    Also, there is a better document than the one you refer to. Try looking at MetaLink document id 268969.1 - Oracle Framework Personalization Guide (OA Framework 11.5.10).
    Let me know if that helps.
    Regards
    Tim

  • User Profile custom property not appearing in search crawled property

    Actually I have migrated search services from one server to another server in that server I have created new custom user profile property but it is not appearing in search service crawled property any one please help me out in this.

    I got the same problem and i fixed it.
    If you take a look on all User Profile properties(cutsom or standard) you will note that they are all mapped to the property "ContentsHidden"(in addition of its property).
    I concluded that you have to map all user profile properties to "ContentsHidden"
    Please mark as usefull if it resolved the problem.
    may this post help you
    http://moudhafersalhi.com/2014/04/27/user-profile-property-not-appearing-in-search/

  • Design Objects created in Enterprise Services Builder not appearing in Integration Builder

    I am fairly new to PI, so hoping someone can help.  I have created a number of design objects (DataType, MessageType, ServiceInterface, MessageMapping, OperationMapping).  I had also imported an RFC object successfully as well that is used in the creation of the design objects.  All have been saved and activated, and there are no apparent errors listed. 
    After saving and activating the objects, I went into Integration Builder, and created a new Configuration Scenario.  However, when trying to add in the Interface Determination, Receiver Determination, Sender Agreement, and Receiver Agreement, I do not see the the RFC object or design objects that were created in the Enterprise Services Builder.
    Can someone advise as to whether or not I have missed a step somewhere?  Or perhaps there is something else that I need to do before I can get the design objects and imported RFC object to appear in the Integration Builder?.
    Thanks in advance.
    Tuan.

    Hi Tuan,
    Are you using Business System or Business Component.  If your using Business System you need to assign Software Component Version to Business System in SLD.  If your using Business Component you have to add the Interface Name Manually to the Business Component.  Please see the Below screen shot, you have to add Sender or Receiver Interface manually to proceed further step.
    Thanks,
    Satish.

  • Gateway service not shown in Service Catalog

    I successfully created my first Service using service builder in gateway, and values are also shown in the browser. But when creating a new starter application project in Eclipse , the service is not shown in the service catalog.
    Why does this happen ?

    Hi , this partially resolved the issue. to generate the project using GWPA.
    But when running the project (UI5 , a starter application project) an error occured as in screenshot.
    But data is coming in browser
    Debugging the error Logs in IWFND/ERROR_LOGS found
    system alias does not exist  and
    Missing customizing; contact your system administrator.
    I had checked various SCN blogs on same Error , but could nt get much information. ( Data is coming in browser , but cannot connect from my application)

  • Payslip does not appear on the Self Service Page

    Hi all ,
    I would like the system to display the Payslip of an employee on his self-service page so that when the user logs in he or she can view his/her Payslip.
    When i click on the Function Payslip it says ERROR on Page.
    I have Run International HRMS Global.And as the organisation is in Africa it doesn't have any specific localisation.
    So can anyone assist me on how can i customize the JSP page so that the Payslip appears on the Self-Service page of an employee.
    Thanking you in advance,
    Chetan

    ypu have posted the same query in HRMS, few people have responded to that thread
    Payslip does not appear on the Self Service Page

  • Hi.i currently use photoshop lightroom 4 and have uploaded books to blurb with no problems but today every time i try to log in to blurb through lightroom to upload the book a msge appears saying "Could not cotact Blurb web service.please check internet c

    Hi I currently use lightroom 4 and have never had an issue uploading photo books to blurb.but now when i try a message appears saying "could not contact blurb web service.please check internet connection" my internet connection is fine.please can somebody help me as i need to get the album done as it is a wedding album and the clients are waiting on it.many thanks,Sean.

    Hi,
    I got this problem sorted and it actually very easy. For some reason the settings on the windows page i use on my laptop conflicted with the blurb/lightroom upload. All you need to do is set up a new windows user page and set it up as admin. You will need to transfer all the photos from the lightroom on your current user page to the new one which can be annoying but at least you will hopefully get up and running again. I hope this helps,
                               Sean.

  • SRVR(Service Request) and SRVO(Service Order) are not appearing in IC_Agent

    Dear friends,
    We are planning to implement Service Requests and Service Orders in CRM 7.0 Interaction Center
    The Service Transactions(Service Order/Service Request) are available in 'Service Professional' business role but not available in 'IC_AGENT' role.
    The things i have observed
    1. Without the channel the Transaction Type was not appearing in SAP GUI (CRMD_ORDER)
    2. Even after maintaining the Channels the BUS2000223 (Service Request) did not appear in CRMD_ORDER but the SRVO- Service Order transaction type appeared.(BUS2000116 Service Process)
    3. Have maintained the SRVO and SRVR transaction types as dependent transaction types in the 'Business Transaction Profile'; still when clieck on the Service Request or Service Order create I am getting the below error
    'No transaction type is available for creating a transaction'
    Below is the diagnosis
    Diagnosis
    No transaction type is available when creating a transaction. This can be due to the following reasons:
    No transaction type is available according to Customizing
    The user has no authorization for the transaction type
    System Response
    It is not possible to create the transaction.
    Procedure
    Make sure that:
    The transaction type is set up in Customizing
    The user has authorization for the transaction type
    Can you please guide me where the actual issue is
    Regards
    Raj

    Hi Raj,
    As per your quarries and requirement please go through the link, it will help you in understandable way
    http://help.sap.com/saap/sap_bp/BBLibrary/Documentation/C35_CRM701_BB_ConfigGuide_EN_XX.doc
    Please reward points,
    Cheers,
    Sunil

Maybe you are looking for