Adapter Queries?

All,
Bpel - 10.1.3.4
I configured a DBAdapter which connects to Oracle apps 11.5.10.2. In the last screen(after the polling frequency is set) during configuration of the adapter we can see the actual query. But it doesn't show the complete query, meaning I used 10 tables but I can see only 3 tables in the sql query. Where else we can see the complete query what I configured? Pls help.
Thanks,
Sen.

This should not happen. Did you select option "Execute Custom Query" or selected any insert/update/delete/select operation option in wizard ?
I too put long select query in my "Execute Custom Query" and that never happened to me.
If you are using "Execute Custom Query" option then you can see the query in the <DBAdapter_Name>.wsdl file. Just search for "sqlstring".
Hope this will help.

Similar Messages

  • Reg., Adapter Queries

    Hi Experts,
    Can someone please answer the following queries?
    1. Explain about what are the ‘Type A’ and ‘Type B’ Adapters?
    2. From the following adapters, please categorize the adapters with respect to the type of the communication they perform (like Asynchronous / Synchronous)
    File, RFC, XI, JDBC, Mail, IDoc, JMS, SOAP, HTTP, RNIF, CIDX, BC, Marketplace.
    I mean, I would like to know about each adapter what sort of communication it supports like Asynchronous, Synchronous or Both.
    3. When we will use the XI Adapter specifically? If possible please explain with an example scenario or requirement.
    Thanks in advance.
    Sree

    Hi,
    For question 2 look into this link. It gives you the list of adapters and their QOS.
    Adapter With EO and EOIO supoort only Asynch.
    Adapter with EO, EOIO , and BE support both synch and asynch.
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm
    3. XI adapter are used in case of ABAP proxies as they use the Native XI protocol to communicate with the SAP system and XI
    1. Type A and Type B -- Can you tell me where you heard / read about them.
    Regards
    Bhavesh

  • XI Adapter  Queries

    Hi All,
    1. What are the functions of JMS Adapter and RFC Adapter and which scenario these adapters should be used in ?
    2. Why are HTTP Adapter and IDOC Adapter resides on the   ABAP stack and not in the J2EE Adapter Engine ?
    3. What are functions of Industry specific adapters RosettaNet and CDIX ?
    4. what is Proxies?
    5. What is the diff b/w sRFC and tRFC ?
    Regards
    SReddy

    Hi
    >>What are the functions of JMS Adapter and RFC Adapter and which scenario these adapters should be used in
    The JMS adapter (Java Message Service) enables you to connect messaging systems to the Integration Engine or the PCK.
    http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm
    The RFC adapter enables you to use the functions of the Integration Engine or the PCK in existing SAP landscapes. It is used by SAP systems to connect to the Integration Engine or the PCK by using the RFC interface. It supports SAP systems as of version 3.1x.
    http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/content.htm
    >>Why are HTTP Adapter and IDOC Adapter resides on the ABAP stack and not in the J2EE Adapter Engine ?
    Why we use IDOC adapter for IDOC as reciever?
    >>What are functions of Industry specific adapters RosettaNet and CDIX ?
    RNIF adapters support the data communication standard – RosettaNet Implementation Framework (RNIF) defined by RosettaNet. This standard defines RNIF protocols version 1.1 and 2.0. The RNIF adapters 1.1 and 2.0 are based on these protocols.
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm
    The CIDX Adapter supports Chem eStandards, a standard published by Chemical Industry Data Exchange used for collaborative commerce over the internet in the Chemical industry.
    http://help.sap.com/saphelp_nw04/helpdata/en/23/cb22419e2ab167e10000000a155106/content.htm
    >> what is Proxies?
    There are various options for connecting systems to the Integration Server one of them is proxies.Proxies encapsulate the creation or parsing of XML messages and the communication with the relevant runtime components required to send or receive the messages.
    http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm
    >>What is the diff b/w sRFC and tRFC ?
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm
    Regards
    Suraj

  • File Adapter Queries

    Hi Experts,
    I am facing issue with huge files while fetching from source, so please suggest me,  what is a maximum file size range PI file adapter can poll from source ? Is ther any range and limitation ? .
    Regards
    Raja

    Hi,
    Depends whether if you are opening (reading the file) or passing it as it is without reading.
    In my previous project,
    1) where we were reading the file using content conversion, the max size used to be around  5 mb.(In this case if you want to read bigger files , please go for recordset per messges,where you can specify how many records could be present in oe message)
    2)Also, for passthrough interfaces where we were just passing the file using ICO, we could transfer files of size 20mb.(Here for even bigger files you can break the file into pieces and then combine them at receiver file channel)
    But , basically it depends on the hardware configurations.There are many links for similar questions.
    http://scn.sap.com/thread/1021753
    http://scn.sap.com/thread/1021753
    http://scn.sap.com/thread/1993889

  • Two queries on same table in sender JDBC adapter

    Hi all..
    My requirement is as follows....
    query a table and fetch rows where column Error="true"
    If there are no records in the table satisfying the above condition ,i want to send a mail stating  that there are not records with error flag set to "true"
    But the problem is i wont get a message to PI if there are no records.
    If i write a query to get the count of records where column Error="true",Obviously the count would be zero. Using this message from database i can send a mail.
    Now please let me know if i can write both the queries in query SQL statement? if so howshould be the source structure?
    Thanks
    Ram..

    Hello ram,
                     As far as i know it is not possible to use two different SQL statements in the sender adapter, though you can try with the join statement.
    For further information refer this discussion
    [Multiple Select Possible?|How to call multiple SQL using the JDBC adapter;
    Regards,
    Prasanna

  • Queries regarding Database adapter ...

    Hello,
    I have a scenario where i need to query few tables which are not related to each other and i am having different queries for each table. I tried creating a single DB adapter and imported all the tables in it. But i got struck at two places where i was asked to define a root table and also to define a select query.
    I have following doubts reagrding this:
    1. Do i need to need create different DB adapter for each table?
    2. What is the significance of root db table?
    Regards
    Lokesh

    Yes, you would create 3 different partner links using the DB adapter.
    In theory yes you would create a new partner link using the DB adapter for each table that is unrelated. If you want to select PO_HEADERS_ALL and PO_LINES, this can be done in one call as they are related.
    This advice is based on the fact that you are selecting batch data, not single lines of data. If you are receiving 1 row from multiple unrelated table this could be achieved via a custome procedure / package. I don't want to steer you down the wrong path so I would need to know more of your use case. In most senerios in Oracle apps you are calling APIs / packages.
    If you could provide more information of your use case(s) I will try and provide better advice
    cheers
    James

  • Retina adaptive images and css3 media queries

    retina adaptive images and css3 media queries
    see below QUESTIONs....
    http://css-tricks.com/snippets/css/retina-display-media-query/
    For including high-res graphics, but only for screens that can make use of them. "Retina" being "2x":
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    QUESTIONS
    If serve a resolution 2x bkgd image in resolution 1.5x mobile device display or in 1x display what should happen? In other words image resol is bigger than display resol... Image to appear in display resol or...?
    Then in image edit software , also, for 2x resolution image creation.... how ppi must be in adobe FW or PS?  2x pixel ratio is retina... tell and for retina.
    Another way(is it valid?) is serve an image width eg 600px with img css attr width:300px and and for high resol like tablets use media query to do img css attr width:600px (do normal)... in this way pixel ratio must be the same in both cases phone <> tablet???

    I have tried it on two separate Windows 7 machines running Firefox 9.0.1. Disabling add-ons had no effect. The media queries work fine in all other browsers on the same machines. The styles in the media queries cause the site to display differently based on how wide the browser is, but in FF9, there is no change when the browser changes width.

  • How to grep 21 roman numbers? Or how to adapt 21 queries for different styles?

    After using some grep recipes the results are poor:  problems related with numerals like c/d or something like some words in other languages have parallel meaning (mil is 1000 in Spanish) I suppose (?0 that grepping the 21 roman numbers required in some books for centuries could be enough.
    Could be processed as a grep style or just  in the f/change window?
    Making queries is a problems as each query is related to a couple specific styles and do not know how to adapt them).
    How to grep: I, II, III, IV, etc?

    Thank you for your time!
    Yes, it is a very good beginning. Implore you to check above as the variations of your formulae may be infinite for a plain person.
    Not always century/centuries is a path. Author could say: in the XIX and XX bla bla. Always roman come from Word as caps or Scaps and are easily tagged.
    Mil (M)  is a nice exception. But is not determinant. The custom is that roman numerals (at least in my daily work) usually involve centuries and numerals until C (in straight social sciences bibliographies, vol. LXI is almost unseen). Although a good limit should be C.
    I believe that a very simple grep (as the formula seems complicated) that involves all I-XXI (or I-L, or I-C) is not a problem for the processor. I have been using grep styles against the idea proclaimed here that it spins the machine.
    Here is a list of romans just for information.
    i, ii, iii, iv, v, vi, vii, viii, ix, x, xi, xii, xiii, xiv, xv, xvi, xvii, xviii, xix, xx, xxi, xxii, xxiii, xxiv, xxv,  xxvi, xxvii, xxviii, xxix, xxx, xxxi, xxxii, xxxiii, xxxiv, xxxv, xxxvi, xxxvii, xxxix, xxxviii, xl, xli, xxix, xliii, liv, xlv, xlvi, xlvii, xlviii, xlix, l, li, lii, liii, liv, lv, lvi, lvii, lviii, lix, lx, lxi, lxii, lxiii, lxiv, lxv, lxvi, lxvii, lxviii, lxix, lxx, lxxi, lxxii, lxxiii, lxxiv, lxxv, lxxvi, lxxvii, lxxviii, lxxix, lxxx, lxxxi, lxxxii, lxxxiii, lxxxiv, lxxxv, lxxxvi, lxxxvii, lxxxviii, lxxxix, xc, xci, xcii, xciii, xciv, xcv, xcvi, xcvii, xcviii, xcix, c.

  • Error while invoking a DB Adapter which queries AR_LOOKUPS table

    Hi all,
    I have a BPEL process which invokes a DB Adapter to query the AR_LOOKUPS.
    I'm getting the following error when i run the BPEL process:
    <Faulthttp://schemas.xmlsoap.org/soap/envelope/>
    <faultcode>env:Server</faultcode>
    <faultstring>java.lang.Exception: Failed to create "java:comp/env/ejb/local/CubeEngineLocalBean" bean; exception reported is: "javax.naming.NameNotFoundException: java:comp/env/ejb/local/CubeEngineLocalBean not found in DeliveryBean at com.oracle.naming.J2EEContext.getSubContext(J2EEContext.java:225) at com.oracle.naming.J2EEContext.lookup(J2EEContext.java:172) at com.evermind.server.ApplicationContext.lookupInJavaContext(ApplicationContext.java:308) at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:232) at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197) at javax.naming.InitialContext.lookup(InitialContext.java:351) at com.collaxa.cube.engine.util.EngineBeanRegistry.lookupEngineLocalBean(EngineBeanRegistry.java:107) at com.collaxa.cube.engine.util.EngineBeanCache.getEngineLocalBean(EngineBeanCache.java:90) at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:497) at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:457) at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:131) at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:95) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31) at com.evermind.server.ThreadState.runAs(ThreadState.java:646) at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55) at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87) at DeliveryBean_RemoteProxy_4bin6i8.request(Unknown Source) at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processNormalOperation(SOAPRequestProvider.java:451) at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:274) at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:120) at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956) at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349) at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466) at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114) at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96) at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) ".</faultstring>
    </Fault>
    What could be the problem?
    Thanks in Advance
    Shreyas

    Issue solved...
    Turns out that it is not picking up data from the AR_LOOKUPS, which is actually a view.
    Used FND_LOOKUP_VALUES instead and it works fine...
    Thanks
    Shreyas

  • 11g Database Adapter: How to make queries using LIKE with % (possible bug?)

    Hi there!
    Sorry if this has been answered before, but the forum search ignores '%' so I could not find anything relevant. I'm completely at a loss here guys so any help will be really appreciated.
    I've got a database adapter that executes a "pure SQL" query:
    select * from supplier t
    WHERE t.idsupplier = #idSupplierParam OR #idSupplierParam2 IS NULL
    AND t.name like '%' || #nameParam || '%' OR #nameParam2 IS NULL
    AND t.address like '%' || #addressParam || '%' OR #addressParam2 IS NULL
    AND t.description like '%' || #descParam || '%' OR #descParam2 IS NULL
    I've got a single record in my DB with name= 'supplier1'
    When I execute my bpel passing 'sup' as nameParam and nameParam2, everything is right and I get my supplier1 in the results.
    BUT if I pass 'asdfghj' as name, I still get my 'supplier1' in the results ¿¿¿???
    ¿Is this a bug? ¿Am I doing something wrong? Thanks in advance!!

    No, but thanks for trying. Iif you had read my post you'd had found that I wrote
    +When I execute my bpel passing 'sup' as nameParam and nameParam2+
    But I double checked against that just in case. I made a test query
    select * from supplier t WHERE t.name like '%' || #nameParam || '%'
    And no matter what I pass as nameParam, I always GET ALL THE RECORDS in my table. ¿Any idea what's going on? It's like param is being ignored and the query that is executed is select * from supplier t WHERE t.name like '%%' which would of course return everything in the DB. :(
    Help plz!!

  • Sql queries in database adapter

    Hi,
    I want to write, say, 2 select statements in the database adapter. How can I accomadate using "execute pure sql"?
    Regards,
    Aasta

    maybe these links will help you :
    Urgent : Fault Policies in 11g
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10226/soacompapp_mang.htm
    http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/med_faulthandling.htm#SOASE274

  • Queries on file adapter

    Hi,
    I want to know some interview Qs on file and idoc adapter. I searched on hlp.sap.com but I have some doubts please clarify.
    1. how much size file will pick. I mean on which extent it will pick
    2. upto wat extended file will create.
    what is certificates what is the use of those.
    3. if any further Qs please mention
    Thanks,
    Enivass

    SOrry rajesh,
    As per discussion purpose can u please let me know the answers of those Qs
    Thanks,
    Enivas

  • How to write nested queries using DB Adapter?

    I want to write following nested query using DB Adapter can any one help...
    SELECT INVOICE_ID,FILE_NAME FROM  BILLING_INVOICE_PDF_V where FILE_ID =(
    (SELECT MAX(FILE_ID) FROM  BILLING_INVOICE_PDF_V WHERE  (INVOICE_ID = ‘12345’)));
    Thanks,
    Ram.

    Hi Ram,
    Most likely it is the semicolon at the end of the SQL statement that's causing the db adapter to throw the error; just enter the custom sql statement without a semicolon at the end.
    SELECT INVOICE_ID,FILE_NAME FROM  BILLING_INVOICE_PDF_V where FILE_ID = (SELECT MAX(FILE_ID) FROM  BILLING_INVOICE_PDF_V WHERE INVOICE_ID = '12345')

  • Queries on RFC adapter

    Hi,
      Reading up on RFC adapter at the moment
      Read that RFC has limitations such as No Call-Back, no RFC-GUI-Debug, no qRFC and no SNC.
      Is there any link that will give a more detailed explaination on the above items?
      Thanks.

    Hi,
      These links provide more information
    http://help.sap.com/saphelp_nw04/helpdata/en/11/028417f9f8b24cbe1b0b398e1cb76a/frameset.htm
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii (search for RFC adapter)
    SAP note : 730870
    Regards
    Vishnu

  • Quering MySql DB tables using DB adapter in Oracle SOA

    Hi',
    I am trying to query MySql DB tables using DB adapter in Oracle SOA.
    inside the weblogic server console I have created a data source and test is "success" MySql
    Now inside the deployments > DBAdapter > Configuration > outbound connection pools
    I am new outbound connection, however I only get one option by default "javax.resource.cci.ConnectionFactory".
    which is default pointing to oracle DB.
    If someone has implemented this earlier or some blog/document demonstrates this please let me know.
    Thanks
    Yatan

    Thanks Naresh,
    actually I tried changing the "platformClassName" to "oracle.toplink.platform.database.MySQL4Platform" in the existing connection factory.
    I am able to update the DBAdapter successfully, however when I try to run the service created in JDEV which uses this MySql DB table it gives me below error.
    I also have another doubt regarding "How can we create a new connection factory in weblogic console?"
    ERROR:
    The selected operation process could not be invoked.
    An exception occured while invoking the webservice operation. Please see logs for more details.
    oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore.
    Caused by Exception [EclipseLink-7042] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.ValidationException
    *Exception Description: Database platform class [org.eclipse.persistence.platform.database.MySQL4Platform] not found.*
    Internal Exception: Exception [EclipseLink-3007] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.ConversionException
    Exception Description: The object [org.eclipse.persistence.platform.database.MySQL4Platform], of class [class java.lang.String], could not be converted to [class java.lang.Class]. Ensure that the class [org.eclipse.persistence.platform.database.MySQL4Platform] is on the CLASSPATH. You may need to use alternate API passing in the appropriate class loader as required, or setting it on the default ConversionManager
    Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: org.eclipse.persistence.platform.database.MySQL4Platform
    Dependent class: org.eclipse.persistence.internal.helper.ConversionManager
    Loader: sun.misc.Launcher$AppClassLoader@13288040
    Code-Source: /C:/Oracle/MiddlewarePS4/modules/org.eclipse.persistence_1.1.0.0_2-1.jar
    Configuration: /C:/Oracle/MiddlewarePS4/modules/org.eclipse.persistence_1.1.0.0_2-1.jar
    This load was initiated at default.composite.MySqlTest.soa_2c170363-5ad7-4578-8920-f30fb224a8d2:1.0 using the Class.forName() method.
    You may need to configure the connection settings in the deployment descriptor (i.e. DbAdapter.rar#META-INF/weblogic-ra.xml) and restart the server. This exception is considered not retriable, likely due to a modelling mistake.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.

Maybe you are looking for

  • HP Computer won't sleep when wrt54g connected

    My HP Pavilion m9340f running Vista 64 bit will not enter a sleep mode on its own and wakes unexpectedly while connected to my wrt54g firmware version 4.21.1 10/17/2005. If I disconnect the router and connect the computer directly to the cable modem,

  • Can we select desire fields while filling setup tables?

    Hi When we fill setup tables we have some fields over there on which we can put some conditions & we can fill setup tables for that particular conditions.. Now take example of datasource 2LIS_04_P_COMP.. To fill setup tables I went in tcode OLI4COMP.

  • Customizing 7.0 Toolbars

    Hello, I am trying to customize the BEX and Design Toolbars in a 7.0 Workbook.  Essentially, I am wondering if there is a way to grey out specific buttons on the toolbars.  For instance, greying out the "Global Settings" button on the BEX toolbar so

  • Within SQL*Plus, get error code of host command

    Hello everyone, I am currently writing an SQL*Plus (Oracle 10g) that has a big logic and somewhere in the middle, I have to call a host command, which is an C++ function. I call it using SQL> HOST cd SQL> HOST cd bins SQL> HOST ./my_procedureBut, I n

  • CFGRIDCOLUMN combobox

    Hi all I have a bog-standard CFGRID that has one column which is a combobox. For some reason the combobox is displaying the value (an integer) rather than the text. This is my code: //This is the function that calls up the values for the combo box <c