A sample files, Sample rfc request document, A. sample files – BEA WebLogic Adapter for SAP User Manual
Page 87: Appendix a, “sample files, Sample files
Advertising

BEA WebLogic Adapter for SAP User Guide
A-1
A
PPENDIX
A
Sample Files
This section provides sample request and response documents sent between SAP and
the BEA WebLogic Adapter for SAP. It includes the following samples:
Sample IDoc XML for Message Type DEBMAS
Sample RFC Request Document
Listing A-2 Sample RFC Request Document
<?xml version="1.0" ?>
<doc:RFC_WALK_THRU_TEST
xmlns:doc="urn:sapcom:document:sap:business:rfc">
<TEST_IN>
<RFCFLOAT>0.0</RFCFLOAT>
<RFCCHAR1></RFCCHAR1>
<RFCINT2>0</RFCINT2>
<RFCINT1>0</RFCINT1>
<RFCCHAR4></RFCCHAR4>
<RFCINT4>10</RFCINT4>
<RFCHEX3>000000</RFCHEX3>
<RFCCHAR2></RFCCHAR2>
<RFCTIME>10:09:32</RFCTIME>
<RFCDATE>2001-09-05</RFCDATE>
<RFCDATA1>Hello World</RFCDATA1>
Advertising