|
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.sales.billingdocgetlist.BillingDocGetList
jp.co.intra_mart.foundation.sap.module.sales.BillingDocGetListController
public class BillingDocGetListController
請求伝票一覧照会情報コントローラクラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
BillingDocGetListController()
コンストラクタ生成 |
|
BillingDocGetListController(SapClient sapClient)
コンストラクタ生成 |
|
BillingDocGetListController(String sign,
String option,
String refDocRow,
String refDocHigh)
コンストラクタ生成 |
|
BillingDocGetListController(String sign,
String option,
String refDocRow,
String refDocHigh,
SapClient sapClient)
コンストラクタ生成 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
BillingDocGetListの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.sales.billingdocgetlist.BillingDocGetList から継承されたメソッド |
|---|
getBillingDocumentDetailListList, getRefDocRange, getSuccessList, setBillingDocumentDetailListList, setExportParam, setImportParam, setRefDocRange, setSuccessList, 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 BillingDocGetListController()
public BillingDocGetListController(String sign,
String option,
String refDocRow,
String refDocHigh)
sign - 選択演算子 SIGN (テーブル範囲)option - 選択演算子 OPTION (範囲テーブル)refDocRow - 前伝票の開始伝票番号refDocHigh - 前伝票の終了伝票番号public BillingDocGetListController(SapClient sapClient)
sapClient - SAPクライアント
public BillingDocGetListController(String sign,
String option,
String refDocRow,
String refDocHigh,
SapClient sapClient)
sign - 選択演算子 SIGN (テーブル範囲)option - 選択演算子 OPTION (範囲テーブル)refDocRow - 前伝票の開始伝票番号refDocHigh - 前伝票の終了伝票番号sapClient - SAPクライアント| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPSalesAppException,
SAPSalesSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外
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 SAPSalesSystemException
paramTable - テーブル名paramName - 項目名value - セットする値index - レコード番号
SAPSalesSystemException - 販売管理システム例外
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||