XML Schema binding - dynamic form

I am new to Designer and XML. I have been given a basic interactive form and have persevered for a couple of (often frustrating) weeks to extend its functionality to link to an xml schema and provide for dynamic record creation. Unfortunately I am still having problems when adding new instances of subforms.<br /><br />I have a main form for reporting issues. Underneath it there are major components on a subform (can be multiple major components for each issue) and under major components are sub-components (can be multiple sub-components for each major component) on a child subform of major. I can add and delete instances of the subforms for both levels of records.<br /><br />I have created an xml schema based on the form since it already existed, and so the form fields have not inherited properties from the schema. However, I have bound the fields in the form to the xml fields through a data connection. The schema basically looks as follows (bot not literally the same as you will see from the tags):<br /><br /><element complextype issue><br />   <element issueId string/><br />   ...<br />   ...<br />   <element complextype majorcomponent unbounded><br />   <element majcomponentname string/><br />   ...<br />   <element complextype subcomponent unbounded><br />      <element subcomponent string/><br />      <element quantity string/><br />      ...<br />      ...<br />      </element><br />   </element><br /></element><br /><br />My problem is as follows: <br /><br />When I add an instance of a sub-component or major component subform, the first new instance appears to work correctly. However, every subsequent one inherits the values of the previous record and when it is changed, it changes the values of existing fields of the same name but of a different node. When I change each element in the xml schema to "unbounded", the forms appear to work properly but the values are then not nested correctly in the outputted xml data file (many records will appear under one sub-component, for example, when a new sub-component should be added for each).<br /><br />I suspected my problem might be that the "unbounded" property in the schema of the major component and sub-component elements are not linked to the Designer form because the major component and sub-component subforms are not bound to the xml schema. The reason they are not bound is because if I bind the subform, the first element, major/sub component name as applicable, loses its binding.<br /><br />I am sorry if this doesn't make any sense but I am hoping that someone might recognise the problem I am talking about as it is really creating much bother.<br /><br />Thanks.

Thanks Justin for the reply. Unfortunately I can't explain exactly what was happening because I didn't keep sufficient notes and now the form is behaving differently. You are right in that when I bind the subform to the xml schema element, child fields do change their bindings from a full to a relative path. I had seen this before on all except the first field on a subform, which had losts any binding reference at all.
I finally gave up on the schema and bound the forms to sample xml data. This fixed my problem. Now (several days later), I have revisited the problem and deleted my data connection to the xml file to connect to the schema once again. I am quite sure I have not changed the schema at all, nor the form, but for some reason it now appears to work correctly.
I will continue to work with it, once again but thanks very much for your interest.

