|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.AbstractController
jp.co.intra_mart.foundation.sap.module.ReferenceController
jp.co.intra_mart.foundation.sap.module.purchase.materialavailability.MaterialAvailability
jp.co.intra_mart.foundation.sap.module.purchase.MaterialAvailabilityController
public class MaterialAvailabilityController
品目在庫確認コントローラクラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
MaterialAvailabilityController()
コンストラクタ生成 |
|
MaterialAvailabilityController(SapClient sapClient)
コンストラクタ生成 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
MaterialAvailabilityのexecuteBapi()を呼び出し品目コードを検索します。 |
void |
setStrParam(String paramStr,
String paramName,
String value)
構造型の項目に値をセットします。 |
void |
setTblParam(String paramTable,
String paramName,
String value,
int index)
テーブル型の項目に値をセットします。 |
| クラス jp.co.intra_mart.foundation.sap.module.purchase.materialavailability.MaterialAvailability から継承されたメソッド |
|---|
getAvQtyPlt, getBatch, getCheckRule, getCustomer, getDecForRounding, getDecForRoundingX, getDialogflag, getDocNumber, getEndleadtme, getItmNumber, getMaterial, getMaterialEvg, getPlant, getReadAtpLock, getReadAtpLockX, getStgeLoc, getStockInd, getUnit, getWbsElem, getWmdvexList, getWmdvsxList, setAvQtyPlt, setBatch, setCheckRule, setCustomer, setDecForRounding, setDecForRoundingX, setDialogflag, setDocNumber, setEndleadtme, setExportParam, setImportParam, setItmNumber, setMaterial, setMaterialEvg, setPlant, setReadAtpLock, setReadAtpLockX, setStgeLoc, setStockInd, setUnit, setWbsElem, setWmdvexList, setWmdvsxList, toString |
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたメソッド |
|---|
createBapiController, executeBapi, getBapiReturnErrMessage, getBapiReturnMessage |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public MaterialAvailabilityController()
public MaterialAvailabilityController(SapClient sapClient)
sapClient - SAPクライアント| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPPurchaseAppException,
SAPPurchaseSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPPurchaseAppException - 購買発注業務アプリケーション例外
SAPPurchaseSystemException - 購買発注業務システム例外
public void setStrParam(String paramStr,
String paramName,
String value)
throws SAPSalesSystemException
paramStr - 構造名paramName - 項目名value - セットする値
SAPSalesSystemException - 販売管理業務システム例外
public void setTblParam(String paramTable,
String paramName,
String value,
int index)
throws SAPPurchaseSystemException
paramTable - テーブル名paramName - 項目名value - セットする値index - レコード番号
SAPPurchaseSystemException - 購買発注業務システム例外
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||