Created
June 3, 2021 00:39
-
-
Save edegula/6e1fc9dd5420037848fa92e6f3d9b858 to your computer and use it in GitHub Desktop.
RFC_READ_TABLE XML sample for Mulesoft SAP Connector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<RFC_READ_TABLE> | |
<import> | |
<DELIMITER>|</DELIMITER> | |
<NO_DATA/> | |
<QUERY_TABLE>PRPS</QUERY_TABLE> | |
<ROWCOUNT>0</ROWCOUNT> | |
<ROWSKIPS>0</ROWSKIPS> | |
</import> | |
<tables> | |
<DATA/> | |
<FIELDS> | |
<row> | |
<FIELDNAME>PSPNR</FIELDNAME> | |
</row> | |
<row> | |
<FIELDNAME>POSID</FIELDNAME> | |
</row> | |
<row> | |
<FIELDNAME>POST1</FIELDNAME> | |
</row> | |
<row> | |
<FIELDNAME>VERNR</FIELDNAME> | |
</row> | |
<row> | |
<FIELDNAME>OBJNR</FIELDNAME> | |
</row> | |
</FIELDS> | |
<OPTIONS> | |
<row> | |
<TEXT>PBUKR = '1456'</TEXT> | |
</row> | |
</OPTIONS> | |
</tables> | |
</RFC_READ_TABLE> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment