Concept of external binding

Hi Gurus,
Is there any concept of external binding in webdynpro ABAP.
Thankx in advance.

Hello,
Take a look on this: http://help.sap.com/saphelp_nw04s/helpdata/en/67/cc744176cb127de10000000a155106/frameset.htm
Regards.

Similar Messages

  • How to get an external binding container

    Hi friends.
    I'm migrating now to jdeveloper 11g
    Can anybody tell me how to get a reference to an external binding container. i found the decision:
         FacesContext fctx = FacesContext.getCurrentInstance();
                     ELContext elc = fctx.getELContext();
                     ValueExpression vle = fctx.getApplication().getExpressionFactory().createValueExpression(elc,"#{bindings}",DCBindingContainer.class);
                     DCBindingContainer bc = (DCBindingContainer)vle.getValue(elc);
                     if (bc == null) {
                         return;
                     BindingContext ctx = bc.getBindingContext();
                     DCBindingContainer dcb = ctx.findBindingContainer("jurDialogPageDef"); but it never works!!!!
    bc is always null.
    neither simplier the approach works
            BindingContext _ctx=BindingContext.getCurrent();
            DCBindingContainer dcb = (DCBindingContainer)_ctx.findBindingContainer("jurDialogPageDef");           
            DCIteratorBinding jurIter = (DCIteratorBinding) dcb.get ("JurPersonView1Iterator"); dcb is null though the jurDialogPageDef.xml does exist.
    Thanks in advance. Alex.

    Hi,
    I hope my previous post below will be helpful:
    Re: Execute query's from a bean
    Regards,
    Pino

  • Internal & External Bind to Windows 2012 DNS server

    HI,
    We are in process of migrating our DNS infrastructure from BIND to Windows 2012 farm.
    Currently we have a single BIND server running both Internal and External View (single domain)
    Is there a way, I can migrate these zones from BIND to MSDNS, having both Views separate
    Regards
    Prasad

    Hi,
    Please refer to this kb article.
    How to migrate an existing DNS infrastructure from a BIND-based server to a Windows Server 2003-based DNS
    http://support.microsoft.com/kb/323419/en-us
    And this article:
    http://technet.microsoft.com/en-us/library/cc755303.aspx#BKMK_move_bind
    Hope this helps.
    Regards.
    Vivian Wang

  • What is the concept of External sites

    Hi All,
    I am working on a SharePoint 2010 administration project where  few web applications are available externally.  For example. I checked with few external users. They are not the employee of this company. they are from a different company all together
    but still using my company's sharePoint which is available externally.
    Search is not functioning for those external employees. There is no error in crawl log for this web application. Also it is working for me and others in my organization.  Please help me , i am totalty new to this externaly available SharePoint sites

    Hi Aditya,
    This issue can be caused by many reasons that the external users cannot search in SharePoint.
    I need to know more information about the configuration of your SharePoint:
    How do the external users to access the SharePoint sites? As Mike asked, which authentication method is used to allow the external users to access the sites?
    Did you configure the AAM setting for the SharePoint sites?
    Could you please provide more details about your environment for further research?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • JAXB External Binding to java.util.Collection

    Hi,
    By default jaxb converts xsd:sequence to java.util.List. Is there any way to specify that during compilation it will use java.util.Collection instead of List?
    TIA,
    Herculeus
    Edited by: herculeus on May 19, 2009 2:12 PM

    repost

  • External mapping in WD for ABAP

    Hello,
    I am trying to understand how the concept of external context mapping works in Webdynpro.
    In system BIZ/000 I created a main WD component ZTEST_WD and another subcomponent WD component ZTEST_MWD.
    Then I didthe following:
    1. set the component controller context node TEST_FLIGHT_NO of ZTEST_MWD as Input Element (Ext),
    2. performed an external mapping between the interface controller context and the main component controller context
    3. Created a method GET_FLIGHT_DETAIL to perform some processing with the flight number in the TEST_FLIGHT_NO and display the flight details on the view. It was successful.
    As a negative test, I tried to display the value of the subcomponent context with external mapping in the main view, and I expected that it would give an error, but it worked.
    I assigned a value to the context in the interface controller method, and the same was displayed in the view. This means that the data flows from the interface controller context to the view context.
    In subcomponent ZTEST_MWD, there is a method GET_FLIGHT_DETAIL, where I assigned value to the context.
    data_node = wd_context->get_child_node( name = 'TEST_FLIGHT_NO' ).
    data_node->set_attribute( exporting name = 'CARRID' value = 'AA' ).
    data_node = wd_context->get_child_node( name = 'TEST_FLIGHT_NO' ).
    data_node->get_attribute( exporting name = 'CARRID' importing value = lv_carrid ).
    And later when the action was processed, the value "AA" displayed on the textbox in the main view.
    Now I am a bit confused abt the concept which I understood earlier. I do not see any difference between external mapping and normal mapping.
    It would be very very nice if you could throw light on this.
    Awaiting responses,
    Thanks and Regards,
    Maya

    Hello,
    here's the link to the documentation about external context mapping: http://help.sap.com/saphelp_nw04s/helpdata/en/67/cc744176cb127de10000000a155106/frameset.htm
    Regards, Heidi

  • Can we create external table from an existing database table ?

    Hi everyone,
    As i understand, its possible to create a new table based on an existing table without copying any values from it, using the following command;
    CREATE TABLE newtable AS
    (SELECT * FROM oldtable WHERE 1=2);
    I would like to know whether we can do a similar thing with external tables. That is to create an external table with the same columns as of an existing table.
    Thanks in advance for your answers.

    You need to clear conception about external table.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/utility.htm#sthref1800
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#sthref2448

  • External Comp. Context - mapping not completed

    Dear SDN,
    I have been trying ALL the ways to link Interface Contexts between 2 components.
    But nothing has worked.
    The error is always the same: "The Mapping to Node COMPONENTCONTROLLER.1.CASE_LIST Has Not Been Completed"
    Does anyone have any idea about what can be the problem here?
    There is some dynamic programming in the components. Is this the problem? (once I heard it could be).
    I have already read ALL the threads about
    . mapping in the Component Usage,
    . Comp. A and Comp. B...
    . 'Input-Element (ext.)' checkbox,
    . etc.. etc..
    I have tried all the proposals.
    But nothing worked for me.
    Please, can anybody give me any piece of suggestion?
    I will be grateful for any attempt of helping!
    Thank you all.

    hi fabio,
    please check the url for component usage.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2e71ce83-0b01-0010-11a4-98c28a33195f
    it is not required to set in and out plugs,
    suppose you have two component A and B, and you want to use/call component B from component A.
    just click on component A, and in used component tab enter name of component B. when you save it comes in component usage in left side.
    now if you want to pass some value from A to B, then create same node in both the component, and in component B, set node property to interface node and input.
    in component A, after adding comp B in used component, it start displaying it in compo A. now create external binding of that node , as we do in ALV, and you are able you use and call component B in component A,
    furthermore, you can call interface methods from comp B in comp A.
    if you need some Example please tell.
    Yogesh

  • JAX-WS binding files problem

    Hi,
    I'm trying to generate client code from WSDL with wsimport maven goal. I can generate the code, but I have this specific problem which I'm trying to solve by jaxb and jaxws external binding files.
    In my src/main/resources/wsdl directory I have
    - three WSDL files (let's say A.wsdl, B.wsdl, C.wsdl)
    - two XSD files(X.xsd, Y.xsd)
    All these files share the same targetNamespace.
    A.wsdl includes X.xsd through
    <xsd:include schemaLocation="X.xsd" />
    B.wsdl and C.wsdl include Y.xsd in the same manner.
    Since X.xsd and Y.xsd types are generated into one package, the ObjectFactory is overwritten.
    I'd like to generate X.xsd types into one package and Y.xsd types into another. I've not been able to exploit jaxb and jaxws binding to do that.
    Is this possible when X.xsd and Y.xsd have the same targetNamespace?
    The idea is shown in this binding file (it's not correct, but I've tried many combinations of these declarations without success)
    <jaxws:bindings xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
         xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema">
         <jaxb:bindings shcemaLocation="../main/resources/wsdl/X.xsd">
              <jaxb:schemaBindings>
                   <jaxb:package name="package_x" />
              </jaxb:schemaBindings>
         </jaxb:bindings>
         <jaxb:bindings shcemaLocation="../main/resources/wsdl/Y.xsd">
              <jaxb:schemaBindings>
                   <jaxb:package name="package_y" />
              </jaxb:schemaBindings>
         </jaxb:bindings>
    </jaxws:bindings>
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Ram Swami,
    When I try to add services reference by using this:
    https://www.sunat.gob.pe/ol-ti-itcpgem-beta/billService?wsdl, it generates a baiscHttpBinding in my client config file, so could you please try to use the baiscHttpBinding in your client config file for instead to see if it works? The following article
    is about accessing Java service(Jax-WS) from C#.net, please try to check it:
    http://gayandenzil.blogspot.jp/2012/07/write-web-service-using-jax-ws-and.html .
    Besides, this forum is used to discuss the questions about the WCF Web Service, for the questions about the others web services, please try to post in this forum:
    http://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services .
    Thanks for your understanding.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Question regarding bulk binding

    Gurus,
    How does oracle try to differentiate whether the query should use the concept of bulk binding and a normal query ? Is the key word FOR ALL makes the difference ? Or is there any other difference ??
    Please help
    Regards

    Its not up to oracle to decide, Its the developer who decides it. Bulk bind is used to reduce context switch. And you can achieve it with some of the bulk bind utilities provided by oracle like FORALL and BULK COLLECT.
    Read [Overview of Bulk Binds|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_packages.htm#sthref853] for more info.
    Thanks,
    Karthick.

  • JAXB Binding problem

    Am having trouble building an external binding file to cope with the following xsd extract
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="urn:hl7-org:v3" xmlns="urn:hl7-org:v3" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:hl7="urn:hl7-org:v3" xmlns:xlink="http://www.w3.org/TR/WD-xlink" xmlns:gsd="http://aurora.regenstrief.org/GenericXMLSchema" elementFormDefault="qualified">
         <xsd:complexType name="ANY" abstract="true">
              <xsd:attribute name="nullFlavor" type="cs_NullFlavor" use="optional"/>
         </xsd:complexType>
         <xsd:simpleType name="cs_NullFlavor">
              <xsd:restriction base="cs">
                   <xsd:enumeration value="NI"/>
                   <xsd:enumeration value="NA"/>
                   <xsd:enumeration value="UNK"/>
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="cs_AddressPartType">
              <xsd:restriction base="cs">
                   <xsd:enumeration value="DEL"/>
                   <xsd:enumeration value="STTYP"/>
                   <xsd:enumeration value="STR"/>
                   <xsd:enumeration value="ADDRK"/>
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:complexType name="AD" mixed="true">
              <xsd:complexContent mixed="true">
                   <xsd:extension base="ANY">
                        <xsd:sequence>
                             <xsd:choice minOccurs="0" maxOccurs="unbounded">
                                  <xsd:element name="streetName">
                                       <xsd:complexType mixed="true">
                                            <xsd:complexContent mixed="true">
                                                 <xsd:restriction base="ADXP">
                                                      <xsd:attribute name="partType" type="cs_AddressPartType" fixed="STR"/>
                                                 </xsd:restriction>
                                            </xsd:complexContent>
                                       </xsd:complexType>
                                  </xsd:element>
                                  <xsd:element name="streetNameType">
                                       <xsd:complexType mixed="true">
                                            <xsd:complexContent mixed="true">
                                                 <xsd:restriction base="ADXP">
                                                      <xsd:attribute name="partType" type="cs_AddressPartType" fixed="STTYP"/>
                                                 </xsd:restriction>
                                            </xsd:complexContent>
                                       </xsd:complexType>
                                  </xsd:element>
                             </xsd:choice>
                        </xsd:sequence>
                   </xsd:extension>
              </xsd:complexContent>
         </xsd:complexType>
         <xsd:simpleType name="cs_BinaryDataEncoding">
              <xsd:restriction base="xsd:NMTOKEN">
                   <xsd:enumeration value="B64"/>
                   <xsd:enumeration value="TXT"/>
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:complexType name="BIN" abstract="true" mixed="true">
              <xsd:complexContent mixed="true">
                   <xsd:extension base="ANY">
                        <xsd:attribute name="representation" type="cs_BinaryDataEncoding" use="optional" default="TXT">
                        </xsd:attribute>
                   </xsd:extension>
              </xsd:complexContent>
         </xsd:complexType>
         <xsd:complexType name="ED" mixed="true">
              <xsd:complexContent mixed="true">
                   <xsd:extension base="BIN">
                        <xsd:attribute name="mediaType" type="cs" use="optional" default="text/plain">
                        </xsd:attribute>
                        <xsd:attribute name="language" type="cs" use="optional">
                        </xsd:attribute>
                   </xsd:extension>
              </xsd:complexContent>
         </xsd:complexType>
         <xsd:complexType name="ST" mixed="true">
              <xsd:complexContent mixed="true">
                   <xsd:restriction base="ED">
                        <xsd:attribute name="mediaType" type="cs" use="optional" default="text/plain">
                        </xsd:attribute>
                        <xsd:attribute name="language" type="cs" use="optional">
                        </xsd:attribute>
                   </xsd:restriction>
              </xsd:complexContent>
         </xsd:complexType>
         <xsd:complexType name="ADXP" mixed="true">
              <xsd:complexContent mixed="true">
                   <xsd:extension base="ST">
                        <xsd:attribute name="partType" type="cs_AddressPartType">
                        </xsd:attribute>
                   </xsd:extension>
              </xsd:complexContent>
         </xsd:complexType>
         <xsd:simpleType name="cs">
              <xsd:restriction base="xsd:token">
                   <xsd:pattern value="[^\s]*"/>
              </xsd:restriction>
         </xsd:simpleType>
    </xsd:schema>
    Above is a very much truncated extract of our xsd file
    I get XJC errors around 'streetNameType'
    any ideas on a binding definition that works with this ??
    Thanks

    This is the SAMPLE schema - that includes the earlier post
    (ie the earlier post shows datatypes.xsd)
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema targetNamespace="urn:hl7-org:v3" xmlns="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
         <xs:include schemaLocation="datatypes.xsd"/>
         <xs:element name="rootTest" type="test.smTest"/>
         <xs:complexType name="test.smTest">
              <xs:sequence>
                   <xs:element name="id" type="xs:anySimpleType"/>
                   <xs:element name="addr" type="AD" minOccurs="0"/>
              </xs:sequence>
         </xs:complexType>
    </xs:schema>

  • Help setting Parameters using JDBC and Bind Variables for Oracle List

    I fully understand the concept of using Bind Variables when using JDBC to avoid hard parses everytime my SQL statement is executed when only a certain value changes. For example, perhaps I have the following statement:
    PreparedStatement ps = con.prepareStatement("select salary from employees where employee_id = ?");
    I would then set the value of the question mark (the first and in this case only parameter) using:
    ps.getStmt().setString(1,empId1);
    That is assuming I have the variable empId1 populated with what I want. Anyway, my question has to do with Oracle lists. In other words, if I am just executing the statement against the db, it might look like:
    select salary from employees where employee_id in ('123','456','789');
    I still want to use bind variables and I can do it in JDBC with something like:
    select salary from employees where employee_id in ('123','456','789');
    ps.getStmt().setString(1,empId1);
    ps.getStmt().setString(2,empId2);
    ps.getStmt().setString(3,empId3);
    BUT, what if I just want to construct my list of ids upfront as a string and do something like:
    select salary from employees where employee_id in (?)
    ps.getStmt().setString(1,listOfEmpIds);where listOfEmpIds would look something like '123','456','789'.
    That's what I want to do but it doesn't work. It would be treating the list as a single parameter as opposed to lots of individual parameters. Can someone please tell me the syntax for this if it is possible? I have tried where XX in (?) and where XX in ? (and the string I substitute has the parenthesis in it), but neither work.
    Thank you for your help.

    I always build the list myself.
    You could, however, pass the list as a varchar to a stored proc and then have the stored proc parse (or dynamically execute) using it.
    The second method might even be faster although I would suspect that is only going to be the case if the list is very large. Or it might not.

  • Display value in footer on only last page:

    I have the same footer on 3 of my master pages. Depending on data, my form may grow to several pages.
    The first 2 master pages display exactly once and the third page grows to no. of pages depending on input data.
    Is it possible to script some event so that the textfield on footer displays only on last page?
    I have seen examples of xfa.layout.pageCount() and xfa.layout.page(this), and tried the conditions on if last page =  currentpage, show/hide  the value of text field in the footer.
    If there are 10 pages, system should display the text value in the footer only in the 10th page. If the form got only 2 pages, it should display only on second page.
    I tired all kinds of scripting with pagecount and page(this). But the script is effecting all the pages irrespective of first/ last page.
    I will be greatful if you can put the sample code/ form on how to do this.
    Thanks,
    Krishna

    Hi Paul,
       Thank you for the logic.
    Actually I tried this.
    I have some fields in the 3 footers which got some explicit binding. If I put some value in the first page footer in this field, and if the logic (current page != no.of pages) , the value is getting reflected in all pages without checking for further pages.
    I figured out what the actual problem is. It's not with page logic. But with the externally binded fields. If we put the calculated field for one footer, the form will keep the same value without taking from external binded xml. I tried it in a alternate way by getting these values using calculated fields and that worked for me.
    Krishna

  • How to pass username and password while invoking a web service through wsdl

    Hello All,
    i am calling a web service through wsdl, but it is giving error 401. i want to know how to pass userid and password when i am invoking webservice?
    i am using NetBeans 6.1.
    i did following thing:
    First i created one web application, then i right clicked on project new->web service client, and gave the url for my wsdl.
    after that i create one main class and try to call my required operation by that wsdl.
    Thanks in advance

    Thanks dumchikov, i tried the same thing what ever you told but there is no option for security.
    when i right clicked on web service reference its open 1 window which have 2 tab one is quality of service and second is wsdl customization, then i clicked on wsdl customization. which contain Global Customization, Port Types, Port Type Operations, Port Type Faults, Binding, Binding Operations, Services, Ports and External Binding Files. it don't have security option.

  • WebDynpro with ABAP or JAVA?

    Hi all,
    I am a veteran in ABAP. I wish to learn web dynpro. I never worked on JAVA. Can anybody advice me which programming language i should use to learn WebDynpro development. Also let me know which companies have webdynpro projects in India?
    Thanks in advance..

    Hi Buddy,
             Welcome to intresting world of Web Dynpro.
             As veteran ABAPer you should go for WebDynproABAP .
             Now why ?
    Point 1:
    In my view WebDynpro ABAP and Wd Java are not same.
    Basically WebDynpro ABAP and Java are two different webDynpro provided by NetWeaver Stack.
    Basic conceptual base of WD ABAP and WD Java is same.I mean to say concepts like Context binding , node , elements , Layout both support are same.
    But when you provide background functionality to your Web Screen then Java or ABAP come in to picture.Just take case , you want do some thing on click of some button then
    1) in case of java may you will call some ejb or you will may write some java code on click.
    2) but in case of WD ABAP you have to do same thing with ABAP classes . You will call some call or some method of some system defined class.
    Ulimately point I want make
    1) WD ABAP and WD java 's Base is same but you code in completely different way.
    2) Purpose for which SAP came with two different WDynpro is different. Java can be used for developing quite sophistcated Web services.
    Point 2:
    another help for you .Just go thr' following thread
    How much of oops ABAP is required for ABAP Webdynpro .
    Point 3:
    You can start with tutorials and all
    Web Dynpro for ABAP
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    best tutorials in wbdynpro for ABAP to start with :
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]

Maybe you are looking for

  • 750 to 1200 line items per order

    Hi Does any body have the experience of creating order with 750-1200 line items per order, in such scenario how the performance of the e-commerce was handled, was any custom development made to achieve. please let us know thanks vignesh

  • Labview 8.2 Read Binary File, no pos offset option anymore?!

    I have a VI that worked perfectly well in 7.1 and now I've opened it in 8.2 it doesn't work and I can't revert back to 7.1 because I accidently pressed save. In 7.1 I used the combination of open, read and close file functions to read parts of a larg

  • Slow boot time on new SSD

    I replaced my old hard drive with an SSD, and I'm getting boot times much slower than expected, between 40 and 45 seconds. I have already set my SSD as the startup disk in System Preferences, repaired disk permissions, performed a PRAM reset, and tur

  • SID Already Exists

    I was installing oracle 10G on Windows XP SP2 machine and the machine hanged during installation. After that i unstalled all the oracle products from OUI and deleted all the registry entries which i could. After doing all the above steps now when i a

  • Using namespace at several systems

    Hi all, I intend to purchase a development license and have 2 questions regarding this issue: 1) Once I complete the purchase, I get an installation CD. Do I get an installation key along with it? Can I use this installation key to obtain a namespace