Populate custom xml document using Sql Adapter.
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server General > Populate custom xml document using Sql Adapter.




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Populate custom xml document using Sql Adapter.  
milan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-23-04 12:46 PM

Hi ,
How can I populate my xml document that has  some predefined tags with
the data returned from the Sql Server using Sql Adapter? The schema I have
does not contain root node. So how can I map this schema with the Schema
generate by Sql Adapter?
Thanks in advance,
milan






[ Post a follow-up to this message ]



    Re: Populate custom xml document using Sql Adapter.  
Nabeel Prior


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-23-04 12:46 PM

Please can you supply an example of your schema?  and the schema that you
have from the SQL Adapter?

--

Kind Regards,

Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx


"milan" <milan@discussions.microsoft.com> wrote in message
news:15A1327E-12A1-4BD7-B5C7-7535CC8F8555@microsoft.com...
> Hi ,
>     How can I populate my xml document that has  some predefined tags with
> the data returned from the Sql Server using Sql Adapter? The schema I have
> does not contain root node. So how can I map this schema with the Schema
> generate by Sql Adapter?
> Thanks in advance,
> milan
>







[ Post a follow-up to this message ]



    Re: Populate custom xml document using Sql Adapter.  
milan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-24-04 07:46 AM

Ok, I am including the Schema and the Instance XML document instance. The xm
l
document should be populated with the data from SQL Server using SQL Adapter
.

Schema1.xsd


<?xml version="1.0" encoding="utf-16"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="BatchRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MaterialRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MoveTypeRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PlantRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PstngDateRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SpecStockRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="StgeLocRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TrEvTypeRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UsernameRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VendorRa">
<xs:complexType>
<xs:sequence>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element name="SIGN" type="xs:string" />
<xs:element name="OPTION" type="xs:string" />
<xs:element name="LOW" type="xs:string" />
<xs:element name="HIGH" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>



and the instance xml document :



<?xml version="1.0" encoding="utf-8"?>
<doc:GoodsMovement.GetItems xmlns:doc="urn:sap-com:document:sap:business">
<!--Display detailed list of material documents-->
<BatchRa>
<!--Range for batch-->
<item>
<!--BAPI Communication Structure: Range for Batch-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Batch number-->
<!--CHAR 10-->
</LOW>
<HIGH>
<!--Batch number-->
<!--CHAR 10-->
</HIGH>
</item>
</BatchRa>
<MaterialRa>
<!--Range for material-->
<item>
<!--BAPI Communication Structure: Range for Material-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Material number-->
<!--CHAR 18-->
</LOW>
<HIGH>
<!--Material number-->
<!--CHAR 18-->
</HIGH>
</item>
</MaterialRa>
<MoveTypeRa>
<!--Range for mvt type-->
<item>
<!--BAPI Communication Structure: Range for Movement Type-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Movement type (inventory management)-->
<!--CHAR 3-->
</LOW>
<HIGH>
<!--Movement type (inventory management)-->
<!--CHAR 3-->
</HIGH>
</item>
</MoveTypeRa>
<PlantRa>
<!--Range for plant-->
<item>
<!--BAPI Communication Structure: Range for Plant-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Plant-->
<!--CHAR 4-->
</LOW>
<HIGH>
<!--Plant-->
<!--CHAR 4-->
</HIGH>
</item>
</PlantRa>
<PstngDateRa>
<!--Range for posting date-->
<item>
<!--BAPI Communication Structure: Range for Posting Date-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Posting date in the document-->
<!--DATS-->
</LOW>
<HIGH>
<!--Posting date in the document-->
<!--DATS-->
</HIGH>
</item>
</PstngDateRa>
<SpecStockRa>
<!--Range for special stock indicator-->
<item>
<!--BAPI Communication Structure: Range for Spec. Stck Indicator-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Special stock indicator-->
<!--CHAR 1-->
</LOW>
<HIGH>
<!--Special stock indicator-->
<!--CHAR 1-->
</HIGH>
</item>
</SpecStockRa>
<StgeLocRa>
<!--Range for stor. loc.-->
<item>
<!--BAPI Communication Structure: Range for Storage Location-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Storage location-->
<!--CHAR 4-->
</LOW>
<HIGH>
<!--Storage location-->
<!--CHAR 4-->
</HIGH>
</item>
</StgeLocRa>
<TrEvTypeRa>
<!--Range for trans/event type-->
<item>
<!--BAPI Communication Structure: Range for Trans./Event Type-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Transaction/event type-->
<!--CHAR 2-->
</LOW>
<HIGH>
<!--Transaction/event type-->
<!--CHAR 2-->
</HIGH>
</item>
</TrEvTypeRa>
<UsernameRa>
<!--Range for user name-->
<item>
<!--BAPI Communication Structure: Range for User Name-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--User name-->
<!--CHAR 12-->
</LOW>
<HIGH>
<!--User name-->
<!--CHAR 12-->
</HIGH>
</item>
</UsernameRa>
<VendorRa>
<!--Range for vendor-->
<item>
<!--BAPI Communication Structure: Range for Vendor-->
<SIGN>
<!--Inclusion/exclusion criterion SIGN for range tables-->
<!--CHAR 1-->
</SIGN>
<OPTION>
<!--Selection operator OPTION for range tables-->
<!--CHAR 2-->
</OPTION>
<LOW>
<!--Vendor's account number-->
<!--CHAR 10-->
</LOW>
<HIGH>
<!--Vendor's account number-->
<!--CHAR 10-->
</HIGH>
</item>
</VendorRa>
</doc:GoodsMovement.GetItems>



