IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.sales
クラス BillingDocGetListController

java.lang.Object
  上位を拡張 jp.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
すべての実装されたインタフェース:
Serializable

public class BillingDocGetListController
extends BillingDocGetList
implements Serializable

請求伝票一覧照会情報コントローラクラス
機能は以下の通り

バージョン:
8.0
関連項目:
直列化された形式

フィールドの概要
 
クラス 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
 

コンストラクタの詳細

BillingDocGetListController

public BillingDocGetListController()
コンストラクタ生成


BillingDocGetListController

public BillingDocGetListController(String sign,
                                   String option,
                                   String refDocRow,
                                   String refDocHigh)
コンストラクタ生成

パラメータ:
sign - 選択演算子 SIGN (テーブル範囲)
option - 選択演算子 OPTION (範囲テーブル)
refDocRow - 前伝票の開始伝票番号
refDocHigh - 前伝票の終了伝票番号

BillingDocGetListController

public BillingDocGetListController(SapClient sapClient)
コンストラクタ生成

パラメータ:
sapClient - SAPクライアント

BillingDocGetListController

public BillingDocGetListController(String sign,
                                   String option,
                                   String refDocRow,
                                   String refDocHigh,
                                   SapClient sapClient)
コンストラクタ生成

パラメータ:
sign - 選択演算子 SIGN (テーブル範囲)
option - 選択演算子 OPTION (範囲テーブル)
refDocRow - 前伝票の開始伝票番号
refDocHigh - 前伝票の終了伝票番号
sapClient - SAPクライアント
メソッドの詳細

executeBapi

public void executeBapi()
                 throws SAPAuthAppException,
                        SAPAuthSystemException,
                        SAPGeneralAppException,
                        SAPGeneralSystemException,
                        SAPSalesAppException,
                        SAPSalesSystemException
BillingDocGetListのexecuteBapi()を呼び出し請求伝票一覧を検索します。

例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外

setStrParam

public void setStrParam(String paramStr,
                        String paramName,
                        String value)
                 throws SAPSalesSystemException
構造型の項目に値をセットします。

パラメータ:
paramStr - 構造名
paramName - 項目名
value - セットする値
例外:
SAPSalesSystemException - 販売管理業務システム例外

setTblParam

public void setTblParam(String paramTable,
                        String paramName,
                        String value,
                        int index)
                 throws SAPSalesSystemException
テーブル型の項目に値をセットします。

パラメータ:
paramTable - テーブル名
paramName - 項目名
value - セットする値
index - レコード番号
例外:
SAPSalesSystemException - 販売管理システム例外

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.