IM-ERP Real Connect

クラス
jp.co.intra_mart.foundation.sap.module.purchase.exception.SAPPurchaseSystemException の使用

SAPPurchaseSystemException を使用しているパッケージ
jp.co.intra_mart.foundation.sap.module.purchase SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.purchase.stdmaterialgetintnumber SAPの会計・経理に関する処理を行うパッケージです。 
 

jp.co.intra_mart.foundation.sap.module.purchase での SAPPurchaseSystemException の使用
 

SAPPurchaseSystemException をスローする jp.co.intra_mart.foundation.sap.module.purchase のメソッド
 void SupplierGetDetailController.executeBapi()
          SupplierDetailのexecuteBapi()を呼び出し仕入先マスタ詳細情報を作成します。
 void SupplierExistenceCheckController.executeBapi()
          SupplierExistenceCheckのexecuteBapi()を呼び出し仕入先コード存在チェックを行います。
 void SupplierExistenceCheck.executeBapi()
          BapiControllerにより仕入先コード存在チェックを作成します。
 void SupplierDetail.executeBapi()
          BapiControllerにより仕入先マスタ詳細を作成します。
 void PurchaseResetReleaseController.executeBapi()
          伝票承認取消処理を実行します。
 void PurchaseReleaseController.executeBapi()
          伝票承認処理を実行します。
 void PurchaseOrderPostChangeController.executeBapi()
          PurchaseOrderPayPostのexecuteBapi()を呼び出し購買伝票を変更します。
 void PurchaseOrderPayPostController.executeBapi()
          PurchaseOrderPayPostのexecuteBapi()を呼び出し購買伝票を登録します。
 void PurchaseGetItemSrelController.executeBapi()
          PurchaseGetItemSrelのexecuteBapi()を呼び出し伝票承認対象一覧を取得します。
 void PurchaseGetItemSrel.executeBapi()
          BapiControllerにより仕入先マスタ詳細を作成します。
 void MaterialSaveReplicaController.executeBapi()
          BapiControllerにより品目マスタを更新します。
 void MaterialGetListController.executeBapi()
          ReferenceControllerのexecuteBapi()を呼び出し品目コードを検索します。
 void MaterialGetAllController.executeBapi()
          BapiControllerにより品目マスタ照会を行います。
 void MaterialAvailabilityController.executeBapi()
          MaterialAvailabilityのexecuteBapi()を呼び出し品目コードを検索します。
 void GoodsMvtGetItemsController.executeBapi()
          GoodsMvtGetItemsのexecuteBapi()を呼び出し品目コードを検索します。
 void GoodsMvtCreateController.executeBapi()
          GoodsMvtCreateのexecuteBapi()を呼び出し品目コードを検索します。
 List<PurchaseText> PurchaseOrderPayPost.getItemTextList()
          明細テキスト一覧を取得します。
 String PurchaseReleaseController.getRetCode()
          リターン値、ABAP 命令後のリターン値を取得します。
 void MaterialGetList.setImportParam(BapiController bapiController)
          品目コードを検索する条件ををセットします。
 void PurchaseOrderPayPost.setStrParam(String paramStr, String paramName, String value)
          構造型の項目に値をセットします。
 void GoodsMvtCreateController.setStrParam(String paramStr, String paramName, String value)
          構造型の項目に値をセットします。
 void PurchaseOrderPostChangeController.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 void PurchaseOrderPayPost.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 void MaterialSaveReplicaController.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 void MaterialGetList.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 void MaterialGetAllController.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 void MaterialAvailabilityController.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 void GoodsMvtGetItemsController.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 void GoodsMvtCreateController.setTblParam(String paramTable, String paramName, String value, int index)
          テーブル型の項目に値をセットします。
 

SAPPurchaseSystemException をスローする jp.co.intra_mart.foundation.sap.module.purchase のコンストラクタ
PurchaseGetItemSrel(String relGroup, String relCode, String itemsForRelease, SapClient sapClient)
          承認対象一覧を作成します。
PurchaseGetItemSrelController(String relGroup, String relCode, String itemsForRelease)
          PurchaseGetItemSrelのコンストラクタを呼び出し伝票承認対象一覧を取得します。
PurchaseGetItemSrelController(String relGroup, String relCode, String itemsForRelease, SapClient sapClient)
          PurchaseGetItemSrelのコンストラクタを呼び出し伝票承認対象一覧を取得します。
StdMaterialGetIntNumberController(String materialType, String industrySector, String requiredNumbers)
          StdMaterialGetIntNumberListのコンストラクタを呼び出し品目コード割当済一覧を作成します。
StdMaterialGetIntNumberController(String materialType, String industrySector, String requiredNumbers, SapClient sapClient)
          StdMaterialGetIntNumberListのコンストラクタを呼び出し品目コード割当済一覧を作成します。
SupplierDetail(String vendor, String compCode, SapClient sapClient)
          executeBapiを呼び出し仕入先マスタ詳細を作成します。
SupplierExistenceCheck(String vendor, String compCode, SapClient sapClient)
          executeBapiを呼び出し仕入先コード存在チェックを作成します。
SupplierExistenceCheckController(String vendor, String compCode)
          SupplierExistenceCheckのコンストラクタを呼び出し仕入先コード存在チェックを行います。
SupplierExistenceCheckController(String vendor, String compCode, SapClient sapClient)
          SupplierExistenceCheckのコンストラクタを呼び出し仕入先コード存在チェックを行います。
SupplierGetDetailController(String vendor, String compCode)
          SupplierDetailのコンストラクタを呼び出し仕入先マスタ詳細情報を作成します。
SupplierGetDetailController(String vendor, String compCode, SapClient sapClient)
          SupplierDetailのコンストラクタを呼び出し仕入先マスタ詳細情報を作成します。
 

jp.co.intra_mart.foundation.sap.module.purchase.stdmaterialgetintnumber での SAPPurchaseSystemException の使用
 

SAPPurchaseSystemException をスローする jp.co.intra_mart.foundation.sap.module.purchase.stdmaterialgetintnumber のコンストラクタ
StdMaterialGetIntNumberList(String materialType, String industrySector, String requiredNumbers, SapClient sapClient)
          executeBapiを呼び出し品目コード割当済一覧を作成します。
 


IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.