java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.BaseStrategyERP.ReturnValue
Enclosing class:
BaseStrategyERP

public static class BaseStrategyERP.ReturnValue extends Object
Represents the data returned by a call to the function module.
Version:
1.0
  • Field Details

    • myReturnCode

      protected String myReturnCode
      Return code of a FM call
  • Constructor Details

    • ReturnValue

      public ReturnValue(String returnCode)
      Creates a new instance
      Parameters:
      returnCode - The return code returned from the backend
  • Method Details

    • getReturnCode

      public String getReturnCode()
      Returns:
      Return code from a JCO FM call