EasyManua.ls Logo

BEA WebLogic - Page 216

BEA WebLogic
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Creating an Integration Business Service
A-24 BEA Systems, Inc.
Example Retrieving a List of Materials Using the SAP BAPI_MATERIAL_GETLIST Method
The following input XML retrieves a list of materials using the SAP BAPI_MATERIAL_GETLIST
method. You can use the input XML to test the Integration Business Service you created.
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- Sample XML file generated by XMLSPY v5 rel. 3 U
(http://www.xmlspy.com)
-->
- <Material.GETLIST xmlns="urn:sap-com:document:sap:business"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:sap-com:document:sap:business
C:\PROGRA~1\BEASYS~1\BEAAPP~1\sessions\default\SAP\beasap46\service_BAPI_
MATERIAL_GETLIST.xsd">
<MAXROWS>1000</MAXROWS>
- <DISTRIBUTIONCHANNELSELECTION>
- <item>
<SIGN />
<OPTION />
<DISTR_CHAN_LOW />
<DISTR_CHAN_HIGH />
</item>
</DISTRIBUTIONCHANNELSELECTION>
- <MANUFACTURERPARTNUMB>
- <item>
<MANU_MAT />
<MFR_NO />
</item>
</MANUFACTURERPARTNUMB>
- <MATERIALSHORTDESCSEL>
- <item>
<SIGN />
<OPTION />
<DESCR_LOW />
<DESCR_HIGH />
</item>
</MATERIALSHORTDESCSEL>
- <MATNRLIST>
- <item>
<MATERIAL />
<MATL_DESC />
<MATERIAL_EXTERNAL />
<MATERIAL_GUID />
<MATERIAL_VERSION />
</item>
</MATNRLIST>
- <MATNRSELECTION>
- <item>
<SIGN>E</SIGN>

Table of Contents