"Nabeel Prior" wrote:

> Please can you supply an example of your schema?  and the schema that you
> have from the SQL Adapter?
>
> --
>
> Kind Regards,
>
> Nabeel Prior
> Web: http://www.brainjar.co.za
> Blog: http://www.brainjar.co.za/blog.aspx
>
>
> "milan" <milan@discussions.microsoft.com> wrote in message
> news:15A1327E-12A1-4BD7-B5C7-7535CC8F8555@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: Populate custom xml document using Sql Adapter.  
Matt Milner


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-28-04 01:46 AM

The easiest way is probably to get your SQL working to return the data you
need, then create a map to translate that into the format you want it in.
This map can either be specified on a send port as for the return message,
or on a receive port. That way, when the document gets to the messagebox, it
will be in the format you want.

matt


"milan" <milan@discussions.microsoft.com> wrote in message
news:620AD3DD-A0D7-4C1F-8EFD-7AE8EF266873@microsoft.com...[vbcol=seagreen]
> Ok, I am including the Schema and the Instance XML document instance. The
> xml
> document should be populated with the data from SQL Server using SQL
> Adapter.
>
> Schema1.xsd
>
>
> <?xml version="1.0" encoding="utf-16"?>
> <xs:schema attributeFormDefault="unqualified"
> elementFormDefault="qualified"
> xmlns:xs="http://www.w3.org/2001/XMLSchema">
>  <xs:element name="BatchRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="MaterialRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="MoveTypeRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="PlantRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="PstngDateRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="SpecStockRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="StgeLocRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="TrEvTypeRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="UsernameRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
>  <xs:element name="VendorRa">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="item">
>          <xs:complexType>
>            <xs:sequence>
>              <xs:element name="SIGN" type="xs:string" />
>              <xs:element name="OPTION" type="xs:string" />
>              <xs:element name="LOW" type="xs:string" />
>              <xs:element name="HIGH" type="xs:string" />
>            </xs:sequence>
>          </xs:complexType>
>        </xs:element>
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
> </xs:schema>
>
>
>
> and the instance xml document :
>
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <doc:GoodsMovement.GetItems xmlns:doc="urn:sap-com:document:sap:business">
> <!--Display detailed list of material documents-->
> <BatchRa>
>  <!--Range for batch-->
>  <item>
>   <!--BAPI Communication Structure: Range for Batch-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Batch number-->
>    <!--CHAR 10-->
>   </LOW>
>   <HIGH>
>    <!--Batch number-->
>    <!--CHAR 10-->
>   </HIGH>
>  </item>
> </BatchRa>
> <MaterialRa>
>  <!--Range for material-->
>  <item>
>   <!--BAPI Communication Structure: Range for Material-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Material number-->
>    <!--CHAR 18-->
>   </LOW>
>   <HIGH>
>    <!--Material number-->
>    <!--CHAR 18-->
>   </HIGH>
>  </item>
> </MaterialRa>
> <MoveTypeRa>
>  <!--Range for mvt type-->
>  <item>
>   <!--BAPI Communication Structure: Range for Movement Type-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Movement type (inventory management)-->
>    <!--CHAR 3-->
>   </LOW>
>   <HIGH>
>    <!--Movement type (inventory management)-->
>    <!--CHAR 3-->
>   </HIGH>
>  </item>
> </MoveTypeRa>
> <PlantRa>
>  <!--Range for plant-->
>  <item>
>   <!--BAPI Communication Structure: Range for Plant-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Plant-->
>    <!--CHAR 4-->
>   </LOW>
>   <HIGH>
>    <!--Plant-->
>    <!--CHAR 4-->
>   </HIGH>
>  </item>
> </PlantRa>
> <PstngDateRa>
>  <!--Range for posting date-->
>  <item>
>   <!--BAPI Communication Structure: Range for Posting Date-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Posting date in the document-->
>    <!--DATS-->
>   </LOW>
>   <HIGH>
>    <!--Posting date in the document-->
>    <!--DATS-->
>   </HIGH>
>  </item>
> </PstngDateRa>
> <SpecStockRa>
>  <!--Range for special stock indicator-->
>  <item>
>   <!--BAPI Communication Structure: Range for Spec. Stck Indicator-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Special stock indicator-->
>    <!--CHAR 1-->
>   </LOW>
>   <HIGH>
>    <!--Special stock indicator-->
>    <!--CHAR 1-->
>   </HIGH>
>  </item>
> </SpecStockRa>
> <StgeLocRa>
>  <!--Range for stor. loc.-->
>  <item>
>   <!--BAPI Communication Structure: Range for Storage Location-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Storage location-->
>    <!--CHAR 4-->
>   </LOW>
>   <HIGH>
>    <!--Storage location-->
>    <!--CHAR 4-->
>   </HIGH>
>  </item>
> </StgeLocRa>
> <TrEvTypeRa>
>  <!--Range for trans/event type-->
>  <item>
>   <!--BAPI Communication Structure: Range for Trans./Event Type-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Transaction/event type-->
>    <!--CHAR 2-->
>   </LOW>
>   <HIGH>
>    <!--Transaction/event type-->
>    <!--CHAR 2-->
>   </HIGH>
>  </item>
> </TrEvTypeRa>
> <UsernameRa>
>  <!--Range for user name-->
>  <item>
>   <!--BAPI Communication Structure: Range for User Name-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--User name-->
>    <!--CHAR 12-->
>   </LOW>
>   <HIGH>
>    <!--User name-->
>    <!--CHAR 12-->
>   </HIGH>
>  </item>
> </UsernameRa>
> <VendorRa>
>  <!--Range for vendor-->
>  <item>
>   <!--BAPI Communication Structure: Range for Vendor-->
>   <SIGN>
>    <!--Inclusion/exclusion criterion SIGN for range tables-->
>    <!--CHAR 1-->
>   </SIGN>
>   <OPTION>
>    <!--Selection operator OPTION for range tables-->
>    <!--CHAR 2-->
>   </OPTION>
>   <LOW>
>    <!--Vendor's account number-->
>    <!--CHAR 10-->
>   </LOW>
>   <HIGH>
>    <!--Vendor's account number-->
>    <!--CHAR 10-->
>   </HIGH>
>  </item>
> </VendorRa>
> </doc:GoodsMovement.GetItems>
>
>
>
> "Nabeel Prior" wrote:
> 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:19 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register