BEA WebLogic User Manual page 216

Adapter for sap
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

Creating an Integration Business Service
Retrieving a List of Materials Using the SAP BAPI_MATERIAL_GETLIST Method
Example
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>
A-24
BEA Systems, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

Table of Contents