Class SapProductAvailabilityBackendERP

All Implemented Interfaces:
BackendBusinessObject, BackendBusinessObjectJCo, SapProductAvailabilityBackend

public class SapProductAvailabilityBackendERP extends BackendBusinessObjectBaseJCo implements SapProductAvailabilityBackend
  • Field Details

    • BAPI_MATERIAL_AVAILABILITY

      protected static String BAPI_MATERIAL_AVAILABILITY
      Constant for the RFC enabled FM name used to perform product availability check in the ERP system.
    • BAPI_CUSTMATINFO_GETDETAILM

      protected static String BAPI_CUSTMATINFO_GETDETAILM
      Constant for the RFC enabled FM name used to retrieve the plant from the customer material.
    • BAPI_MATERIAL_GET_DETAIL

      protected static String BAPI_MATERIAL_GET_DETAIL
      Constant for the RFC enabled FM name used to verify whether the material is available in the given plant
    • BAPI_CUSTOMER_GETDETAIL1

      protected static String BAPI_CUSTOMER_GETDETAIL1
      Constant for the RFC enabled FM name used to retrieve the plant from the customer.
    • BAPI_RETURN_SUCCESS

      protected static String BAPI_RETURN_SUCCESS
      Constant for successful return of the RFC enabled FMs.
  • Constructor Details

    • SapProductAvailabilityBackendERP

      public SapProductAvailabilityBackendERP()
  • Method Details