Similar Messages

  • Webserviceclient.jar does not have weblogic/xml/schema/binding/SequenceCodecBase

    Hello,
    I am building JSP client for webservice. The client is deployed on tomcat 4.x.
    This time fortunatelly clientgen swallowed WSDL and I got client code generated.
    I added webserviceclient.jar to WEB-INF/lib. However I am getting java.lang.NoClassDefFoundError:
    weblogic/xml/schema/binding/SequenceCodecBase Exception.
    Indeed webserviceclient.jar has no weblogic/xml/schema/binding/SequenceCodecBase
    class defined. Do I have bad webserviceclient.jar or am I doing something wrong?
    Also I've found weblogic/xml/schema/binding/SequenceCodecBase in weblogic.jar
    so I added it to my application. Now I am getting
    java.lang.ClassCastException: com.sun.xml.messaging.soap.dom4j.BodyImpl
    at weblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:218)
    at weblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:268)
    at weblogic.webservice.core.DefaultOperation.invokeMultiOutput(DefaultOperation.java:328)
    at weblogic.webservice.core.DefaultOperation.invokeMultiOutput(DefaultOperation.java:304)
    at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:141)
    at client.WeatherServicesSoap.GetWeather(WeatherServicesSoap.java:69)
    at client.WeatherServicesSoap.GetWeather(WeatherServicesSoap.java:89)
    What am I doing wrong?
    Thanks,
    Aleksey

    It looks like you have the JAXM suns RI registered. We do not
    work with other JAXM impls. To set your MessageFactory to
    use WLS jaxm impl do the following:
    System.setProperty( "javax.xml.soap.MessageFactory",
    "weblogic.webservice.core.soap.MessageFactoryImpl" );
    before you invoke the web service method.
    regards,
    -manoj
    "Aleksey" <[email protected]> wrote in message
    news:3c9a43f7$[email protected]..
    >
    Hello,
    I am building JSP client for webservice. The client is deployed on tomcat4.x.
    This time fortunatelly clientgen swallowed WSDL and I got client codegenerated.
    I added webserviceclient.jar to WEB-INF/lib. However I am gettingjava.lang.NoClassDefFoundError:
    weblogic/xml/schema/binding/SequenceCodecBase Exception.
    Indeed webserviceclient.jar has noweblogic/xml/schema/binding/SequenceCodecBase
    class defined. Do I have bad webserviceclient.jar or am I doing somethingwrong?
    >
    Also I've found weblogic/xml/schema/binding/SequenceCodecBase inweblogic.jar
    so I added it to my application. Now I am getting
    java.lang.ClassCastException: com.sun.xml.messaging.soap.dom4j.BodyImpl
    atweblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:218)
    atweblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:268)
    atweblogic.webservice.core.DefaultOperation.invokeMultiOutput(DefaultOperation
    .java:328)
    atweblogic.webservice.core.DefaultOperation.invokeMultiOutput(DefaultOperation
    .java:304)
    atweblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:141)
    atclient.WeatherServicesSoap.GetWeather(WeatherServicesSoap.java:69)
    atclient.WeatherServicesSoap.GetWeather(WeatherServicesSoap.java:89)
    >
    What am I doing wrong?
    Thanks,
    Aleksey

  • XML Schemas embedded in Forms TIPS

    I have been having a lot of trouble with embedding an XML Schema into my form to be used with a Workflow. The first problem appears to be that if you create a form and the very "FIRST" dataconnection is not to your schema, the workflow designer will not see it. The only way around this was to manually edit the XML behind the form so that it was the first connection (not fun).
    The other issue I have makes sense. I had my schema in the same folder as my form on my local machine, so when I bound my schema to the folder, it just put ./schema.xsd as the location of the schema. When I loaded the form into the Form Manager, I also uploaded the schema into the same folder. When I made a change to my schema on my local copy, I forgot to change the copy I had put in the Form Manager, so even though I was making the change to my form and re-saving the form again with the check-box to embed the schema, the workflow designer never saw it. When you export a workflow, there is no reference to the schema, so it must just look at the form variable that you defined.

    Hi Dave
    In my experience, the "embed" option does actually work. However, you need to restart Workflow Designer if you change the embedded schema, because WFD caches the schema, and will not refresh it if it's changed.
    As far as I'm aware, WF will not follow the link to a non-embedded schema.
    Howard
    http://www.avoka.com

  • Weblogic.xml.schema.binding.DeserializationException

    Hi all.
    I am using WLS 8 and in my web application I have implemented a web service client. The client uses an API that I created with the clientgen executable providing a valid WSDL. That WSDL defines custom data types that are used during the communication to the web service server. Whenever I use one of those custom data types in my web service request everything works fine. But when I call a web service that responds with one of those custom data types I am getting the following exception:
    Error occured while calling webservice! Error : web service invoke failed; nested exception is:
         javax.xml.soap.SOAPException: failed to deserialize xml:weblogic.xml.schema.binding.DeserializationException: mapping lookup failure.
    The weird thing is that weblogic somehow tries to refer to that custom data type with an IP address (e.g. 123.123.123.123) but in the WSDL all the URLs are defined with names (e.g. my.web-service.de) .
    Has anyone experienced a similar problem and/or can help me with this issue?

    Hi all.
    I am using WLS 8 and in my web application I have implemented a web service client. The client uses an API that I created with the clientgen executable providing a valid WSDL. That WSDL defines custom data types that are used during the communication to the web service server. Whenever I use one of those custom data types in my web service request everything works fine. But when I call a web service that responds with one of those custom data types I am getting the following exception:
    Error occured while calling webservice! Error : web service invoke failed; nested exception is:
         javax.xml.soap.SOAPException: failed to deserialize xml:weblogic.xml.schema.binding.DeserializationException: mapping lookup failure.
    The weird thing is that weblogic somehow tries to refer to that custom data type with an IP address (e.g. 123.123.123.123) but in the WSDL all the URLs are defined with names (e.g. my.web-service.de) .
    Has anyone experienced a similar problem and/or can help me with this issue?

  • How to create table for XML schema-based Interface form

    Hi All,
    With tcode SFP to crate  a XML schema-based Interface form, how to create a defined table can be listed in "Data View"?
    Just like APAP Dictonary- Based Interface form, that we can drag  a defined table from data view to the panel.

    Hi,
    Just follow these steps:
    1. Create interactive form UI element in your view.
    2. Now provide Datasource and PDFSOURCE to it in form properties.
    3. Now give a template name prefix with 'Z' or 'Y'.
    4. Double click on it. It will prompt for interface name.
    5. Provide interface name prefixed with 'Z' or 'Y'.
    6. Click on Context button in the Pop up window and provide the node you have selected as DATASOURCE.
    7. Click ok and it will open the form designer.
    8. In this way you can create a XML Schema based Form.
    9. Activate the interface and design the form providing layout type and other details.
    Hope it will help.
    Regards,
    Vaibhav

  • ClassNotFoundException at weblogic.xml.schema.binding.util.ClassUtil!!

    Hi,
    We are getting below exception everytime we are starting the weblogic 10 server. This is coming in clustered as well as non-clustered environment. Full stack trace is as below:-
    <03-Oct-2009 12:24:19 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Failed to load servlet Class: FileOutputServletIgnoring: unable to load class:java.lang.ClassNotFoundException: FileOutputServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)Failed to load servlet Class: FileOutputServletIgnoring: unable to load class:java.lang.ClassNotFoundException: FileOutputServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    Any pointers will be helpful.....
    Thanks & Regards,
    Sanjeev

    How are you starting your weblogic server? From the console or command prompt? Try both ways and see still the error occurs. Both uses different script to start the server. See that makes any difference.

  • Select XML Schema resource dynamically in Oracle Service Bus 10gR3

    I have configured a Any XML Service Proxy service in OSB 10gR3. Based on one of the elements in the XML, name of the XML Schema against which the XML would be validated is got.
    For the Validate action in the message flow modelling, how do I select the XML Schema resource dynamically based on the element in the request?
    Please help.

    XML 1 :
    <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <Request1>
              <servicename>FECService</servicename>
              <description>service</description>
              <code>456578</code>
         </Request1>
    </soapenv:Body>
    XML 2 :
    <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <Request2>
    <servicename>EIDService</servicename>
              <source>FEC</source>
              <destination>service</destination>
         </Request2>
    </soapenv:Body>
    Now, based on service name in each request, I am fetching the respective XSD path into a variable from the DB.
    But then how do I add the validate action that dynamically selects an XSD resource....because I could not find a facility to give an expression in Validate Action

  • Dynamic tables with XML schema binding

    Hello,
    I'm currently fighting a strange issue dealing with a complex dynamic form. This form contains multiple dynamic tables to which the user may add new lines or delete lines that are no longer needed. This is being implemented using the instanceManager and works just fine.
    However, if I try to bind XML based data to this table, it looks like if rows added by the instance manager are always bound to the same record (they all contain identical values). The XML schema is correct, the issue also happens with sample XML data files.
    This seems to have something to do with the programatically added lines, but I have run out of ideas ... Can anyone provide some pointers?
    Thanks a million,
    Steffen.

    Thanks for the reply, Paul.
    I have the question about the schema,
    say i have a table like this:
    Item | Cost
    A   | 10.3
    B   | 21.1
    Total| 31.4
    and my schema is:
    so when I bind the table row should it be $.ItemTable[*].Item ?

  • How to handle tables data in XML schema based adobe form

    Hi all,
    I am working on the CRM business partner creation by using Interactive adobe form with following steps:
    1) Uploaded the offline Interactive adobe form  to online interactive adobe form via WebDynpro ABAP;
    2) Capture XML data into corresponding BAPI structures;
    3) Save all the changes to database via BAPI.
    The adobe form contains customer information as well as several table views which are bind with the context created in WebDynpro: Node NEW_BP_NODE cardinality 1:1 with single attributes and table type attributes (1:n): COLOUR_COMP, MEN_COMP etc.
    While converting the xml format data to SAP context format, It is fine to use following routine to find the single attribute and map to the BAPI structure to do the database update.
    NODE = DOCUMENT->FIND_FROM_NAME( NAME = 'XYZu2019).
    XYZ = NODE->GET_VALUE( ).
    Question: how to convert the xml table data to SAP context format in WebDynpro ABAP?
    The XML table data looks like below.
    <?xml version="1.0" encoding="UTF-8" ?>
    <NEW_BP_NODE>
    <COLOUR_COMP>
    <DATA>
    <ZZTFLD0W2AQW />
    <ZZTFLDRZ2AQX>000</ZZTFLDRZ2AQX>
    <ZZTFLDVD2TQW />
    <ZZTFLDQK2HQX />
    <ZZTFLDEL2XQX />
    <ZZTFLDTC2DQX>000</ZZTFLDTC2DQX>
    <ZZTFLDOR2UQX />
    </DATA>
    <DATA>
    <ZZTFLD0W2AQW />
    <ZZTFLDRZ2AQX />
    <ZZTFLDVD2TQW />
    <ZZTFLDQK2HQX />
    <ZZTFLDEL2XQX />
    <ZZTFLDTC2DQX />
    <ZZTFLDOR2UQX />
    </DATA>
    <DATA>
    <ZZTFLD0W2AQW />
    <ZZTFLDRZ2AQX />
    <ZZTFLDVD2TQW />
    <ZZTFLDQK2HQX />
    <ZZTFLDEL2XQX />
    <ZZTFLDTC2DQX />
    <ZZTFLDOR2UQX />
    </DATA>
    </COLOUR_COMP>
    <MEN_COMP>
    <DATA>
    <ZZTFLD4V2V7V />
    <ZZTFLDYD2N7W>000</ZZTFLDYD2N7W>
    <ZZTFLDX32I7W />
    <ZZTFLD2D2W7W />
    <ZZTFLDGD2A7W />
    </DATA>
    <DATA>
    <ZZTFLD4V2V7V />
    <ZZTFLDYD2N7W>000</ZZTFLDYD2N7W>
    <ZZTFLDX32I7W />
    <ZZTFLD2D2W7W />
    <ZZTFLDGD2A7W />
    </DATA>
    </MEN_COMP>
    Thanks in advance for your help.
    Michelle

    Hi,
    Just follow these steps:
    1. Create interactive form UI element in your view.
    2. Now provide Datasource and PDFSOURCE to it in form properties.
    3. Now give a template name prefix with 'Z' or 'Y'.
    4. Double click on it. It will prompt for interface name.
    5. Provide interface name prefixed with 'Z' or 'Y'.
    6. Click on Context button in the Pop up window and provide the node you have selected as DATASOURCE.
    7. Click ok and it will open the form designer.
    8. In this way you can create a XML Schema based Form.
    9. Activate the interface and design the form providing layout type and other details.
    Hope it will help.
    Regards,
    Vaibhav

  • XML data within dynamic form

    Hi,
    I'm trying to make a new XML Schema connection inside the form designer, I successfully made the connection and get the data inside my form, but I have only one problem, I have a huge number of records which I decided to make them as a dropdown list, they are about 11000 records, OK, now to the problem which is if I save the form as a static pdf form the list will be filled completely with the data came from the XSD file, and the produced file size is about 3 M, but if I save it as dynamic pdf form, the produced file size is about 400 K, but if I tried to access the dropdown list inside the file, it takes forever to load, without getting any result at the end.
    OK, my personal conclusion is that in case of the static forms the data saved inside the pdf file, but in case of the dynamic forms the data is not saved there.
    I need to save the file as dynmic pdf because I have a table that needs to add new row accoriding to the user click on a button of (add new row).
    So, can any one help me to fix this issue?

    Sorry, I found the solution:
    when I use the Adobe Reader 8.0.0 or Adobe Acrobat professional 8.0.0
    the stuff works normally, but in case of Adobe Reader 8.1.1 or Adobe Acrobat professional 8.1.1 this problem happens,
    Now I'll explain:
    1- I have a form with dropdown list.
    2- I want to populate this dropdown list from XSD file has structure similar to the following:
    =====================================================================
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="shipRequest">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="orders">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="order" maxOccurs="unbounded">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="shipVia">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:enumeration value="Ground"/>
    <xs:enumeration value="2 Day Air"/>
    <xs:enumeration value="Overnight"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    ====================================================================
    but with one main difference, that the element of shipVia has about 11000 of (<xs:enumeration ) elements.
    3- when I made the normal steps of make new connection to XSD file, it walked with me normally without any errors.
    4- incase I save this form as static pdf file, then open it with adobe professional, the menu is working smoothly and load the data inside perfectly.
    5- incase I sace this form as dynamic pdf file, if I try to open the dropdown list, it takes forever to load the data.
    very starnge that this problem happen with the newer version, so any idea for this??

  • XML schema binding

    Hi,
    when I bind a form to a XML schema, what ever changes to the XML schema like the max length, will it be reflected in the form? Seem like it is not. I have to delete the existing data connection and created a new data connection, and rebind the XML to the form items. What if there is many changes to the XML, all the items will have to be rebinded? Oh...:(

    @ Edgar_van_Waardenburg:
    "You actually create a new form-field, which automatically inherits its type and properties from the related data type AT THAT MOMENT"
    As quoted above from your reply, do you mean that what type of control is generated for a xml element is defined as type in the schema?
    When i make a dataconnection using a schema file(.xsd), all my elements are shown as TextField. While I need some radio buttons and checkboxes etc...
    Can i know how to specify the type in schema so that different types of controls can be generated? Below is my schemal defination.
    <? 
    xml version="1.0" encoding="utf-8"?>< 
    xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">< 
    xs:element name="form1">< 
    xs:complexType>< 
    xs:sequence>< 
    xs:element maxOccurs="unbounded" name="sub">< 
    xs:complexType>< 
    xs:sequence>< 
    xs:element minOccurs="0" name="GroupTitle" type="xs:string" />< 
    xs:element ref="QuestionInfo" minOccurs="0" maxOccurs="unbounded" />< 
    xs:element ref="sub" minOccurs="0" maxOccurs="unbounded" /></ 
    xs:sequence></ 
    xs:complexType></ 
    xs:element></ 
    xs:sequence></ 
    xs:complexType></ 
    xs:element>< 
    xs:element name="sub">< 
    xs:complexType>< 
    xs:sequence>< 
    xs:element minOccurs="0" name="GroupTitle" type="xs:string" />< 
    xs:element ref="QuestionInfo" minOccurs="0" maxOccurs="unbounded" />< 
    xs:element ref="sub" minOccurs="0" maxOccurs="unbounded" /></ 
    xs:sequence></ 
    xs:complexType></ 
    xs:element>< 
    xs:element name="QuestionInfo">< 
    xs:complexType>< 
    xs:sequence>< 
    xs:element minOccurs="0" name="SubTYPE" type="xs:string" />< 
    xs:element minOccurs="0" name="Question" type="xs:string" />< 
    xs:element minOccurs="0" maxOccurs="unbounded" name="item">< 
    xs:complexType>< 
    xs:attribute name="token" type="xs:string" use="required" />< 
    xs:attribute name="uiname" type="xs:string" use="required" /></ 
    xs:complexType></ 
    xs:element></ 
    xs:sequence></ 
    xs:complexType></ 
    xs:element></ 
    xs:schema>
    Thanx

  • Call XML Schema based Adobe form from ABAP Program

    Hi,
      I have a scenario where an online Interactive form is designed and its working fine. Now i have a requirement to call the same Adobe form from a report for viewing purpose. Since it is XML Schema based Interface, is it possible to call the same form instead of creating a new one with the same template? Because i tried to call the same Adobe form by passing the values and converting those to XML(By Creating Transformation). Then i converted the XML to XSTRING and passed to the Generated Function Module for Input paramter "/1bcdwb/docxml". This resulted in an error "com.adobe.ProcessingException: com.adobe.Processin".
    Please help me out in solving this and check the attachment for code.
    Thanks,
    Raj

    Hi,
    outputparams-NODIALOG   = 'X'.
    outputparams-PREVIEW     = 'X'.
    outputparams-dest = 'LP01'.  "give ur printer name.
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams = outputparams
      EXCEPTIONS
        cancel          = 1
        usage_error     = 2
        system_error    = 3
        internal_error  = 4
        OTHERS          = 5.
    and Now call the generated function module
    pass the following in docparams
    docparams-langu = 'E'.
    docparams-country = 'US'.
    and finally close the job.
    It should work.
    Please let me know if u need further details.
    Regards,
    sasi

  • Re-display repeating XML data in dynamic form

    I have a dynamic form with repeating data in my XML that populates it. I need to display the repeating data in one of 2 different ways, depending on which business segment the user viewing it is associated with. I have tried 2 ways to accomplish this, neither has worked for me.
    Attempt 1: Create 2 separate subforms and hide the one that should not be shown. The first subform in the layout displays just fine and is populated with records, but the second subform never displays any records. This appears to be an issue with the XML node already having been parsed and displayed and does not get displayed again. Is there a way to move the cursor, or pointer, or whatever you call it in XML-speak back to the top of a repeating node to re-display data?
    Attempt 2: Create a single subform that contains 2 other subforms - one for each view, which lay atop each other. A script command hides the view the shouldn't be displayed. The problem I ran into here is that the records don't display properly. In my example, there are 3 records in the repeating section, the first displays fine, the second is missing some fields and is pulling some data from the first record. The third record displays no data at all. I deleted the one of the 2 subforms and previewed the form again, now all of the records displayed just as they should.
    Any ideas or suggestions would be appreciated.
    Thanks,
    Chad

    That code also produces text in the textfield.  What "specific parts" are you trying to display?
    textfield.text = (xml.bar[0].text());
    textfield.text = (xml.bar[1].text());

  • Checking if a XML Schema Is well formed

    How would I do this.
    Has anyone any sample code that does this.
    Is it a simple matter of just passing it into a parser.

    schema itself is also a xml file... W3C also a schema/DTD file for validating schema files... pretty cool, using schema to validate schema...
    here is the link:
    http://www.w3.org/TR/xmlschema-1/
    If possible, get the xsd file rather than dtd... there should be three:
    XMLSchema.xsd
    XMLSchema-datatypes.xsd
    XMLSchema-datatypes-normative.xsd

  • How to generate XSD file for XML schema adobe form

    Hi,
    I want to generate XSD file for XML schema interfaces adobe forms. How can I do it. Where I can do it..or who will provide this file..
    Thanks
    Ram
    Edited by: Ramesh ram on Feb 23, 2010 6:33 PM

    Aaaaah, my mistake, sorry for that. Of course you should use the XML interface and I forgot it is not described in this tutorial. You can easily find another one where the XML based interface is used. But... you won´t need any tutorial. just create a WD context. Place a Interactive form element on your WD app screen, in the attributes you need to maintain the form template name. If you write a name suitable for you which no existing forms uses, the system will offer you to generate a XML based interface and right after that it will "send" you to the SFP transaction. That means you can like skipi the step defining the interface because it it is generated automatically and you only draw the layout for this generated interface.
    You should use XMl based interface for your WD app, because when using the ABAP dic based, some features are not available (I am not sure, but ABAP based works only for print form or something).
    Hope it is all clear now,
    have a nice day,
    Otto

Maybe you are looking for

  • Cs5.5 Pay for a point upgrade?

    I bought Cs5 a month ago as my work laptop has it but I felt my better specked home machine more suitable. I read about the 5.5 update and find to my surprise I'm not eligible my serial number arrived 3/3/11 .I would expect to pay to upgrade between

  • Trackpad Problems: Two-Finger Sometimes Not Working

    This is a recent problem I've been having that's just surfaced only this week. Every now and then, as I'm two-finger scrolling, the trackpad will register only one finger, consequently moving the mouse only. Settings are alright, otherwise two-finger

  • Host not registering with the Management Center

    Hello, We have CSA MC v5.2. I have put a pre-defined CSA on a server (seperate from the CSA MC), which installed successfully and the MC sees the host. However, although a pre-defined CSA is successfully installed on a host (non-server), I am unable

  • Types statement

    Hi ABAP Experts,   I have some doubt on declaring Internal tables, could you tell me which case  case1 or case 2  is correct. Case1. types: begin of t_kunnr,            name1(30) type c,            name2(30) type c,            kunnr(10) type c,      

  • Re-install InDesign CS5

    My computer crashed last week.  How do I re-install InDesign CS5?  I've lost the installation CD and can't find anyplace on the internet where I can download the program to re-install it. All I can find is to download a new program for the first time