Interface RfcXmlDescriptor


  • public interface RfcXmlDescriptor
    Generate an XML input file from a RFC or BAPI.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document createDocument​(com.sap.conn.jco.JCoDestination destination, java.lang.String function)
      Create an example input file.
    • Method Detail

      • createDocument

        org.w3c.dom.Document createDocument​(com.sap.conn.jco.JCoDestination destination,
                                            java.lang.String function)
                                     throws java.lang.Exception
        Create an example input file.
        Parameters:
        destination - the JCoDestination.
        function - the RFC or BAPI name.
        Returns:
        a Document containing the input file.
        Throws:
        java.lang.Exception