‎2011 Jul 12 6:42 PM
Hello
Below is the system generated XML code,
<xsd:import namespace="http://www.tfb.org/schema/xfa-data/1.0/" />
- <xsd:element name="ADDRESS" version="2" fromWDContext="true">
- <xsd:complexType>
- <xsd:sequence>
<xsd:element name="KUNNR" type="ZADDRESS-KUNNR" />
- <xsd:element name="NAME1" type="ZADDRESS-NAME1">
- <xsd:annotation>
<xsd:documentation>Name 1</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name="NAME2" type="ZADDRESS-NAME2">
- <xsd:annotation>
<xsd:documentation>Name 2</xsd:documentation>
</xsd:annotation>
Pls. let me know why KUNNR is different from NAME1 and NAME2, because there is no ANNOTATATION and ELEMENT prefix/suffix for KUNNR where as others do have? I do not have knowledge in XML
Thank you.
‎2011 Jul 13 10:00 PM
Looks like for web dynpro only description maintained in context for Name1 and name2.
Just check your WD context.
‎2011 Jul 13 10:00 PM
Looks like for web dynpro only description maintained in context for Name1 and name2.
Just check your WD context.
‎2011 Jul 14 6:07 AM
Thank you.
Yes, i checked both (KUNNR and NAME1) in WD Context, i did not see any difference among these!