IM-ERP Real Connect

直列化された形式


パッケージ jp.co.intra_mart.foundation.sap.common.auth

Class jp.co.intra_mart.foundation.sap.common.auth.SapClient extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

connection

com.sap.conn.jco.JCoDestination connection
JCOコネクション


client

String client
クライアント


user

String user
ユーザ


passwd

String passwd
パスワード


lang

String lang
言語


identifier

String identifier
接続識別子。


serverType

String serverType
サーバータイプ


autoCommit

boolean autoCommit
自動コミットの状態

Class jp.co.intra_mart.foundation.sap.common.auth.SapClientNoLoadBalancing extends SapClient implements Serializable

serialVersionUID: 1L

直列化されたフィールド

ashost

String ashost
接続先アプリケーションサーバIPアドレス


sysnr

String sysnr
システム番号

Class jp.co.intra_mart.foundation.sap.common.auth.SapClientPool extends SapClient implements Serializable

直列化されたフィールド

poolName

String poolName
プール名称


poolSize

int poolSize
プール内のコネクション数


waitTime

long waitTime
コネクション取得の待機時間


connectionTimeout

long connectionTimeout
コネクションのタイムアウト


timeoutCheckPeriod

long timeoutCheckPeriod
コネクションのタイムアウトのチェック間隔

Class jp.co.intra_mart.foundation.sap.common.auth.SapClientPoolNoLoadBalancing extends SapClientPool implements Serializable

直列化されたフィールド

ashost

String ashost
接続先サーバIPアドレス


sysnr

String sysnr
システム番号

Class jp.co.intra_mart.foundation.sap.common.auth.SapClientPoolWithLoadBalancing extends SapClientPool implements Serializable

直列化されたフィールド

mshost

String mshost
接続先メッセージサーバIPアドレス


r3name

String r3name
SAPシステム名称


group

String group
グループID

Class jp.co.intra_mart.foundation.sap.common.auth.SapClientWithLoadBalancing extends SapClient implements Serializable

直列化されたフィールド

mshost

String mshost
接続先メッセージサーバIPアドレス


r3name

String r3name
SAPシステム名称


group

String group
グループID

Class jp.co.intra_mart.foundation.sap.common.auth.SapConnector extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

serverType

String serverType
推奨されていません。 
サーバタイプ


client

String client
推奨されていません。 
クライアント


user

String user
推奨されていません。 
ユーザ


passwd

String passwd
推奨されていません。 
パスワード


lang

String lang
推奨されていません。 
言語


sysnr

String sysnr
推奨されていません。 
システム番号


ashost

String ashost
推奨されていません。 
接続先サーバIPアドレス


poolName

String poolName
推奨されていません。 
プール名称


poolSize

int poolSize
推奨されていません。 
プール内のコネクション数


waitTime

long waitTime
推奨されていません。 
コネクション取得の待機時間


connectionTimeout

long connectionTimeout
推奨されていません。 
コネクションのタイムアウト


timeoutCheckPeriod

long timeoutCheckPeriod
推奨されていません。 
コネクションのタイムアウトのチェック間隔


パッケージ jp.co.intra_mart.foundation.sap.common.auth.exception

Class jp.co.intra_mart.foundation.sap.common.auth.exception.SAPAuthAppException extends SAPException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.common.auth.exception.SAPAuthSystemException extends SAPException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.common.exception

Class jp.co.intra_mart.foundation.sap.common.exception.SAPException extends Exception implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.common.exception.SAPRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.common.exception.UnsupportedProductEditionException extends SAPRuntimeException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.common.general_purpose

Class jp.co.intra_mart.foundation.sap.common.general_purpose.BapiController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

propertyName

String propertyName
プロパティファイル名


property

Properties property
プロパティファイル


bapiHashList

List<E> bapiHashList
BapiHashオブジェクトの一覧


impImpList

List<E> impImpList
プロパティ情報(import(Import))一覧


impStrList

List<E> impStrList
プロパティ情報(structure(Import))一覧


impTblList

List<E> impTblList
プロパティ情報(table(Import))一覧


expExpList

List<E> expExpList
プロパティ情報(export(Export))一覧


expStrList

List<E> expStrList
プロパティ情報(structure(Export))一覧


expTblList

List<E> expTblList
プロパティ情報(table(Export))一覧


bapiReturnList

List<E> bapiReturnList
BAPI処理実行結果


hasTransaction

boolean hasTransaction
コネクション(トランザクション)保持フラグ


statefulConnection

boolean statefulConnection
コネクションのステートフルフラグ


connectionManager

ConnectionManager connectionManager
コネクション(トランザクション)オブジェクト


ignoreErrMsgReturnTypes

List<E> ignoreErrMsgReturnTypes
エラーメッセージを無視するRETURN-TYPE

Class jp.co.intra_mart.foundation.sap.common.general_purpose.BapiHash extends HashMap<String,String> implements Serializable

serialVersionUID: 1L

直列化されたフィールド

impExpType

String impExpType
入力/出力区分


paramType

String paramType
パラメタ属性


paramName

String paramName
パラメタ名


recordNo

int recordNo
レコード番号

Class jp.co.intra_mart.foundation.sap.common.general_purpose.BapiReturn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

type

String type
TYPE


id

String id
ID


code

String code
Code


number

String number
NUMBER


message

String message
MESSAGE


logNo

String logNo
LOG NO


logMsgNo

String logMsgNo
LOG MSG NO


messageV1

String messageV1
MESSAGE V1


messageV2

String messageV2
MESSAGE V2


messageV3

String messageV3
MESSAGE V3


messageV4

String messageV4
MESSAGE V4


parameter

String parameter
PARAMETER


row

String row
ROW


field

String field
FIELD


system

String system
SYSTEM

Class jp.co.intra_mart.foundation.sap.common.general_purpose.ConnectionManager extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sapClient

SapClient sapClient
SAPへのクライアント


hasSapClient

boolean hasSapClient
SapClientオブジェクト保持フラグ


serverType

String serverType
使用したサーバータイプ退避用変数


commitOnServerTypeSwitch

boolean commitOnServerTypeSwitch
同一サーバータイプにおける各APIにて保持しているcommitプロパティ


commitAndWait

boolean commitAndWait
コミットの同期/非同期

Class jp.co.intra_mart.foundation.sap.common.general_purpose.LineProperty extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

propertyValue

String propertyValue
プロパティの値


propertyKeyPart

String[] propertyKeyPart
プロパティのキー


パッケージ jp.co.intra_mart.foundation.sap.common.general_purpose.exception

Class jp.co.intra_mart.foundation.sap.common.general_purpose.exception.SAPGeneralAppException extends SAPException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.common.general_purpose.exception.SAPGeneralSystemException extends SAPException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.common.model

Class jp.co.intra_mart.foundation.sap.common.model.BankDataInfo extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strVendor

String strVendor
仕入先または債権者の勘定コード


strCustomer

String strCustomer
得意先または債権者の勘定コード


strBankCtry

String strBankCtry
銀行国コード


strBankKey

String strBankKey
銀行コード


strBankAcct

String strBankAcct
口座番号


strCtrlKey

String strCtrlKey
預金種別


strPartnerBk

String strPartnerBk
取引先銀行タイプ


strCollAuth

String strCollAuth
フラグ: 回収権限


strBankRef

String strBankRef
銀行詳細の参照詳細

Class jp.co.intra_mart.foundation.sap.common.model.CompanyDataInfo extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strVendor

String strVendor
仕入先または債権者の勘定コード


strCustomer

String strCustomer
得意先または債権者の勘定コード


strCompCode

String strCompCode
会社コード


strClerk

String strClerk
記帳担当者


strHdOffice

String strHdOffice
本店勘定コード


strAltPayee

String strAltPayee
代理受取人勘定コード


strAltPayer

String strAltPayer
代理支払人勘定コード


strCuvdClear

String strCuvdClear
フラグ: 得意先と仕入先間の相殺決済


strPmnttrms

String strPmnttrms
支払条件キー


strActAtVen

String strActAtVen
仕入先での自社勘定コード


strActAtCus

String strActAtCus
得意先での自社勘定コード


strVendUser

String strVendUser
仕入先担当者


strCustUser

String strCustUser
得意先担当者


strNextPayee

String strNextPayee
次受取人


strBuyingGrp

String strBuyingGrp
購買グループの勘定コード


strInternet

String strInternet
関係会社担当者のインターネットアドレス


strFax

String strFax
得意先/仕入先の経理担当者のファックス No.


strPaymentMethods

String strPaymentMethods
考慮される支払方法一覧


strTel

String strTel
取引先での記帳担当者電話番号

Class jp.co.intra_mart.foundation.sap.common.model.GeneralDataInfo extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strVendor

String strVendor
仕入先または債権者の勘定コード


strCustomer

String strCustomer
得意先または債権者の勘定コード


strName

String strName
名称 1


strName2

String strName2
名称 2


strName3

String strName3
名称 3


strName4

String strName4
名称 4


strCity

String strCity
市区町村


strDistrict

String strDistrict
所在地


strPoBox

String strPoBox
私書箱


strPobxPcd

String strPobxPcd
私書箱番号


strPostlCode

String strPostlCode
郵便番号


strRegion

String strRegion
地域 (都道府県)


strCountycode

String strCountycode
地域コード


strCityCode

String strCityCode
市区町村コード


strStreet

String strStreet
地名/番地-号


strCountry

String strCountry
国コード


strCountryiso

String strCountryiso
ISO 国コード


strPobxCty

String strPobxCty
私書箱住所


strLangu

String strLangu
言語キー


strLanguIso

String strLanguIso
ISO 639 準拠の言語


strTelephone

String strTelephone
電話番号 1


strFormofaddr

String strFormofaddr
敬称


strTelephone2

String strTelephone2
電話番号 2


strFax1

String strFax1
FAX1


パッケージ jp.co.intra_mart.foundation.sap.common.util.data

Class jp.co.intra_mart.foundation.sap.common.util.data.Convertor extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.common.util.data.ExtendedParamConverter extends ParamConverter implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.common.util.data.ParamConverter extends Object implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.common.util.date

Class jp.co.intra_mart.foundation.sap.common.util.date.DateHandler extends Object implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.common.util.file

Class jp.co.intra_mart.foundation.sap.common.util.file.PropertiesFile extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

properties

Properties properties
プロパティ


パッケージ jp.co.intra_mart.foundation.sap.module

Class jp.co.intra_mart.foundation.sap.module.AbstractController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sapClient

SapClient sapClient
SAPクライアント


bapiReturnErrMessage

String bapiReturnErrMessage
BAPI実行エラーメッセージ


bapiReturnMessage

String bapiReturnMessage
BAPI実行結果メッセージ

Class jp.co.intra_mart.foundation.sap.module.ReferenceController extends AbstractController implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.UpdateController extends AbstractController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

connectionManager

ConnectionManager connectionManager
コネクション(トランザクション)オブジェクト


パッケージ jp.co.intra_mart.foundation.sap.module.accounting

Class jp.co.intra_mart.foundation.sap.module.accounting.AccEmployeePayPost extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

objType

String objType
参照処理


objSys

String objSys
参照システム


objKey

String objKey
参照キー


documentHeader

DocumentHeader documentHeader
伝票ヘッダ


accountPayableList

List<E> accountPayableList
仕入先明細一覧


accountGlList

List<E> accountGlList
G/L 勘定明細一覧


accountTaxList

List<E> accountTaxList
税明細一覧


currencyAmountList

List<E> currencyAmountList
明細通貨項目一覧


travelAmountList

List<E> travelAmountList
旅費資金計画通貨項目


travelList

List<E> travelList
旅費資金予算明細


extension1List

List<E> extension1List
カスタマ拡張テーブル

Class jp.co.intra_mart.foundation.sap.module.accounting.AccEmployeePayPostController extends AccEmployeePayPost implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.AccountGl extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itemnoAcc

String itemnoAcc
会計伝票明細番号


glAccount

String glAccount
総勘定元帳勘定


compCode

String compCode
会社コード


pstngDate

String pstngDate
伝票の転記日付


docType

String docType
伝票タイプ


acDocNo

String acDocNo
会計伝票番号


fiscYear

String fiscYear
会計年度


fisPeriod

String fisPeriod
会計期間


stlmntPer

String stlmntPer
決済期間


refKey1

String refKey1
取引先参照キー


refKey2

String refKey2
取引先参照キー


refKey3

String refKey3
明細の参照キー


itemText

String itemText
明細テキスト


taxCode

String taxCode
消費税コード


acctKey

String acctKey
内部処理キー


taxjurcode

String taxjurcode
税管轄


allocNmbr

String allocNmbr
ソートキー


busArea

String busArea
事業領域


personNo

String personNo
従業員番号


costcenter

String costcenter
原価センタ


orderid

String orderid
指図番号


costObj

String costObj
原価対象


activity

String activity
作業/活動番号


quantity

String quantity
数量


baseUom

String baseUom
基本数量単位


baseUomIso

String baseUomIso
ISO コードでの基本数量単位


wbsElement

String wbsElement
WBS 要素


network

String network
勘定割当のネットワーク番号


cmmtItem

String cmmtItem
予算コード


fundsCtr

String fundsCtr
予算センタ


fund

String fund
ファンド


salesOrd

String salesOrd
受注伝票番号


sOrdItem

String sOrdItem
受注明細番号


acttype

String acttype
活動タイプ


objTypP

String objTypP
前伝票: 参照処理


objKeyP

String objKeyP
前伝票: オブジェクトキー (AWREF_REV と AWORG_REV)


objPosP

String objPosP
前伝票: 参照明細


tradeId

String tradeId
取引先の会社 ID


cmmtItemLong

String cmmtItemLong
予算コード


grantNbr

String grantNbr
補助金


funcAreaLong

String funcAreaLong
機能領域


profitCtr

String profitCtr
利益センタ


partPrctr

String partPrctr
パートナ利益センタ


segment

String segment
セグメントレポートのセグメント


partnerSegment

String partnerSegment
セグメントレポートのパートナセグメント


partnerFund

String partnerFund
パートナファンド


partnerGrantNbr

String partnerGrantNbr
パートナ補助金


trPartBa

String trPartBa
取引先事業領域


negPostng

String negPostng
フラグ: マイナス転記


glIndex

int glIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.AccountPayable extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itemnoAcc

String itemnoAcc
会計伝票明細番号


vendorNo

String vendorNo
仕入先または債権者の勘定コード


refKey1

String refKey1
取引先参照キー


refKey2

String refKey2
取引先参照キー


refKey3

String refKey3
明細の参照キー


glAccount

String glAccount
総勘定元帳勘定


blineDate

String blineDate
期日計算の支払基準日


pmtmthsupl

String pmtmthsupl
支払方法追加


pymtMeth

String pymtMeth
支払方法


bllsrvInd

String bllsrvInd
サービスコード (外貨支払)


allocNmbr

String allocNmbr
ソートキー


itemText

String itemText
明細テキスト


acctKey

String acctKey
内部処理キー


scbankInd

String scbankInd
中央銀行コード


pymtAmt

String pymtAmt
支払通貨額


pymtCur

String pymtCur
自動支払通貨


pymtCurIso

String pymtCurIso
ISO コード通貨


profitCtr

String profitCtr
利益センタ


partPrctr

String partPrctr
パートナ利益センタ


segment

String segment
セグメントレポートのセグメント


partnerSegment

String partnerSegment
セグメントレポートのパートナセグメント


fund

String fund
ファンド


partnerFund

String partnerFund
パートナファンド


grantNbr

String grantNbr
補助金


partnerGrantNbr

String partnerGrantNbr
パートナ補助金


busArea

String busArea
事業領域


trPartBa

String trPartBa
取引先事業領域


negPostng

String negPostng
フラグ: マイナス転記


paIndex

int paIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.AccountTax extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itemnoAcc

String itemnoAcc
会計伝票明細番号


glAccount

String glAccount
総勘定元帳勘定


taxCode

String taxCode
消費税コード


acctKey

String acctKey
内部処理キー


taxjurcode

String taxjurcode
税管轄


condKey

String condKey
条件タイプ


taxRate

String taxRate
税率


taxDate

String taxDate
税率定義の日付


statCon

String statCon
統計に適用する条件


taxjurcodeDeep

String taxjurcodeDeep
税管轄コード - 最下位レベル税管轄


taxjurcodeLevel

String taxjurcodeLevel
税管轄コードレベル


negPostng

String negPostng
フラグ: マイナス転記


taIndex

int taIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.Bank extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

bankKey

String bankKey
銀行コード


bankName

String bankName
銀行名


city

String city
市区町村名

Class jp.co.intra_mart.foundation.sap.module.accounting.BankController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

baList

BankList baList
銀行一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.BankList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

bankList

List<E> bankList
銀行一覧


bankCtry

String bankCtry
銀行国コード


maxRows

int maxRows
最大該当行数

Class jp.co.intra_mart.foundation.sap.module.accounting.BusinessArea extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

busArea

String busArea
事業領域


busArDes

String busArDes
事業領域名

Class jp.co.intra_mart.foundation.sap.module.accounting.BusinessAreaController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

busAreaList

BusinessAreaList busAreaList
事業領域一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.BusinessAreaList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

businessAreaList

List<E> businessAreaList
事業領域一覧


language

String language
言語


isoLanguage

String isoLanguage
ISO639準拠の言語

Class jp.co.intra_mart.foundation.sap.module.accounting.Company extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

compCode

String compCode
会社コード


compName

String compName
会社名

Class jp.co.intra_mart.foundation.sap.module.accounting.CompanyController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

compList

CompanyList compList
会社一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.CompanyList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

companyList

List<E> companyList
会社一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.ControllingArea extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

coArea

String coArea
管理領域


name

String name
管理領域名

Class jp.co.intra_mart.foundation.sap.module.accounting.ControllingAreaController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

controllAreaList

ControllingAreaList controllAreaList
管理領域一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.ControllingAreaList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

controllingAreaList

List<E> controllingAreaList
管理領域一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.CostCenter extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

controllingArea

String controllingArea
管理領域


costCenter

String costCenter
原価センタ


name

String name
一般名称


descript

String descript
テキスト


actState

String actState
一般マスタレコードの有効化ステータス


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.CostCenterController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

costCentList

CostCenterList costCentList
原価センタ一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.CostCenterList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

costCenterList

List<E> costCenterList
原価センタ一覧


extensionInList

List<E> extensionInList
ExtensionInの参照構造一覧


extensionOutList

List<E> extensionOutList
ExtensionOutの参照構造一覧


personInChargeTo

String personInChargeTo
責任者(終了値)


personInChargeFrom

String personInChargeFrom
責任者(開始値)


masterDataInactive

String masterDataInactive
マスタレコードの無効化


dateTo

String dateTo
有効期間:終了


dateFrom

String dateFrom
有効期間:開始


costcenterTo

String costcenterTo
原価センタ(終了値)


costcenterFrom

String costcenterFrom
原価センタ(開始値)


costcentergroup

String costcentergroup
原価センタグループ


controllingarea

String controllingarea
管理領域


companycodeTo

String companycodeTo
会社コード(終了値)


companycodeFrom

String companycodeFrom
会社コード(開始値)


businessAreaTo

String businessAreaTo
事業領域


businessAreaFrom

String businessAreaFrom
事業領域


personInChargeUserTo

String personInChargeUserTo
担当ユーザ(終了値)


personInChargeUserFrom

String personInChargeUserFrom
担当ユーザ(開始値)

Class jp.co.intra_mart.foundation.sap.module.accounting.CurrencyAmount extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itemnoAcc

String itemnoAcc
会計伝票明細番号


currType

String currType
通貨タイプおよび評価ビュー


currency

String currency
通貨コード


amtDoccur

String amtDoccur
伝票通貨額


exchRate

String exchRate
換算レート


amtBase

String amtBase
課税基準額


exchRateV

String exchRateV
間接呼び値換算レート


currencyIso

String currencyIso
ISO コード通貨


cuIndex

int cuIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.DocumentHeader extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

objType

String objType
参照処理


objKey

String objKey
オブジェクトキー


objSys

String objSys
元伝票の論理システム


username

String username
ユーザ名


headerTxt

String headerTxt
伝票ヘッダテキスト


objKeyR

String objKeyR
取消: オブジェクトキー (AWREF_REV と AWORG_REV)


busAct

String busAct
取引


compCode

String compCode
会社コード


acDocNo

String acDocNo
会計伝票番号


fiscYear

String fiscYear
会計年度


docDate

String docDate
伝票の伝票日付


pstngDate

String pstngDate
伝票の転記日付


fisPeriod

String fisPeriod
会計期間


docType

String docType
伝票タイプ


refDocNo

String refDocNo
参照伝票番号


compoAcc

String compoAcc
ACC インタフェースの構成要素


taxCompCode

String taxCompCode
税会社コード


reasonRev

String reasonRev
反対仕訳理由


refDocNoLong

String refDocNoLong
参照伝票番号 (依存性についてはテキスト長参照)


negPostng

String negPostng
参照伝票番号

Class jp.co.intra_mart.foundation.sap.module.accounting.Extension1 extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

field1

String field1
文字項目長 250


field2

String field2
文字項目長 250


field3

String field3
文字項目長 250


field4

String field4
文字項目長 250


exIndex

int exIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.ExtensionIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

structure

String structure
BAPI テーブル拡張の構造名


valuepart1

String valuepart1
BAPI 拡張パラメータのデータ部分


valuepart2

String valuepart2
BAPI 拡張パラメータのデータ部分


valuepart3

String valuepart3
BAPI 拡張パラメータのデータ部分


valuepart4

String valuepart4
BAPI 拡張パラメータのデータ部分


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.ExtensionOut extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

structure

String structure
BAPI テーブル拡張の構造名


valuepart1

String valuepart1
BAPI 拡張パラメータのデータ部分


valuepart2

String valuepart2
BAPI 拡張パラメータのデータ部分


valuepart3

String valuepart3
BAPI 拡張パラメータのデータ部分


valuepart4

String valuepart4
BAPI 拡張パラメータのデータ部分


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.GlAcc extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

companyCode

String companyCode
会社コード


glAccount

String glAccount
G/L勘定コード


shortText

String shortText
G/L勘定コードテキスト(短)


longText

String longText
総勘定元帳勘定テキスト(長)

Class jp.co.intra_mart.foundation.sap.module.accounting.GlAccController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

glList

GlAccList glList
勘定科目一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.GlAccList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

glAccList

List<E> glAccList
勘定項目一覧


language

String language
言語


languageIso

String languageIso
ISO639準拠の言語

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamAccountGl extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamAccountPayable extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamAccountTax extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamCurrencyAmount extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamDocumentHeader extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamExtension1 extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamTravel extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ParamTravelAmount extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.ProfitCenter extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

controllingArea

String controllingArea
管理領域


profitCtr

String profitCtr
利益センタ


validTo

String validTo
有効終了日


pctrName

String pctrName
一般名称


inCharge

String inCharge
利益センタ責任者


inChargeUser

String inChargeUser
利益センタの責任責任ユーザ

Class jp.co.intra_mart.foundation.sap.module.accounting.ProfitCenterController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

profitCentList

ProfitCenterList profitCentList
利益センタ一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.ProfitCenterList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

profitCenterList

List<E> profitCenterList
利益センタ一覧

Class jp.co.intra_mart.foundation.sap.module.accounting.Travel extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

objType

String objType
参照処理


objKey

String objKey
オブジェクトキー


objSys

String objSys
元伝票の論理システム


objPos

String objPos
参照明細


objId

String objId
参照伝票: 現在の ID


pstngDate

String pstngDate
伝票の転記日付


compCode

String compCode
会社コード


glAccount

String glAccount
G/L 勘定コード


network

String network
勘定割当のネットワーク番号


orderid

String orderid
指図番号


wbsElement

String wbsElement
WBS 要素


costcenter

String costcenter
原価センタ


segText

String segText
セグメントテキスト


deleteInd

String deleteInd
資金計画削除フラグ


cmmtItem

String cmmtItem
予算コード


fund

String fund
ファンド


fundsCtr

String fundsCtr
予算センタ


approved

String approved
出張申請または出張承認済 (区分)


cmmtItemLong

String cmmtItemLong
予算コード


grantNbr

String grantNbr
補助金


funcAreaLong

String funcAreaLong
機能領域


fmTransDate

String fmTransDate
FM 取引日付


trIndex

int trIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.accounting.TravelAmount extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

objType

String objType
参照処理


objKey

String objKey
オブジェクトキー


objSys

String objSys
元伝票の論理システム


objPos

String objPos
参照明細


objId

String objId
参照伝票: 現在の ID


orvaltype

String orvaltype
購買発注額/受注額の金額タイプ


currType

String currType
通貨タイプおよび評価ビュー


currency

String currency
通貨コード


currencyIso

String currencyIso
ISO コード通貨


amtOrigin

String amtOrigin
元金額


amtOpen

String amtOpen
未決済金額


amtActual

String amtActual
削減額


exchRate

String exchRate
換算レート


exchRateV

String exchRateV
間接呼び値換算レート


traIndex

int traIndex
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.accounting.exception

Class jp.co.intra_mart.foundation.sap.module.accounting.exception.SAPAccountingAppException extends SAPModuleAppException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.accounting.exception.SAPAccountingSystemException extends SAPModuleSystemException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.module.exception

Class jp.co.intra_mart.foundation.sap.module.exception.SAPBapiReturnErrMessageExistException extends SAPException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.exception.SAPModuleAppException extends SAPException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.exception.SAPModuleSystemException extends SAPException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.module.financial

Class jp.co.intra_mart.foundation.sap.module.financial.AllowedBusTract extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strTrans

String strTrans
取引


strDescript

String strDescript
テキスト (30 文字)

Class jp.co.intra_mart.foundation.sap.module.financial.CommonCenterGrpGetDetail extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strControllingarea

String strControllingarea
管理領域


strGroupname

String strGroupname
グループ名


language

Language language
言語情報


hierarchyNodesList

List<E> hierarchyNodesList
階層ノード一覧


hierarchyValuesList

List<E> hierarchyValuesList
階層値一覧

Class jp.co.intra_mart.foundation.sap.module.financial.CostCenterGroupGetDetail extends CommonCenterGrpGetDetail implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.financial.CostCenterGroupGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

costCenterGroupGetDetail

CostCenterGroupGetDetail costCenterGroupGetDetail
原価センタグループ情報クラス

Class jp.co.intra_mart.foundation.sap.module.financial.CreditorGetDetail extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strCreditorid

String strCreditorid
仕入先コード


strCompanycode

String strCompanycode
会社コード


generalDataInfo

GeneralDataInfo generalDataInfo
一般データ情報


companyDataInfo

CompanyDataInfo companyDataInfo
会社コード依存データ情報


bankDataInfoList

List<E> bankDataInfoList
銀行データ情報

Class jp.co.intra_mart.foundation.sap.module.financial.CreditorGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

creditorGetDetail

CreditorGetDetail creditorGetDetail
仕入先コード詳細情報

Class jp.co.intra_mart.foundation.sap.module.financial.DebtorGetDetail extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strDebtorid

String strDebtorid
得意先コード


strCompanycode

String strCompanycode
会社コード


generalDataInfo

GeneralDataInfo generalDataInfo
一般データ情報


companyDataInfo

CompanyDataInfo companyDataInfo
会社コード依存データ情報


bankDataInfoList

List<E> bankDataInfoList
銀行データ情報

Class jp.co.intra_mart.foundation.sap.module.financial.DebtorGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

debtorGetDetail

DebtorGetDetail debtorGetDetail
得意先コード詳細情報

Class jp.co.intra_mart.foundation.sap.module.financial.ExchangeRateGetDetail extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

exchRate

ExchRate exchRate
換算レート、係数 (通貨ペア)


strRateType

String strRateType
換算レートタイプ


strFromCurr

String strFromCurr
換算前通貨


strToCurrncy

String strToCurrncy
換算後通貨


strDate

String strDate
起算日

Class jp.co.intra_mart.foundation.sap.module.financial.ExchangeRateGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

exchangeRateGetDetail

ExchangeRateGetDetail exchangeRateGetDetail
為替換算レート情報クラス

Class jp.co.intra_mart.foundation.sap.module.financial.ExchRate extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strRateType

String strRateType
換算レートタイプ


strFromCurr

String strFromCurr
換算前通貨


strToCurrncy

String strToCurrncy
換算後通貨


strValidFrom

String strValidFrom
エントリの有効開始日


strExchRate

String strExchRate
直接呼び値換算レート


strFromFactor

String strFromFactor
換算前 通貨単位の係数


strToFactor

String strToFactor
換算後 通貨単位の係数


strExchRateV

String strExchRateV
間接呼び値換算レート


strFromFactorV

String strFromFactorV
換算前 通貨単位の係数


strToFactorV

String strToFactorV
換算後 通貨単位の係数

Class jp.co.intra_mart.foundation.sap.module.financial.ExpActivity extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strNetwork

String strNetwork
ネットワーク番号


strActivity

String strActivity
ネットワーク/標準ネットワークの活動番号


strControlKey

String strControlKey
管理キー


strWorkCntr

String strWorkCntr
作業区


strPlant

String strPlant
プラント


strDescription

String strDescription
作業テキスト (短)


strVendorNo

String strVendorNo
仕入先または債権者の勘定コード


strPrice

String strPrice
価格


strPriceUnit

String strPriceUnit
価格単位


strCostElem

String strCostElem
原価要素


strCurrency

String strCurrency
通貨コード


strCurrencyIso

String strCurrencyIso
ISO 通貨コード


strInfoRec

String strInfoRec
購買情報番号


strPurchOrg

String strPurchOrg
購買組織


strPurGroup

String strPurGroup
購買グループ


strMatlGroup

String strMatlGroup
品目グループ


strFlexibleDuration

String strFlexibleDuration
区分: 可変期間


strNumberOfCapacities

String strNumberOfCapacities
所要能力数


strPercentOfWork

String strPercentOfWork
作業の比率 (%)


strMilestone

String strMilestone
用途


strActtype

String strActtype
活動タイプ


strActivityCosts

String strActivityCosts
活動の原価


strProjectDefinition

String strProjectDefinition
プロジェクト定義


strWbsElement

String strWbsElement
WBS 要素


strFactoryCalendar

String strFactoryCalendar
稼働日カレンダ


strDistributingKey

String strDistributingKey
能力所要量の配賦 (プラント保全、プロセス指図、ネットワーク)


strPriority

String strPriority
優先度


strTaxjurcode

String strTaxjurcode
税計算管轄コード - 税管轄コード


strObjectclass

String strObjectclass
オブジェクトクラス (言語非依存)


strProfitCtr

String strProfitCtr
利益センタ


strNotMrpApplicable

String strNotMrpApplicable
区分: MRP への入出庫予定の適用不可と購買依頼未登録


strProjectSummarization

String strProjectSummarization
区分: プロジェクト集計用に活動を考慮


strOperationMeasureUnit

String strOperationMeasureUnit
活動単位


strOperationMeasureUnitIso

String strOperationMeasureUnitIso
単位の ISO コード


strPlndDelry

String strPlndDelry
予定納入時間 (単位: 日)


strDurationNormal

String strDurationNormal
標準活動期間


strDurationNormalUnit

String strDurationNormalUnit
標準期間/単位


strDurationNormalUnitIso

String strDurationNormalUnitIso
単位の ISO コード


strDurationMinimum

String strDurationMinimum
最短活動期間


strDurationMinimumUnit

String strDurationMinimumUnit
最短期間の単位


strDurationMinimumUnitIso

String strDurationMinimumUnitIso
単位の ISO コード


strConstraintTypeStart

String strConstraintTypeStart
活動の基準開始日に対する制約


strConstraintTypeFinish

String strConstraintTypeFinish
活動の終了日に対する制約


strWorkActivity

String strWorkActivity
活動に含まれる作業


strUnWork

String strUnWork
作業単位


strUnWorkIso

String strUnWorkIso
単位の ISO コード


strEarlyStartDate

String strEarlyStartDate
最早計画開始: 実行 (日)


strEarlyStartTime

String strEarlyStartTime
最早計画開始: 作業実施(時間)


strEarlyFinishDate

String strEarlyFinishDate
最早計画終了: 実行 (日)


strEarlyFinishTime

String strEarlyFinishTime
最早計画終了: 実行 (時刻)


strLatestStartDate

String strLatestStartDate
計画最遅開始: 作業(日付)


strLatestStartTime

String strLatestStartTime
計画最遅開始: 作業(時間)


strLatestFinishDate

String strLatestFinishDate
計画最遅終了: 作業(日付)


strLatestFinishTime

String strLatestFinishTime
計画最遅終了: 作業(時間)


strFloatFree

String strFloatFree
自由余裕


strFloatTotal

String strFloatTotal
余裕合計


strConstraintStartDate

String strConstraintStartDate
活動の基準開始日に対する制約


strConstraintStartTime

String strConstraintStartTime
活動の基準開始時間の制約


strConstraintFinishDate

String strConstraintFinishDate
活動の基準終了日に対する制約


strConstraintFinishTime

String strConstraintFinishTime
活動の基準終了時間


strUserFieldKey

String strUserFieldKey
ユーザ定義項目のキーワード ID


strUserFieldChar201

String strUserFieldChar201
20 文字のユーザ項目


strUserFieldChar202

String strUserFieldChar202
20 文字のユーザ項目


strUserFieldChar101

String strUserFieldChar101
ユーザ定義項目 (10 文字)


strUserFieldChar102

String strUserFieldChar102
ユーザ定義項目 (10 文字)


strUserFieldQuan1

String strUserFieldQuan1
数量のユーザ項目 (長さ 10,3)


strUserFieldUnit1

String strUserFieldUnit1
ユーザ項目: 数量項目の単位


strUserFieldUnit1Iso

String strUserFieldUnit1Iso
単位の ISO コード


strUserFieldQuan2

String strUserFieldQuan2
数量のユーザ項目 (長さ 10,3)


strUserFieldUnit2

String strUserFieldUnit2
ユーザ項目: 数量項目の単位


strUserFieldUnit2Iso

String strUserFieldUnit2Iso
単位の ISO コード


strUserFieldCurr1

String strUserFieldCurr1
値のユーザ定義項目 (長さ 10,3)


strUserFieldCuky1

String strUserFieldCuky1
ユーザ項目: 値項目の単位


strUserFieldCuky1Iso

String strUserFieldCuky1Iso
ISO 通貨コード


strUserFieldCurr2

String strUserFieldCurr2
値のユーザ定義項目 (長さ 10,3)


strUserFieldCuky2

String strUserFieldCuky2
ユーザ項目: 値項目の単位


strUserFieldCuky2Iso

String strUserFieldCuky2Iso
ISO 通貨コード


strUserFieldDate1

String strUserFieldDate1
日付のユーザ項目


strUserFieldDate2

String strUserFieldDate2
日付のユーザ項目


strUserFieldFlag1

String strUserFieldFlag1
ユーザ定義項目: レポート区分


strUserFieldFlag2

String strUserFieldFlag2
ユーザ定義項目: レポート区分


strDeletionFlag

String strDeletionFlag
削除フラグ


strDurationNormalFc

String strDurationNormalFc
標準活動期間 (予測)


strDurationNormalFcUnit

String strDurationNormalFcUnit
標準予測期間の単位


strDurationNormalFcUnitIso

String strDurationNormalFcUnitIso
単位の ISO コード


strDurationMinimumFc

String strDurationMinimumFc
活動の最小期間(需要予測より)


strDurationMinimumFcUnit

String strDurationMinimumFcUnit
予測最短期間の単位


strDurationMinimumFcUnitIso

String strDurationMinimumFcUnitIso
単位の ISO コード


strConstraintTypeFinishFc

String strConstraintTypeFinishFc
活動終了の制約条件付き需要予測日付


strConstraintTypeStartFc

String strConstraintTypeStartFc
活動開始の制約条件付き需要予測日付


strConstraintStartDateFc

String strConstraintStartDateFc
活動の予測開始日


strConstraintStartTimeFc

String strConstraintStartTimeFc
活動の需要予測開始時間


strConstraintFinishDateFc

String strConstraintFinishDateFc
予測終了日付


strConstraintFinishTimeFc

String strConstraintFinishTimeFc
活動の予測終了時間


strEarlyStartDateFc

String strEarlyStartDateFc
最早計画開始日付(需要予測)


strEarlyStartTimeFc

String strEarlyStartTimeFc
最早計画開始時間(需要予測)


strEarlyFinishDateFc

String strEarlyFinishDateFc
最早計画終了日 (予測)


strEarlyFinishTimeFc

String strEarlyFinishTimeFc
最早計画終了時間(需要予測)


strLatestStartDateFc

String strLatestStartDateFc
最遅計画済開始日付(需要予測)


strLatestStartTimeFc

String strLatestStartTimeFc
最遅計画済開始時間(需要予測)


strLatestFinishDateFc

String strLatestFinishDateFc
最遅計画済終了日付(需要予測)


strLatestFinishTimeFc

String strLatestFinishTimeFc
最遅計画終了時間 (予測)


strFloatFreeFc

String strFloatFreeFc
自由余裕 (予測)


strFloatTotalFc

String strFloatTotalFc
余裕合計 (予測)


strWorkForecast

String strWorkForecast
予測作業 (実績 + 残存)


strWorkActual

String strWorkActual
実績作業


strDurationScheduled

String strDurationScheduled
処理時間


strDurationScheduledFc

String strDurationScheduledFc
処理時間の長さ (予測値)


strDurationScheduledUnit

String strDurationScheduledUnit
処理時間単位


strDurationScheduledUnitIso

String strDurationScheduledUnitIso
単位の ISO コード


strDurationConfirmFc

String strDurationConfirmFc
確認の予測活動期間


strDurationConfirmFcUnit

String strDurationConfirmFcUnit
確認の予測期間単位


strDurationConfirmFcUnitIso

String strDurationConfirmFcUnitIso
単位の ISO コード


strObjectclassExt

String strObjectclassExt
オブジェクトクラス、言語依存


strFuncArea

String strFuncArea
機能領域


strFuncAreaLong

String strFuncAreaLong
機能領域


strPlannedCost

String strPlannedCost
計画原価


strActualCost

String strActualCost
実際原価


strControllingAreaCurrency

String strControllingAreaCurrency
通貨コード


strActualStartDate

String strActualStartDate
実績開始日: 実行 (日付)


strActualFinishDate

String strActualFinishDate
実績終了日: 実行 (日付)


strForecastFinishDate

String strForecastFinishDate
予測終了日


strComplete

String strComplete
最終確認の有効化


strReferencePoint

String strReferencePoint
BOM 転送の参照ポイント

Class jp.co.intra_mart.foundation.sap.module.financial.ExpMessage extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strMethod

String strMethod
メソッド


strObjectType

String strObjectType
オブジェクトタイプ


strInternalObjectId

String strInternalObjectId
SAP 内部対象キー


strExternalObjectId

String strExternalObjectId
SAP 外部対象キー


strMessageId

String strMessageId
メッセージ ID


strMessageNumber

String strMessageNumber
システムメッセージ番号


strMessageType

String strMessageType
メッセージタイプ


strMessageText

String strMessageText
メッセージのテキスト行

Class jp.co.intra_mart.foundation.sap.module.financial.ExpWbsElement extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strWbsElement

String strWbsElement
WBS 要素


strProjectDefinition

String strProjectDefinition
プロジェクト定義


strDescription

String strDescription
PS: テキスト(短)(第一テキスト行)


strShortId

String strShortId
WBS 要素 ショート ID


strResponsibleNo

String strResponsibleNo
責任者番号 (プロジェクト責任者)


strApplicantNo

String strApplicantNo
申請者番号


strCompCode

String strCompCode
会社コード


strBusArea

String strBusArea
事業領域


strCoArea

String strCoArea
管理領域


strProfitCtr

String strProfitCtr
利益センタ


strProjType

String strProjType
プロジェクトタイプ


strNetworkAssignment

String strNetworkAssignment
ネットワーク割当


strCostingSheet

String strCostingSheet
原価計算表


strOverheadKey

String strOverheadKey
間接費キー


strCalendar

String strCalendar
稼動日カレンダ


strPriority

String strPriority
優先度


strEquipment

String strEquipment
設備番号


strFunctionalLocation

String strFunctionalLocation
機能場所


strCurrency

String strCurrency
通貨コード


strCurrencyIso

String strCurrencyIso
ISO 通貨コード


strPlant

String strPlant
プラント


strUserFieldKey

String strUserFieldKey
ユーザ定義項目のキーワード ID


strUserFieldChar201

String strUserFieldChar201
20 文字の第 1 ユーザ項目 - WBS 要素 -


strUserFieldChar202

String strUserFieldChar202
20 桁の第 2 ユーザ項目 - WBS 要素


strUserFieldChar101

String strUserFieldChar101
10 桁の第 3 ユーザ項目 - WBS 要素


strUserFieldChar102

String strUserFieldChar102
10 桁の第 4 ユーザ項目 - WBS 要素


strUserFieldQuan1

String strUserFieldQuan1
数量の第 1 ユーザ項目 (長さ 10,3) - WBS 要素


strUserFieldUnit1

String strUserFieldUnit1
数量項目単位の第1ユーザ定義項目 - WBS 要素


strUserFieldUnit1Iso

String strUserFieldUnit1Iso
単位の ISO コード


strUserFieldQuan2

String strUserFieldQuan2
数量の第 2 ユーザ項目 (長さ 10,3) - WBS 要素


strUserFieldUnit2

String strUserFieldUnit2
数量項目単位の第2ユーザ定義項目 - WBS 要素


strUserFieldUnit2Iso

String strUserFieldUnit2Iso
単位の ISO コード


strUserFieldCurr1

String strUserFieldCurr1
値の第 1 ユーザ項目 (長さ 10,3) - WBS 要素


strUserFieldCuky1

String strUserFieldCuky1
値項目単位の第1ユーザ定義項目 - WBS 要素


strUserFieldCuky1Iso

String strUserFieldCuky1Iso
ISO 通貨コード


strUserFieldCurr2

String strUserFieldCurr2
値の第 2 ユーザ項目 (長さ 10,3) - WBS 要素


strUserFieldCuky2

String strUserFieldCuky2
値項目単位の第2ユーザ定義項目 - WBS 要素


strUserFieldCuky2Iso

String strUserFieldCuky2Iso
ISO 通貨コード


strUserFieldDate1

String strUserFieldDate1
日付の第 1 ユーザ項目 - WBS 要素


strUserFieldDate2

String strUserFieldDate2
日付の第 2 ユーザ項目 - WBS 要素


strUserFieldFlag1

String strUserFieldFlag1
'評価区分' の第 1 ユーザ項目 - WBS 要素


strUserFieldFlag2

String strUserFieldFlag2
'評価区分' の第 2 ユーザ項目 - WBS 要素


strObjectclass

String strObjectclass
対象クラス


strStatistical

String strStatistical
統計 WBS 要素


strTaxjurcode

String strTaxjurcode
税計算管轄コード - 税管轄コード


strIntProfile

String strIntProfile
プロジェクト/指図金利計算の金利プロファイル


strJointVenture

String strJointVenture
ジョイントベンチャ


strRecoveryInd

String strRecoveryInd
リカバリフラグ


strEquityType

String strEquityType
持分タイプ


strJvObjectType

String strJvObjectType
ジョイントベンチャ対象タイプ


strJvJibClass

String strJvJibClass
JIB/JIBE クラス


strJvJibSubClassA

String strJvJibSubClassA
JIB/JIBE サブクラスA


strDeletionFlag

String strDeletionFlag
削除フラグ


strObjectclassExt

String strObjectclassExt
オブジェクトクラス、言語依存


strWbsPlanningElement

String strWbsPlanningElement
区分: 計画要素


strWbsAccountAssignmentElement

String strWbsAccountAssignmentElement
区分: 勘定設定要素


strWbsBillingElement

String strWbsBillingElement
区分: 請求要素


strRespsblCctr

String strRespsblCctr
責任原価センタ


strRespsblCctrControllingArea

String strRespsblCctrControllingArea
責任原価センタの管理領域


strRequestCctr

String strRequestCctr
申請原価センタ


strRequestCompCode

String strRequestCompCode
会社コード要求


strRequestCctrControllingArea

String strRequestCctrControllingArea
依頼原価センタの管理領域


strLocation

String strLocation
場所


strChangeNo

String strChangeNo
変更番号


strInvestProfile

String strInvestProfile
設備投資案件プロファイル


strResAnalKey

String strResAnalKey
結果分析キー


strWbsCctrPostedActual

String strWbsCctrPostedActual
原価が実際に転記される原価センタ


strWbsBasicStartDate

String strWbsBasicStartDate
WBS 要素: 基本開始日


strWbsBasicFinishDate

String strWbsBasicFinishDate
WBS 要素: 基本終了日付


strWbsForecastStartDate

String strWbsForecastStartDate
WBS 要素の予測開始日


strWbsForecastFinishDate

String strWbsForecastFinishDate
WBS 要素の予測済終了日付


strWbsActualStartDate

String strWbsActualStartDate
WBS 要素の実績開始日付


strWbsActualFinishDate

String strWbsActualFinishDate
WBS 要素の実績終了日


strWbsBasicDuration

String strWbsBasicDuration
WBS 要素の基準日の長さ(期間)


strWbsBasicDurUnit

String strWbsBasicDurUnit
基準 WBS 要素日付の期間単位


strWbsBasicDurUnitIso

String strWbsBasicDurUnitIso
単位の ISO コード


strWbsForecastDuration

String strWbsForecastDuration
WBS 要素の予測期間


strWbsForcastDurUnit

String strWbsForcastDurUnit
WBS 要素計画日付の単位


strWbsForecastDurUnitIso

String strWbsForecastDurUnitIso
単位の ISO コード


strWbsActualDuration

String strWbsActualDuration
WBS 要素の実績長(期間)


strWbsActualDurUnit

String strWbsActualDurUnit
実績 WBS 要素日付の期間単位


strWbsActualDurUnitIso

String strWbsActualDurUnitIso
単位の ISO コード


strWbsScdBasicStartDate

String strWbsScdBasicStartDate
最早計画開始日 (基準)


strWbsScdBasicFinishDate

String strWbsScdBasicFinishDate
最遅計画終了日 (基準)


strWbsScdForecastStartDate

String strWbsScdForecastStartDate
計画開始日 (予測)


strWbsScdForecastFinishDate

String strWbsScdForecastFinishDate
最遅計画終了日 (予測)


strWbsScdActualStartDate

String strWbsScdActualStartDate
WBS 要素の仮実績開始日


strWbsScdActualFinishDate

String strWbsScdActualFinishDate
WBS 要素の仮実績終了日


strFuncArea

String strFuncArea
機能領域


strFuncAreaLong

String strFuncAreaLong
機能領域

Class jp.co.intra_mart.foundation.sap.module.financial.ExpWbsHierarchie extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strWbsElement

String strWbsElement
WBS 要素


strProjectDefinition

String strProjectDefinition
プロジェクト定義


strUp

String strUp
WBS 要素


strDown

String strDown
WBS 要素


strLeft

String strLeft
WBS 要素


strRight

String strRight
WBS 要素

Class jp.co.intra_mart.foundation.sap.module.financial.ExpWbsMilestone extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strMilestoneNumber

String strMilestoneNumber
マイルストーン番号


strWbsElement

String strWbsElement
WBS 要素


strMilestoneUsage

String strMilestoneUsage
マイルストーン用途


strDescription

String strDescription
テキスト


strSchedMilestoneDateBasic

String strSchedMilestoneDateBasic
マイルストーン計画日(基準)


strSchedMilestoneTimeBasic

String strSchedMilestoneTimeBasic
マイルストーン計画時間(基準)


strSchedMilestoneDateForecast

String strSchedMilestoneDateForecast
マイルストーン計画日(予測)


strSchedMilestoneTimeForecast

String strSchedMilestoneTimeForecast
マイルストーン計画時間(予測)


strFixedMilestoneDateBasic

String strFixedMilestoneDateBasic
固定マイルストーン日付(基準)


strFixedMilestoneTimeBasic

String strFixedMilestoneTimeBasic
固定マイルストーン時間(基準)


strFixedMilestoneDateForecast

String strFixedMilestoneDateForecast
マイルストーン固定日付


strFixedMilestoneTimeForecast

String strFixedMilestoneTimeForecast
マイルストーン固定時間 (F)


strActualDate

String strActualDate
実績日付(マイルストーン通過)


strActualTime

String strActualTime
実績日/時間(マイルストーン適合)


strLatestDatesIndicator

String strLatestDatesIndicator
区分: 最遅日


strOffsetStartEndIndicator

String strOffsetStartEndIndicator
区分: オフセット用の参照(開始/終了活動日)


strOffsetMilestoneDate

String strOffsetMilestoneDate
マイルストーン日付のオフセット


strOffsetMilestoneDateUnit

String strOffsetMilestoneDateUnit
マイルストーンのオフセットのための時間単位


strOffsetMilestoneDateUnitIso

String strOffsetMilestoneDateUnitIso
単位の ISO コード


strOffsetPercentage

String strOffsetPercentage
活動日に対するマイルストーンの百分率によるオフセット


strTrendAnalysisIndicator

String strTrendAnalysisIndicator
傾向分析の関連マイルストーン


strEarnedValueIndicator

String strEarnedValueIndicator
進捗分析関連のマイルストーン


strPercentageOfCompletion

String strPercentageOfCompletion
進捗度 (%)


strSalesDocDateInidicator

String strSalesDocDateInidicator
販売伝票の日付に関連するマイルストーン


strInvoicePercentage

String strInvoicePercentage
請求金額率 (%)


strDeletionFlag

String strDeletionFlag
削除フラグ

Class jp.co.intra_mart.foundation.sap.module.financial.HierarchyNodes extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strGroupname

String strGroupname
グループ名


strHierlevel

String strHierlevel
階層のエントリレベル


strValcount

String strValcount
階層ノード内の値の値数


strDescript

String strDescript
グループテキスト (短)

Class jp.co.intra_mart.foundation.sap.module.financial.HierarchyValues extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strValfrom

String strValfrom
原価センタ/利益センタ


strValto

String strValto
原価センタ/利益センタ

Class jp.co.intra_mart.foundation.sap.module.financial.ImpWbsElement extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strWbsElement

String strWbsElement
WBS 要素


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.financial.InternalOrderGetDetail extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strOrderid

String strOrderid
指図番号


strLanguage

String strLanguage
ステータスおよび業務トランザクションテキストの言語


masterData

MasterData masterData
指図のマスタデータ構造


systemStatusList

List<E> systemStatusList
システムステータステーブル


userStatusList

List<E> userStatusList
ユーザステータス/指図ステータステーブル


allowedBusTractList

List<E> allowedBusTractList
使用可能業務トランザクションのテーブル

Class jp.co.intra_mart.foundation.sap.module.financial.InternalOrderGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

internalOrderGetDetail

InternalOrderGetDetail internalOrderGetDetail
内部指図書詳細情報クラス

Class jp.co.intra_mart.foundation.sap.module.financial.InternalOrderGetList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strControllingArea

String strControllingArea
管理領域


strRespCostCenter

String strRespCostCenter
責任原価センタ


strOrderType

String strOrderType
指図タイプ


strOrder

String strOrder
指図番号 (個別値、または下限値)


strOrderTo

String strOrderTo
指図番号 (上限値)


strOrderExternalNo

String strOrderExternalNo
外部指図番号 (個別値、または下限値)


strOrderExternalNoTo

String strOrderExternalNoTo
外部指図番号 (上限値)


orderListList

List<E> orderListList
選択指図一覧

Class jp.co.intra_mart.foundation.sap.module.financial.InternalOrderGetListController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

internalOrderGetList

InternalOrderGetList internalOrderGetList
内部指図書一覧情報クラス

Class jp.co.intra_mart.foundation.sap.module.financial.Language extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strLangu

String strLangu
言語キー


strLanguIso

String strLanguIso
ISO 639 準拠の言語

Class jp.co.intra_mart.foundation.sap.module.financial.MasterData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strOrder

String strOrder
指図番号


strOrderType

String strOrderType
販売伝票タイプ


strOrderName

String strOrderName
テキスト


strExtOrdNo

String strExtOrdNo
外部指図番号


strObjectNo

String strObjectNo
対象番号


strCoArea

String strCoArea
管理領域


strCompCode

String strCompCode
会社コード


strBusArea

String strBusArea
事業領域


strPlant

String strPlant
プラント


strProfitCtr

String strProfitCtr
利益センタ


strRespcctr

String strRespcctr
責任原価センタ


strWbsElem

String strWbsElem
作業詳細項目要素 (WBS 要素)


strWbsElementExt

String strWbsElementExt
WBS 要素


strRequestCctr

String strRequestCctr
申請原価センタ


strRequCompCode

String strRequCompCode
会社コード要求


strSalesOrd

String strSalesOrd
受注伝票番号


strSOrdItem

String strSOrdItem
受注明細番号


strTaxjurcode

String strTaxjurcode
税計算管轄コード - 税管轄コード


strCctrPosted

String strCctrPosted
原価が実際に転記された原価センタ


strCurrency

String strCurrency
購買発注通貨


strCstgSheet

String strCstgSheet
原価計算表


strOverheadKey

String strOverheadKey
間接費キー


strResAnalKey

String strResAnalKey
結果分析キー


strInterestProf

String strInterestProf
プロジェクト/指図金利計算の金利プロファイル


strApplicant

String strApplicant
申請者


strApplicantPhone

String strApplicantPhone
申請者の電話番号


strPersonResp

String strPersonResp
責任者


strPersonRespPhone

String strPersonRespPhone
責任者の電話番号


strEstimatedCosts

String strEstimatedCosts
指図の見積原価合計


strApplicationDate

String strApplicationDate
申請日


strDepartment

String strDepartment
部署


strDateWorkBegins

String strDateWorkBegins
作業開始


strDateWorkEnds

String strDateWorkEnds
作業終了


strWorkPermit

String strWorkPermit
仕事許可済フラグ


strProcessingGroup

String strProcessingGroup
処理グループ


strPlnRelease

String strPlnRelease
計画リリース日付


strPlnCompletion

String strPlnCompletion
計画完了日


strPlnClose

String strPlnClose
計画終了日付


strRequestOrder

String strRequestOrder
申請指図


strFuncArea

String strFuncArea
機能領域


strFuncAreaLong

String strFuncAreaLong
機能領域


strInChargeUser

String strInChargeUser
CO 内部指図の責任者

Class jp.co.intra_mart.foundation.sap.module.financial.OrderList extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strOrder

String strOrder
指図番号


strObjectNo

String strObjectNo
対象番号


strOrderType

String strOrderType
販売伝票タイプ


strOrderName

String strOrderName
テキスト

Class jp.co.intra_mart.foundation.sap.module.financial.ProfitCenterGrpGetDetail extends CommonCenterGrpGetDetail implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.financial.ProfitCenterGrpGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

profitCenterGrpGetDetail

ProfitCenterGrpGetDetail profitCenterGrpGetDetail
利益センタグループ情報クラス

Class jp.co.intra_mart.foundation.sap.module.financial.ProjectDefinition extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strProjectDefinition

String strProjectDefinition
プロジェクト定義


strDescription

String strDescription
PS: テキスト(短)(第一テキスト行)


strMaskId

String strMaskId
WBS 要素 ID(短)の選択マスク


strResponsibleNo

String strResponsibleNo
責任者番号 (プロジェクト責任者)


strApplicantNo

String strApplicantNo
申請者番号


strCompCode

String strCompCode
会社コード


strBusArea

String strBusArea
事業領域


strControllingArea

String strControllingArea
管理領域


strProfitCtr

String strProfitCtr
利益センタ


strProjectCurrency

String strProjectCurrency
WBS 通貨(プロジェクト定義)


strProjectCurrencyIso

String strProjectCurrencyIso
ISO 通貨コード


strNetworkAssignment

String strNetworkAssignment
ネットワーク割当


strStart

String strStart
プロジェクト計画開始日付


strFinish

String strFinish
プロジェクトの計画終了日


strPlant

String strPlant
プラント


strCalendar

String strCalendar
稼動日カレンダ


strPlanBasic

String strPlanBasic
プロジェクト基準日付計画方法


strPlanFcst

String strPlanFcst
プロジェクト予測日付の計画方法


strTimeUnit

String strTimeUnit
時間計画単位


strTimeUnitIso

String strTimeUnitIso
単位の ISO コード


strNetworkProfile

String strNetworkProfile
ネットワークプロファイル


strProjectProfile

String strProjectProfile
プロジェクトプロファイル


strBudgetProfile

String strBudgetProfile
予算プロファイル


strProjectStock

String strProjectStock
プロジェクト在庫


strObjectclass

String strObjectclass
対象クラス


strStatistical

String strStatistical
統計 WBS 要素


strTaxjurcode

String strTaxjurcode
税計算管轄コード - 税管轄コード


strIntProfile

String strIntProfile
プロジェクト/指図金利計算の金利プロファイル


strWbsSchedProfile

String strWbsSchedProfile
WBS 日程計画のプロファイル


strCshBdgtProfile

String strCshBdgtProfile
資金計画プロファイル


strPlanProfile

String strPlanProfile
計画プロファイル


strJointVenture

String strJointVenture
ジョイントベンチャ


strRecoveryInd

String strRecoveryInd
リカバリフラグ


strEquityType

String strEquityType
持分タイプ


strJvObjectType

String strJvObjectType
ジョイントベンチャ対象タイプ


strJvJibClass

String strJvJibClass
JIB/JIBE クラス


strJvJibSubClassA

String strJvJibSubClassA
JIB/JIBE サブクラスA


strDeletionFlag

String strDeletionFlag
削除フラグ


strObjectclassExt

String strObjectclassExt
オブジェクトクラス、言語依存


strFuncArea

String strFuncArea
機能領域


strFuncAreaLong

String strFuncAreaLong
機能領域

Class jp.co.intra_mart.foundation.sap.module.financial.ProjectGetInfo extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strProjectDefinition

String strProjectDefinition
プロジェクト定義


strWithActivities

String strWithActivities
区分: 活動があるプロジェクト


strWithMilestones

String strWithMilestones
マイルストーンがあるプロジェクトの出力


strWithSubtree

String strWithSubtree
WBS 要素サブツリーの出力


impWbsElementList

List<E> impWbsElementList
WBS 要素


projectDefinition

ProjectDefinition projectDefinition
プロジェクトについての詳細情報


expWbsElementList

List<E> expWbsElementList
WBS 要素についての詳細情報


expWbsMilestoneList

List<E> expWbsMilestoneList
WBS マイルストーンに関する詳細情報


expWbsHierarchieList

List<E> expWbsHierarchieList
WBS 階層についての情報


expActivityList

List<E> expActivityList
活動に関する詳細情報


expMessageList

List<E> expMessageList
詳細情報を読み込みエラー

Class jp.co.intra_mart.foundation.sap.module.financial.ProjectGetInfoController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

projectGetInfo

ProjectGetInfo projectGetInfo
WBSの詳細情報クラス

Class jp.co.intra_mart.foundation.sap.module.financial.SystemStatus extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strSysStatus

String strSysStatus
システムステータス


strSyStText

String strSyStText
オブジェクトの個別ステータス (簡略形式)


strSyStDscr

String strSyStDscr
オブジェクトステータス

Class jp.co.intra_mart.foundation.sap.module.financial.UserStatus extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strStatProf

String strStatProf
ステータスプロファイル


strUsrStatus

String strUsrStatus
ユーザステータス


strUsStNumb

String strUsStNumb
ステータス番号


strUsStText

String strUsStText
オブジェクトの個別ステータス (簡略形式)


strUsStDscr

String strUsStDscr
オブジェクトステータス


パッケージ jp.co.intra_mart.foundation.sap.module.financial.exception

Class jp.co.intra_mart.foundation.sap.module.financial.exception.SAPFinancialAppException extends SAPModuleAppException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.financial.exception.SAPFinancialSystemException extends SAPModuleSystemException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.module.purchase

Class jp.co.intra_mart.foundation.sap.module.purchase.AllVersions extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strDocType

String strDocType
購買伝票カテゴリ


strDocNumber

String strDocNumber
購買管理におけるオブジェクト番号


strItemNumber

String strItemNumber
購買管理オブジェクト: 明細


strVersion

String strVersion
購買管理におけるバージョン番号


strCreatedBy

String strCreatedBy
オブジェクト登録者名


strCrOn

String strCrOn
レコード登録日


strRecTime

String strRecTime
登録時刻


strReleasedBy

String strReleasedBy
承認者名


strReleaseDate

String strReleaseDate
承認日


strReleaseTime

String strReleaseTime
承認時刻


strReleasebyPur

String strReleasebyPur
承認購買担当者名


strReleasedatePur

String strReleasedatePur
購買担当者承認日付


strReleasetimePur

String strReleasetimePur
購買担当者承認時刻


strReason

String strReason
変更理由


strDescription

String strDescription
バージョンテキスト(長)


strReqByExt

String strReqByExt
バージョンの外部変更番号


strReqBy

String strReqBy
変更を依頼した従業員


strNetValue

String strNetValue
購買発注通貨による正味発注額


strValueChanged

String strValueChanged
バージョンによる金額変更


strCurrency

String strCurrency
通貨コード


strCurrencyIso

String strCurrencyIso
ISO コード通貨


strPostDate

String strPostDate
バージョンの転記日付


strCompleted

String strCompleted
ステータス "バージョン完了済"


strStatus

String strStatus
バージョンステータス


strDeleteInd

String strDeleteInd
購買伝票の削除フラグ


strStatusDocOld

String strStatusDocOld
このバージョンの前の旧処理状況 (購買伝票内)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.Cond extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strConditionNo

String strConditionNo
伝票条件番号


strItmNumber

String strItmNumber
条件明細番号


strCondStNo

String strCondStNo
ステップ番号


strCondCount

String strCondCount
条件カウンタ


strCondType

String strCondType
条件タイプ


strCondValue

String strCondValue
条件レート


strCurrency

String strCurrency
通貨コード


strCurrencyIso

String strCurrencyIso
ISO コード通貨


strCondUnit

String strCondUnit
条件単位


strCondUnitIso

String strCondUnitIso
条件数量単位 (ISO コード)


strCondPUnt

String strCondPUnt
価格条件単位


strApplicatio

String strApplicatio
アプリケーション


strConpricdat

String strConpricdat
条件価格設定日付


strCalctypcon

String strCalctypcon
条件計算タイプ


strConbaseval

String strConbaseval
条件基礎値


strConexchrat

String strConexchrat
現地通貨への換算レートに対する条件


strNumconvert

String strNumconvert
条件単位を基本単位へ変換する分子


strDenominato

String strDenominato
条件単位を基本単位へ変換する分母


strCondtype

String strCondtype
条件カテゴリ (例: 税、運賃、価格、原価)


strStatCon

String strStatCon
統計に適用する条件


strScaletype

String strScaletype
スケールタイプ


strAccruals

String strAccruals
見越額関連条件 (運賃など)


strConinvolst

String strConinvolst
請求書一覧条件


strCondorigin

String strCondorigin
条件生成区分


strGroupcond

String strGroupcond
グループ条件区分


strCondUpdat

String strCondUpdat
条件更新


strAccessSeq

String strAccessSeq
検索順序 - 検索番号


strCondcount

String strCondcount
条件連続番号


strCondcntrl

String strCondcntrl
条件管理


strCondisacti

String strCondisacti
無効条件


strCondclass

String strCondclass
条件クラス


strFactbasval

String strFactbasval
条件基礎値に対する要因


strScalebasin

String strScalebasin
スケール基準区分


strScalbasval

String strScalbasval
条件のスケール基準値


strUnitmeasur

String strUnitmeasur
条件スケール単位


strUnitmeasurIso

String strUnitmeasurIso
単位の ISO コード


strCurrenckey

String strCurrenckey
スケール通貨


strCurrenckeyIso

String strCurrenckeyIso
ISO コード通貨


strCondincomp

String strCondincomp
会社間請求の条件


strCondconfig

String strCondconfig
システム設定の条件


strCondchaman

String strCondchaman
条件 (マニュアル変更済)


strCondNo

String strCondNo
条件レコード番号


strChangeId

String strChangeId
変更タイプ(U、I、E、D)


strVendorNo

String strVendorNo
仕入先または債権者の勘定コード


coIndex

int coIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ContractLimits extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPckgNo

String strPckgNo
パッケージ番号


strLineNo

String strLineNo
制限の内部明細番号


strConNumber

String strConNumber
基本契約番号


strConItem

String strConItem
明細番号、契約


strLimit

String strLimit
全体制限


strNoLimit

String strNoLimit
制限なし


strPriceChg

String strPriceChg
入力シートの価格変更


strShortText

String strShortText
テキスト 1 (短)


strDeleteInd

String strDeleteInd
削除フラグ


clIndex

int clIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ContractService extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPckgNo

String strPckgNo
パッケージ番号


strLineNo

String strLineNo
内部明細番号


strExtLine

String strExtLine
明細番号


strOutlLevel

String strOutlLevel
グループの階層レベル


strOutlNo

String strOutlNo
アウトラインレベル


strOutlInd

String strOutlInd
区分: 出力行


strSubpckgNo

String strSubpckgNo
サブパッケージ番号


strService

String strService
活動番号


strServType

String strServType
サービスタイプのテキスト (短)


strEdition

String strEdition
サービスタイプのバージョン


strSscItem

String strSscItem
標準サービスカタログ: 明細


strExtServ

String strExtServ
仕入先のサービス番号


strQuantity

String strQuantity
+/- 記号あり/なし数量


strBaseUom

String strBaseUom
基本数量単位


strUomIso

String strUomIso
単位の ISO コード


strOvfTol

String strOvfTol
超過許容値


strOvfUnlim

String strOvfUnlim
契約外サービス制限なし


strPriceUnit

String strPriceUnit
価格単位


strGrPrice

String strGrPrice
基準額


strFromLine

String strFromLine
下限


strToLine

String strToLine
上限


strShortText

String strShortText
テキスト(短)


strDistrib

String strDistrib
複数勘定設定の配賦区分


strPersNo

String strPersNo
従業員番号


strWagetype

String strWagetype
ウェイジタイプ


strPlnPckg

String strPlnPckg
パッケージ番号供給元一覧


strPlnLine

String strPlnLine
入力: 計画梱包明細行


strConPckg

String strConPckg
入力: 基本契約の計画外


strConLine

String strConLine
入力: 基本契約の計画外


strTmpPckg

String strTmpPckg
入力: モデル仕様からの計画外サービス


strTmpLine

String strTmpLine
入力: モデル仕様からの計画外サービス


strSscLim

String strSscLim
標準サービスカタログ制限参照のサービス行


strLimitLine

String strLimitLine
入力: 計画外、明細制限


strTargetVal

String strTargetVal
目標値


strBaslineNo

String strBaslineNo
代替: 基本明細参照


strBasicLine

String strBasicLine
基本明細


strAlternat

String strAlternat
代替明細


strBidder

String strBidder
入札者の明細


strSuppLine

String strSuppLine
補足明細


strOpenQty

String strOpenQty
未処理数量のある明細


strInform

String strInform
情報行


strBlanket

String strBlanket
包括明細


strEventual

String strEventual
偶発的明細


strTaxCode

String strTaxCode
消費税コード


strTaxjurcode

String strTaxjurcode
税計算管轄コード - 税管轄コード


strPriceChg

String strPriceChg
入力シートの価格変更


strMatlGroup

String strMatlGroup
品目グループ


strDate

String strDate
日付


strBegintime

String strBegintime
開始時刻


strEndtime

String strEndtime
終了時刻


strExtpersNo

String strExtpersNo
外部従業員番号


strFormula

String strFormula
計算式番号


strFormVal1

String strFormVal1
計算式値


strFormVal2

String strFormVal2
計算式値


strFormVal3

String strFormVal3
計算式値


strFormVal4

String strFormVal4
計算式値


strFormVal5

String strFormVal5
計算式値


strUserf1Num

String strUserf1Num
ユーザ定義項目


strUserf2Num

String strUserf2Num
ユーザ定義項目


strUserf1Txt

String strUserf1Txt
ユーザ定義項目


strUserf2Txt

String strUserf2Txt
ユーザ定義項目


strHiLineNo

String strHiLineNo
上位階層明細番号


strExtrefkey

String strExtrefkey
サービスの外部参照キー


strDeleteInd

String strDeleteInd
削除フラグ


csIndex

int csIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ContractServiceAccount extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPckgNo

String strPckgNo
パッケージ番号


strLineNo

String strLineNo
明細行番号


strSernoLine

String strSernoLine
勘定コード設定のシリアル番号、サービス明細


strPercentage

String strPercentage
勘定設定金額配賦のパーセント


strSerialNo

String strSerialNo
勘定設定の連続番号


strQuantity

String strQuantity
+/- 記号あり/なし数量


strNetValue

String strNetValue
明細の正味額


saIndex

int saIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ContractServiceText extends PurchaseText implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPckgNo

String strPckgNo
パッケージ番号


strLineNo

String strLineNo
内部明細番号


strFormatCol

String strFormatCol
タグ列

Class jp.co.intra_mart.foundation.sap.module.purchase.DeliveryAddress extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strAddrNo

String strAddrNo
アドレス番号


strFormofaddr

String strFormofaddr
敬称テキスト


strName

String strName
名称 1


strName2

String strName2
名称 2


strName3

String strName3
名称 3


strName4

String strName4
名称 4


strCOName

String strCOName
気付


strCity

String strCity
市区町村


strDistrict

String strDistrict
所在地


strCityNo

String strCityNo
市区町村/地名ファイルの市区町村コード


strPostlCod1

String strPostlCod1
市区町村の郵便番号


strPostlCod2

String strPostlCod2
私書箱郵便番号


strPostlCod3

String strPostlCod3
会社郵便番号 (大規模なユーザ用)


strPoBox

String strPoBox
私書箱


strPoBoxCit

String strPoBoxCit
私書箱住所


strDelivDis

String strDelivDis
郵便配達地域


strStreet

String strStreet
地名


strStreetNo

String strStreetNo
市区町村/地名ファイルの地名コード


strStrAbbr

String strStrAbbr
地名の略称 (例: スペイン)


strHouseNo

String strHouseNo
番地-号


strStrSuppl1

String strStrSuppl1
地名 2


strStrSuppl2

String strStrSuppl2
地名 3


strLocation

String strLocation
地名 5


strBuilding

String strBuilding
旧: 建物 (番号または略称)


strFloor

String strFloor
建物の階


strRoomNo

String strRoomNo
部屋/アパート番号


strCountry

String strCountry
国コード


strLangu

String strLangu
言語キー


strRegion

String strRegion
地域 (都道府県)


strSort1

String strSort1
検索条件 1


strSort2

String strSort2
検索条件 2


strTimeZone

String strTimeZone
アドレスタイムゾーン


strTaxjurcode

String strTaxjurcode
税管轄コード


strAdrNotes

String strAdrNotes
住所注記


strCommType

String strCommType
通信方法 (キー) (アドレス管理)


strTel1Numbr

String strTel1Numbr
第一電話番号: ダイヤルコード + 番号


strTel1Ext

String strTel1Ext
第 1 電話番号: 内線


strFaxNumber

String strFaxNumber
第一 FAX 番号: ダイヤルコード + 番号


strFaxExtens

String strFaxExtens
第一 FAX 番号: 内線


strStreetLng

String strStreetLng
地名


strDistrctNo

String strDistrctNo
市区町村/地名ファイルの所在地コード


strChckstatus

String strChckstatus
市区町村ファイルテストステータス


strPboxcitNo

String strPboxcitNo
市区町村私書箱コード (市ファイル)


strTranspzone

String strTranspzone
商品の納入区域


strHouseNo2

String strHouseNo2
番地補足


strEMail

String strEMail
電子メールアドレス


strStrSuppl3

String strStrSuppl3
地名 4


strTitle

String strTitle
タイトル (敬称)


strCountryiso

String strCountryiso
ISO 国コード


strLanguIso

String strLanguIso
ISO 639 準拠の言語


strBuildLong

String strBuildLong
建物 (番号またはコード)


strRegiogroup

String strRegiogroup
地域構造グループ化


deIndex

int deIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.DistributionChannelSelection extends Selection implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strDistrChanLow

String strDistrChanLow
流通チャネルの範囲開始


strDistrChanHigh

String strDistrChanHigh
流通チャネルの範囲終了


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ExportHeader extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strTransportMode

String strTransportMode
貿易管理の輸送モード


strCustoms

String strCustoms
税関: 税関 (出国時)

Class jp.co.intra_mart.foundation.sap.module.purchase.ExportItem extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strBusinessTransactionType

String strBusinessTransactionType
貿易管理の取引タイプ


strExportImportProcedure

String strExportImportProcedure
貿易の輸出入手続


strCountryori

String strCountryori
品目の原産国


strCountryoriIso

String strCountryoriIso
ISO 国コード


strRegionorig

String strRegionorig
品目の原産地 (非特恵対象地区の原産)


strCommCode

String strCommCode
貿易: 統計品目コード/輸入コード番号


strShippingCountry

String strShippingCountry
貿易: 出荷国


strShippingCountryIso

String strShippingCountryIso
ISO 国コード


eiIndex

int eiIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.Extension extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strStructure

String strStructure
BAPI テーブル拡張の構造名


strValuepart1

String strValuepart1
BAPI 拡張パラメータのデータ部分


strValuepart2

String strValuepart2
BAPI 拡張パラメータのデータ部分


strValuepart3

String strValuepart3
BAPI 拡張パラメータのデータ部分


strValuepart4

String strValuepart4
BAPI 拡張パラメータのデータ部分


exIndex

int exIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.GoodsMvtCreateController extends GoodsMvtCreate implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.GoodsMvtGetItemsController extends GoodsMvtGetItems implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.Limits extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPckgNo

String strPckgNo
パッケージ番号


strLimit

String strLimit
全体制限


strNoLimit

String strNoLimit
制限なし


strExpValue

String strExpValue
見込金額


strSscExist

String strSscExist
サービスタイプの制限


strConExist

String strConExist
基本契約明細の制限


strTmpExist

String strTmpExist
サービスパッケージの制限


strPriceChg

String strPriceChg
入力シートの価格変更


strFreeLimit

String strFreeLimit
自由制限


strNoFrlimit

String strNoFrlimit
制限なし


strServType

String strServType
サービスタイプのテキスト (短)


strEdition

String strEdition
サービスタイプのバージョン


strSscLimit

String strSscLimit
サービスタイプの金額制限


strSscNolim

String strSscNolim
標準サービスタイプの制限なし


strSscPrschg

String strSscPrschg
入力シートの価格変更


strSscPerc

String strSscPerc
価格決定率


strTmpNumber

String strTmpNumber
モデルサービス明細セット番号


strTmpLimit

String strTmpLimit
モデルサービス明細制限


strTmpNolim

String strTmpNolim
モデル仕様の制限なし


strTmpPrschg

String strTmpPrschg
入力シートの価格変更


strTmpPerc

String strTmpPerc
価格決定率


strContPerc

String strContPerc
価格決定率


liIndex

int liIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ManufacturerPartNumb extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strManuMat

String strManuMat
製造者製品コード


strMfrNo

String strMfrNo
製造者番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.MaterialAvailabilityController extends MaterialAvailability implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.MaterialGetAllController extends MaterialGetAll implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.MaterialGetList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strMaxRows

String strMaxRows
選択予定品目の最大数


matnrSelectionList

List<E> matnrSelectionList
品目コードの選択オプション一覧


materialShortDescselList

List<E> materialShortDescselList
品目テキストの選択オプション一覧


manufacturerPartNumbList

List<E> manufacturerPartNumbList
製造業者と製造者製品コード一覧


plantSelectionList

List<E> plantSelectionList
プラントの選択オプション一覧


storageLocationselectList

List<E> storageLocationselectList
保管場所の選択オプション一覧


salesOrganisationSelectionList

List<E> salesOrganisationSelectionList
販売組織の選択オプション一覧


distributionChannelSelectionList

List<E> distributionChannelSelectionList
流通チャネルの選択オプション一覧


matnrListList

List<E> matnrListList
品目コードと品目テキスト一覧

Class jp.co.intra_mart.foundation.sap.module.purchase.MaterialGetListController extends MaterialGetList implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.MaterialSaveReplicaController extends MaterialSaveReplica implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.MaterialShortDescsel extends Selection implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strDescrLow

String strDescrLow
開始品目テキスト


strDescrHigh

String strDescrHigh
品目テキスト


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.MatnrList extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strMaterial

String strMaterial
品目コード


strMatlDesc

String strMatlDesc
品目テキスト


strMaterialExternal

String strMaterialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


strMaterialGuid

String strMaterialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


strMaterialVersion

String strMaterialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)

Class jp.co.intra_mart.foundation.sap.module.purchase.MatnrSelection extends Selection implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strMatnrLow

String strMatnrLow
開始品目コード


strMatnrHigh

String strMatnrHigh
終了品目コード


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamAllVersions extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamCondHeader extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamCondItem extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamContractLimits extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamContractService extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamContractServiceAccount extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamContractServiceText extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamDeliveryAddress extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamExportHeader extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamExportItem extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamExtension extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamHeader extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamHeaderText extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamItem extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamItemText extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamLimits extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPartner extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamProfitSegment extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseAccount extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseComponents extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseConfirmation extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseHistory extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseHistoryTotals extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseSchedule extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseShipping extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamPurchaseShippingExp extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamVendorAddress extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.ParamVersions extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.Partner extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPartnerdesc

String strPartnerdesc
言語別取引先機能テキスト


strLangu

String strLangu
言語キー


strBuspartno

String strBuspartno
取引先の仕入先マスタコード


strDeleteInd

String strDeleteInd
削除フラグ


paIndex

int paIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PlantSelection extends Selection implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPlantLow

String strPlantLow
対象プラント 開始


strPlantHigh

String strPlantHigh
対象プラント 終了


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.ProfitSegment extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strSerialNo

String strSerialNo
勘定設定の連続番号


strFieldname

String strFieldname
項目名


strValue

String strValue
CO-PA 特性値


prIndex

int prIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseAccount extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strSerialNo

String strSerialNo
勘定設定の連続番号


strDeleteInd

String strDeleteInd
削除フラグ: 購買伝票勘定設定


strCreatDate

String strCreatDate
レコード登録日


strQuantity

String strQuantity
数量


strDistrPerc

String strDistrPerc
配賦率 % (複数勘定設定)


strNetValue

String strNetValue
BAPI の通貨額 (小数点以下9桁)


strGlAccount

String strGlAccount
G/L 勘定コード


strBusArea

String strBusArea
事業領域


strCostcenter

String strCostcenter
原価センタ


strSdDoc

String strSdDoc
販売管理伝票番号


strItmNumber

String strItmNumber
販売伝票明細


strSchedLine

String strSchedLine
納入日程行


strAssetNo

String strAssetNo
資産番号


strSubNumber

String strSubNumber
資産補助番号


strOrderid

String strOrderid
指図番号


strGrRcpt

String strGrRcpt
受領者


strUnloadPt

String strUnloadPt
荷渡ポイント


strCoArea

String strCoArea
管理領域


strCostobject

String strCostobject
原価対象


strProfitCtr

String strProfitCtr
利益センタ


strWbsElement

String strWbsElement
WBS 要素


strNetwork

String strNetwork
勘定割当のネットワーク番号


strRlEstKey

String strRlEstKey
不動産管理対象の内部キー


strPartAcct

String strPartAcct
取引先勘定コード


strCmmtItem

String strCmmtItem
資金予算コード


strRecInd

String strRecInd
リカバリフラグ


strFundsCtr

String strFundsCtr
予算センタ


strFund

String strFund
会計区分


strFuncArea

String strFuncArea
機能領域


strRefDate

String strRefDate
決済の参照日付


strTaxCode

String strTaxCode
消費税コード


strTaxjurcode

String strTaxjurcode
税計算管轄コード - 税管轄コード


strNondItax

String strNondItax
BAPI の通貨額 (小数点以下9桁)


strActtype

String strActtype
活動タイプ


strCoBusproc

String strCoBusproc
業務プロセス


strResDoc

String strResDoc
用途指定予算の伝票番号


strResItem

String strResItem
用途指定予算: 伝票明細


strActivity

String strActivity
作業番号


strGrantNbr

String strGrantNbr
補助金


strCmmtItemLong

String strCmmtItemLong
資金予算コード


strFuncAreaLong

String strFuncAreaLong
機能領域


acIndex

int acIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseComponents extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strSchedLine

String strSchedLine
納入日程行


strItemNo

String strItemNo
入出庫予定/従属所要量の明細番号


strMaterial

String strMaterial
品目コード


strEntryQuantity

String strEntryQuantity
構成品目の所要量


strEntryUom

String strEntryUom
入力単位


strEntryUomIso

String strEntryUomIso
入力単位 (ISO コード)


strFixedQuan

String strFixedQuan
数量固定


strPlant

String strPlant
プラント


strReqDate

String strReqDate
構成品目の所要日付


strChangeId

String strChangeId
変更タイプ(U、I、E、D)


strMaterialExternal

String strMaterialExternal
項目 MATERIAL の品目コード (長)


strMaterialGuid

String strMaterialGuid
項目 MATERIAL の外部 GUID


strMaterialVersion

String strMaterialVersion
項目 MATERIAL のバージョン番号


coIndex

int coIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseConfirmation extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strConfSer

String strConfSer
仕入先確認の連続番号


strConfType

String strConfType
確認カテゴリ


strConfName

String strConfName
確認カテゴリ: テキスト


strDelDatcat

String strDelDatcat
仕入先確認における納入期日の日付カテゴリ


strDelDatcatExt

String strDelDatcatExt
納入期日カテゴリ


strDelivDate

String strDelivDate
仕入先確認の納入日付


strDelivTime

String strDelivTime
仕入先確認の納入日時


strQuantity

String strQuantity
仕入先確認による数量


strDeleteInd

String strDeleteInd
区分: 仕入先確認削除


strDispoRel

String strDispoRel
区分: MRP 関連の確認


strReceiptRel

String strReceiptRel
区分: 入庫関連の確認


strExtDoc

String strExtDoc
仕入先確認の外部伝票番号


strDelivNumb

String strDelivNumb
出荷伝票


strDelivItem

String strDelivItem
出荷明細


strExtDocLong

String strExtDocLong
参照伝票番号 (依存性についてはテキスト長参照)


coIndex

int coIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseGetItemSrel extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strRelGroup

String strRelGroup
承認グループ


strRelCode

String strRelCode
承認コード


strItemsForRelease

String strItemsForRelease
区分: 承認待ち購買発注のみ照会


purchaseHeadersList

List<E> purchaseHeadersList
ヘッダ一覧


purchaseItemsList

List<E> purchaseItemsList
明細一覧

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseGetItemSrelController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

purchaseGetItemSrel

PurchaseGetItemSrel purchaseGetItemSrel
購買承認対象一覧情報クラス

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseHeader extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoNumber

String strPoNumber
購買伝票番号


strDocType

String strDocType
伝票タイプ


strDeleteInd

String strDeleteInd
削除フラグ


strStatus

String strStatus
ステータス


strCreatedBy

String strCreatedBy
登録者名


strItemIntvl

String strItemIntvl
明細番号間隔


strVendor

String strVendor
仕入先勘定コード


strPmnttrms

String strPmnttrms
支払条件キー


strDscnt1To

String strDscnt1To
現金割引日数1


strDscnt2To

String strDscnt2To
現金割引日数2


strDscnt3To

String strDscnt3To
現金割引日数3


strPurchOrg

String strPurchOrg
購買組織


strPurGroup

String strPurGroup
購買グループ


strCurrency

String strCurrency
通貨コード


strCurrencyIso

String strCurrencyIso
ISO通貨コード


strExchRate

String strExchRate
換算レート


strExRateFx

String strExRateFx
換算レート固定区分


strDocDate

String strDocDate
購買伝票日付


strVperStart

String strVperStart
有効期間開始日


strVperEnd

String strVperEnd
有効期間終了日


strWarranty

String strWarranty
保証日


strQuotation

String strQuotation
見積番号


strQuotDate

String strQuotDate
見積提出日


strRef1

String strRef1
得意先/仕入先の内部参照コード


strSalesPers

String strSalesPers
仕入先営業担当者


strTelephone

String strTelephone
仕入先電話番号


strSupplVend

String strSupplVend
供給仕入先


strCustomer

String strCustomer
得意先コード1


strAgreement

String strAgreement
購買契約番号


strGrMessage

String strGrMessage
入庫メッセージ区分


strSupplPlnt

String strSupplPlnt
在庫転送オーダーにおける供給(出庫)プラント


strIncoterms1

String strIncoterms1
インコタームズ1


strIncoterms2

String strIncoterms2
インコタームズ2


strDiffInv

String strDiffInv
仕入先と請求元が異なる場合の請求書元コード


strOurRef

String strOurRef
社内参照番号


strLogsystem

String strLogsystem
論理システム


strSubitemint

String strSubitemint
副明細の明細間隔


strRelStatus

String strRelStatus
承認状況

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseHeaderPost extends PurchaseHeader implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strCompCode

String strCompCode
会社コード


strCreatDate

String strCreatDate
レコード登録日


strLangu

String strLangu
言語キー


strLanguIso

String strLanguIso
言語キーの ISO コード


strDsctPct1

String strDsctPct1
割引率 1


strDsctPct2

String strDsctPct2
割引率 2


strCollectNo

String strCollectNo
一括番号


strPoRelInd

String strPoRelInd
承認区分: 購買伝票


strVatCntry

String strVatCntry
売上税 ID 番号国


strVatCntryIso

String strVatCntryIso
消費税登録番号の ISO 国コード


strReasonCancel

String strReasonCancel
取消理由


strReasonCode

String strReasonCode
Goods Receipt Reason Code

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseHeaders extends PurchaseHeader implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strCoCode

String strCoCode
会社コード


strDocCat

String strDocCat
購買伝票カテゴリ


strCntrlInd

String strCntrlInd
購買伝票タイプに対する管理区分


strCreatedOn

String strCreatedOn
レコード登録日


strLastItem

String strLastItem
最終明細番号


strLanguage

String strLanguage
言語キー


strCashDisc1

String strCashDisc1
割引率 1


strCashDisc2

String strCashDisc2
割引率 2


strApplicBy

String strApplicBy
見積提出期限


strQuotDead

String strQuotDead
見積提出期限


strBindgPer

String strBindgPer
見積有効期間


strBidinvNo

String strBidinvNo
見積管理番号


strRejReason

String strRejReason
見積および受注の拒否理由


strComplDlv

String strComplDlv
全購買発注に対する一括納入指定


strRcvgVend

String strRcvgVend
未使用項目


strTargetVal

String strTargetVal
累積計画金額


strCollNo

String strCollNo
一括番号


strDocCond

String strDocCond
伝票条件番号


strProcedure

String strProcedure
決定表 (価格設定/出力管理/勘定設定/原価計算など)


strUpdateGrp

String strUpdateGrp
統計更新の更新グループ


strExportNo

String strExportNo
貿易データ番号: MM/SD 伝票


strMastCond

String strMastCond
期間依存条件伝票


strRelGroup

String strRelGroup
承認グループ


strRelStrat

String strRelStrat
承認方針


strRelInd

String strRelInd
承認区分: 購買伝票


strSubjToR

String strSubjToR
承認未完了


strTaxrCntry

String strTaxrCntry
納税申告書の国


strSchedInd

String strSchedInd
分納契約のリリース伝票区分


strVendName

String strVendName
名称 1


strExchRateCm

String strExchRateCm
間接呼び値換算レート


strHold

String strHold
購買発注の不完全

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseHistory extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strSerialNo

String strSerialNo
勘定設定の連続番号


strProcessId

String strProcessId
購買発注履歴取引タイプ


strDocYear

String strDocYear
入出庫伝票年


strMatDoc

String strMatDoc
入出庫伝票番号


strMatdocItm

String strMatdocItm
入出庫伝票の明細


strHistType

String strHistType
購買発注履歴カテゴリ


strMoveType

String strMoveType
移動タイプ (在庫管理)


strPstngDate

String strPstngDate
伝票の転記日付


strQuantity

String strQuantity
数量


strValLoccur

String strValLoccur
国内通貨額


strValForcur

String strValForcur
伝票通貨額


strCurrency

String strCurrency
通貨コード


strClValLoc

String strClValLoc
国内通貨による入庫/請求仮勘定決済金額


strBlockedQy

String strBlockedQy
発注単位の入庫保留在庫


strBlQty

String strBlQty
入庫保留在庫数量 (発注価格単位)


strDbCrInd

String strDbCrInd
借方/貸方フラグ


strValType

String strValType
評価タイプ


strNoMoreGr

String strNoMoreGr
納入完了 区分


strRefDocNo

String strRefDocNo
参照伝票番号


strRefDocYr

String strRefDocYr
参照伝票の会計年度


strRefDoc

String strRefDoc
参照伝票の伝票番号


strRefDocIt

String strRefDocIt
参照伝票の明細


strMoveReas

String strMoveReas
移動理由


strEntryDate

String strEntryDate
会計伝票登録日付


strEntryTime

String strEntryTime
登録時刻


strIvvalLoc

String strIvvalLoc
国内通貨での入力請求額


strIvvalFor

String strIvvalFor
外貨での入力済請求額


strMaterial

String strMaterial
品目コード


strPlant

String strPlant
プラント


strConfSer

String strConfSer
仕入先確認の連続番号


strCondition

String strCondition
伝票条件番号


strTaxCode

String strTaxCode
売上税コード


strDelivQty

String strDelivQty
納品書数量単位の数量


strDelivUnit

String strDelivUnit
納品書の数量単位


strPurMat

String strPurMat
品目コード


strLocCurr

String strLocCurr
国内通貨コード


strBatch

String strBatch
ロット番号


strDocDate

String strDocDate
伝票の伝票日付


strCurrencyIso

String strCurrencyIso
ISO 通貨コード


strLocCurrIso

String strLocCurrIso
国内通貨の ISO コード


strDelivUnitIso

String strDelivUnitIso
納品書数量単位の ISO コード


strMaterialExternal

String strMaterialExternal
項目 MATERIAL の品目コード (長)


strMaterialGuid

String strMaterialGuid
項目 MATERIAL の外部 GUID


strMaterialVersion

String strMaterialVersion
項目 MATERIAL のバージョン番号


strPurMatExternal

String strPurMatExternal
項目 PUR_MAT の品目コード (長)


strPurMatGuid

String strPurMatGuid
項目 PUR_MAT の外部 GUID


strPurMatVersion

String strPurMatVersion
項目 PUR_MAT のバージョン番号


strRefDocNoLong

String strRefDocNoLong
参照伝票番号 (依存性についてはテキスト長参照)


coIndex

int coIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseHistoryTotals extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strSerialNo

String strSerialNo
勘定設定の連続番号


strWithdrQty

String strWithdrQty
出庫量


strBlockedQy

String strBlockedQy
発注単位の入庫保留在庫


strBlQty

String strBlQty
入庫保留在庫数量 (発注価格単位)


strDelivQty

String strDelivQty
入庫数量


strPoPrQnt

String strPoPrQnt
購買発注価格単位での数量


strValGrLoc

String strValGrLoc
国内通貨による入庫額


strValGrFor

String strValGrFor
外国通貨での入庫額


strIvQty

String strIvQty
請求数量


strIvQtyPo

String strIvQtyPo
購買価格数量単位による請求数量


strValIvLoc

String strValIvLoc
国内通貨による請求額


strValIvFor

String strValIvFor
外貨による請求額


strClValLoc

String strClValLoc
国内通貨による入庫/請求仮勘定決済金額


strClValFor

String strClValFor
外貨による入庫/請求仮勘定決済金額


strDopVlLoc

String strDopVlLoc
国内通貨による前払金合計


strIvvalLoc

String strIvvalLoc
国内通貨での入力請求額


strIvvalFor

String strIvvalFor
外貨での入力済請求額


strDlQtyTrsp

String strDlQtyTrsp
納入済数量 (在庫転送)


strBlQtyTotal

String strBlQtyTotal
発注単位による入庫保留在庫 (絶対額)


strDlQtyTotal

String strDlQtyTotal
入庫数量: 絶対額


strIvQtyTotal

String strIvQtyTotal
請求書受領数量: 絶対額


strCurrency

String strCurrency
通貨コード


strCurrencyIso

String strCurrencyIso
ISO 通貨コード


coIndex

int coIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseItem extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
明細番号


strDeleteInd

String strDeleteInd
購買伝票の削除フラグ


strShortText

String strShortText
品目コードテキスト(短)


strMaterial

String strMaterial
品目コード


strMaterialExternal

String strMaterialExternal
品目コード(長)


strMaterialGuid

String strMaterialGuid
品目コードの外部GUID


strMaterialVersion

String strMaterialVersion
品目コードのバージョン番号


strPlant

String strPlant
プラント


strTrackingno

String strTrackingno
購買依頼追跡番号


strInfoRec

String strInfoRec
購買情報番号


strVendMat

String strVendMat
仕入先が使用している品目コード


strPoUnitIso

String strPoUnitIso
ISOコードによる発注単位


strOrderprUn

String strOrderprUn
購買発注価格単位


strOrderprUnIso

String strOrderprUnIso
購買発注価格のISOコード


strConvNum1

String strConvNum1
購買価格単位から購買発注単位への変換分子


strConvDen1

String strConvDen1
購買価格単位から購買発注単位への変換分母


strNetPrice

String strNetPrice
通貨額


strPriceUnit

String strPriceUnit
価格単位


strTaxCode

String strTaxCode
消費税コード


strQualInsp

String strQualInsp
在庫タイプ


strValType

String strValType
評価タイプ


strNoMoreGr

String strNoMoreGr
納入完了区分


strItemCat

String strItemCat
購買伝票の明細カテゴリ


strAcctasscat

String strAcctasscat
勘定設定カテゴリ


strDistrib

String strDistrib
複数勘定設定の配賦区分


strPartInv

String strPartInv
一部請求区分


strAcknReqd

String strAcknReqd
購買発注請求書依頼


strAgreement

String strAgreement
購買契約番号


strAgmtItem

String strAgmtItem
購買契約の明細番号


strShipping

String strShipping
出荷指示


strPlanDel

String strPlanDel
予定納入日数


strKanbanInd

String strKanbanInd
かんばん区分


strRetItem

String strRetItem
返品明細


strAtRelev

String strAtRelev
適当テーブル関連


strPreqName

String strPreqName
購買依頼者名/要求者名


strPckgNo

String strPckgNo
パッケージ番号


strNoRounding

String strNoRounding
購買発注明細での非表示丸め


strPoPrice

String strPoPrice
価格採用区分

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseItemPost extends PurchaseItem implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strEmaterial

String strEmaterial
品目コード


strEmaterialExternal

String strEmaterialExternal
品目コード(長)


strEmaterialGuid

String strEmaterialGuid
品目コードの外部GUID


strEmaterialVersion

String strEmaterialVersion
品目コードのバージョン番号


strStgeLoc

String strStgeLoc
保管場所


strMatlGroup

String strMatlGroup
品目グループ


strQuantity

String strQuantity
購買発注数量


strPoUnit

String strPoUnit
発注単位


strGrPrTime

String strGrPrTime
入庫処理日数


strBonGrp1

String strBonGrp1
決済グループ1


strInfoUpd

String strInfoUpd
購買情報更新区分


strPrntPrice

String strPrntPrice
価格印刷


strEstPrice

String strEstPrice
概算価格区分


strReminder1

String strReminder1
第一回催促状/督促状の日数


strReminder2

String strReminder2
第二回催促状/督促状の日数


strReminder3

String strReminder3
第三回催促状/督促状の日数


strOverDlvTol

String strOverDlvTol
過剰納入許容範囲


strUnlimitedDlv

String strUnlimitedDlv
区分: 無制限過剰納入可能


strUnderDlvTol

String strUnderDlvTol
不足納入許容範囲リミット


strFinalInv

String strFinalInv
請求書処理完了区分


strGrInd

String strGrInd
入庫区分


strGrNonVal

String strGrNonVal
非評価入庫


strIrInd

String strIrInd
請求書受領区分


strFreeItem

String strFreeItem
無償明細


strGrBasediv

String strGrBasediv
入庫基準の請求書照合区分


strAcknowlNo

String strAcknowlNo
購買発注請書番号


strCustomer

String strCustomer
得意先コード


strCondGroup

String strCondGroup
仕入先条件グループ


strNoDisct

String strNoDisct
現金値引対象外明細


strNetWeight

String strNetWeight
正味重量


strWeightunit

String strWeightunit
重量単位


strWeightunitIso

String strWeightunitIso
重量単位のISOコード


strTaxjurcode

String strTaxjurcode
税計算管轄コード - 税管轄コード


strCtrlKey

String strCtrlKey
調達における品質管理の管理キー


strConfCtrl

String strConfCtrl
確認管理キー


strRevLev

String strRevLev
改訂レベル


strFund

String strFund
会計区分


strFundsCtr

String strFundsCtr
予算センタ


strCmmtItem

String strCmmtItem
資金予算コード


strPricedate

String strPricedate
価格設定日カテゴリ (価格設定日管理)


strPriceDate

String strPriceDate
価格設定日


strGrossWt

String strGrossWt
総重量


strVolume

String strVolume
容積


strVolumeunit

String strVolumeunit
容積単位


strVolumeunitIso

String strVolumeunitIso
ISO コードでの容積単位


strIncoterms1

String strIncoterms1
インコタームズ (1)


strIncoterms2

String strIncoterms2
インコタームズ 2


strPreVendor

String strPreVendor
製造元/販売元


strVendPart

String strVendPart
仕入先部門


strHlItem

String strHlItem
購買伝票中の上位明細


strGrToDate

String strGrToDate
納入最終期限


strSuppVendor

String strSuppVendor
供給仕入先/仕入入庫


strScVendor

String strScVendor
外注仕入先


strErs

String strErs
ERS(入庫/請求自動決済)


strRPromo

String strRPromo
プロモーション


strPoints

String strPoints
リベートポイント数


strPointUnit

String strPointUnit
ポイント単位


strPointUnitIso

String strPointUnitIso
ポイント単位の ISO コード


strSeason

String strSeason
季節カテゴリ


strSeasonYr

String strSeasonYr
シーズン年度


strBonGrp2

String strBonGrp2
決済グループ 2 (リベート決済、購買)


strBonGrp3

String strBonGrp3
決済グループ 3 (リベート決済、購買)


strSettItem

String strSettItem
リベート (期末) 決済対象の明細


strMinremlife

String strMinremlife
最低有効期間残


strRfqNo

String strRfqNo
見積依頼番号


strRfqItem

String strRfqItem
見積依頼明細番号


strPreqNo

String strPreqNo
購買依頼番号


strPreqItem

String strPreqItem
購買依頼の明細番号


strRefDoc

String strRefDoc
参照伝票番号


strRefItem

String strRefItem
参照伝票の明細


strSiCat

String strSiCat
補助明細カテゴリ、購買伝票


strOrderReason

String strOrderReason
発注理由


strBrasNbm

String strBrasNbm
Brazilian NCM Code


strMatlUsage

String strMatlUsage
品目の用途


strMatOrigin

String strMatOrigin
品目の原産地


strInHouse

String strInHouse
内部生産


strIndus3

String strIndus3
品目 CFOP カテゴリ


strInfIndex

String strInfIndex
インフレーション指数


strUntilDate

String strUntilDate
インフレーション指数日付


strDelivCompl

String strDelivCompl
出荷完了 区分


strPartDeliv

String strPartDeliv
明細レベルでの分割納入 (在庫転送)


strShipBlocked

String strShipBlocked
SD 出荷伝票の明細ブロック


strPeriodIndExpirationDate

String strPeriodIndExpirationDate
有効期間期限日の期間区分


strIntObjNo

String strIntObjNo
選定 (内部オブジェクト番号)


strBatch

String strBatch
ロット番号


strVendrbatch

String strVendrbatch
仕入先ロット番号


strCalctype

String strCalctype
価格設定タイプ


strGrantNbr

String strGrantNbr
補助金


strCmmtItemLong

String strCmmtItemLong
資金予算コード


strFuncAreaLong

String strFuncAreaLong
機能領域


strSupplStloc

String strSupplStloc
出庫保管場所: 在庫転送オーダー


strSrvBasedIv

String strSrvBasedIv
サービス基準請求書照合の区分


strFundsRes

String strFundsRes
予算執行伝票の伝票番号


strResItem

String strResItem
用途指定予算: 伝票明細


strOrigAccept

String strOrigAccept
仕入先構内での受領


strAllocTbl

String strAllocTbl
商品配分表番号


strAllocTblItem

String strAllocTblItem
割当テーブルの明細番号


strSrcStockType

String strSrcStockType
在庫転送オーダーの元保管場所在庫タイプ


strReasonRej

String strReasonRej
見積および受注の拒否理由


strCrmSalesOrderNo

String strCrmSalesOrderNo
仕入先直送発注処理の CRM 受注番号


strCrmSalesOrderItemNo

String strCrmSalesOrderItemNo
仕入先直送発注処理での CRM 受注明細番号


strCrmRefSalesOrderNo

String strCrmRefSalesOrderNo
仕入先直送発注処理の CRM 参照受注番号


strCrmRefSoItemNo

String strCrmRefSoItemNo
仕入先直送発注処理での CRM 参照受注明細番号


strPrioUrgency

String strPrioUrgency
所要量の緊急度


strPrioRequirement

String strPrioRequirement
所要量の優先順位


strReasonCode

String strReasonCode
Goods Receipt Reason Code


glIndex

int glIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseItems extends PurchaseItem implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoNumber

String strPoNumber
購買伝票番号


strAddress

String strAddress
住所


strPurMat

String strPurMat
品目コード


strStoreLoc

String strStoreLoc
保管場所


strMatGrp

String strMatGrp
品目グループ


strAllocTbl

String strAllocTbl
商品配分表番号


strAtItem

String strAtItem
割当テーブルの明細番号


strUnit

String strUnit
発注単位


strPromotion

String strPromotion
プロモーション


strManufProf

String strManufProf
製造者製品プロファイル


strManuMat

String strManuMat
製造者製品コード


strMfrNo

String strMfrNo
製造者番号


strMfrNoExt

String strMfrNoExt
外部製造者コード名または番号


strItemCatExt

String strItemCatExt
購買伝票の明細カテゴリ


strDispQuan

String strDispQuan
購買発注数量: 表示目的全納入日程合計


strPurMatExternal

String strPurMatExternal
項目 PURMAT の品目コード (長) (今後のリリースで開発)


strPurMatGuid

String strPurMatGuid
項目 PURMAT の外部 GUID (今後のリリースで開発)


strPurMatVersion

String strPurMatVersion
項目 PURMAT のバージョン番号 (今後のリリースで開発)


strPrClosed

String strPrClosed
購買依頼処理済


strAcknowlNo

String strAcknowlNo
購買発注請書番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseOrderPayPost extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

poNumber

String poNumber
購買伝票番号


testRun

String testRun
テスト区分


memoryUnComplete

String memoryUnComplete
エラーがある場合に購買発注を保留する区分


memoryComplete

String memoryComplete
エラーがない場合に購買発注を保留する区分


noMessaging

String noMessaging
出力決定なし区分


noMessageReq

String noMessageReq
メッセージ不要区分


noAuthority

String noAuthority
権限チェックなし区分


noPriceFromPo

String noPriceFromPo
最終伝票からの価格転送なし区分


documentHeader

PurchaseHeaderPost documentHeader
伝票ヘッダ


supplierInfo

VendorAddress supplierInfo
仕入先住所


exportHeader

ExportHeader exportHeader
貿易管理ヘッダ


versions

Versions versions
バージョン管理


purchaseItemPostList

List<E> purchaseItemPostList
明細一覧


deliveryAddressList

List<E> deliveryAddressList
入荷伝票アドレス一覧


purchaseScheduleList

List<E> purchaseScheduleList
納入日程一覧


purchaseAccountList

List<E> purchaseAccountList
勘定設定一覧


profitSegmentList

List<E> profitSegmentList
入出庫予定一覧


condHeaderList

List<E> condHeaderList
条件ヘッダ一覧


condItemList

List<E> condItemList
条件明細一覧


limitsList

List<E> limitsList
外注制限一覧


contractLimitsList

List<E> contractLimitsList
外注基本契約制限一覧


contractServiceList

List<E> contractServiceList
外注サービス一覧


contractServiceAccountList

List<E> contractServiceAccountList
外注サービス勘定設定一覧


contractServiceTextList

List<E> contractServiceTextList
外注サービステキスト一覧


extensionList

List<E> extensionList
拡張得意先項目一覧


exportItemList

List<E> exportItemList
貿易管理明細一覧


headerTextList

List<E> headerTextList
ヘッダテキスト一覧


itemTextList

List<E> itemTextList
明細テキスト一覧


partnerList

List<E> partnerList
取引先一覧


allVersionsList

List<E> allVersionsList
全バージョン一覧


purchaseShippingList

List<E> purchaseShippingList
出荷データ


purchaseShippingExpList

List<E> purchaseShippingExpList
出荷データのエクスポート


purchaseComponentsList

List<E> purchaseComponentsList
コンポーネント


purchaseConfirmationList

List<E> purchaseConfirmationList
転送構造:照会/一覧


purchaseHistoryList

List<E> purchaseHistoryList
購買発注履歴


purchaseHistoryTotalsList

List<E> purchaseHistoryTotalsList
購買発注履歴(合計)

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseOrderPayPostController extends PurchaseOrderPayPost implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseOrderPostChangeController extends PurchaseOrderPayPost implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseRelease extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPurchaseorder

String strPurchaseorder
購買発注番号


strPoRelCode

String strPoRelCode
承認コード


strUseExceptions

String strUseExceptions
例外メッセージ設定とエラーメッセージ出力


strNoCommit

String strNoCommit
コミットワーク はい/いいえ


strRelStatusNew

String strRelStatusNew
返却承認状況


strRelIndicatorNew

String strRelIndicatorNew
返却規承認区分

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseReleaseController extends PurchaseRelease implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strRetCode

String strRetCode
リターン値、ABAP 命令後のリターン値

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseResetReleaseController extends PurchaseRelease implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseSchedule extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strSchedLine

String strSchedLine
納入日程行


strDelDatcatExt

String strDelDatcatExt
納入期日カテゴリ


strDeliveryDate

String strDeliveryDate
納入期日


strQuantity

String strQuantity
計画数量


strDelivTime

String strDelivTime
納入期日における指定時間


strStatDate

String strStatDate
統計的納入期日


strPreqNo

String strPreqNo
購買依頼番号


strPreqItem

String strPreqItem
購買依頼の明細番号


strPoDate

String strPoDate
納入日程の購買発注日付


strRoutesched

String strRoutesched
輸送経路計画


strMsDate

String strMsDate
品目利用可能日


strMsTime

String strMsTime
品目供給ステージ (現地時刻: プラント参照)


strLoadDate

String strLoadDate
積載日付


strLoadTime

String strLoadTime
積載時刻 (現地時間: 出荷ポイント)


strTpDate

String strTpDate
輸送計画日付


strTpTime

String strTpTime
輸送計画 - 時間 (現地時間/出荷ポイント参照)


strGiDate

String strGiDate
出庫日付


strGiTime

String strGiTime
出庫時刻 (現地時間 - プラント参照)


strDeleteInd

String strDeleteInd
購買伝票の削除フラグ


strReqClosed

String strReqClosed
購買依頼処理済


strGrEndDate

String strGrEndDate
入庫終了日付


strGrEndTime

String strGrEndTime
入庫終了時刻 (ローカル、プラントに関連)


strComQty

String strComQty
確認数量


strComDate

String strComDate
確認日


scIndex

int scIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseShipping extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strShipPoint

String strShipPoint
出荷ポイント/入荷ポイント


strDlvPrio

String strDlvPrio
出荷優先順位


strRoute

String strRoute
輸送経路


strShipCond

String strShipCond
出荷条件


strUnloadPt

String strUnloadPt
荷渡ポイント


strAuthNumber

String strAuthNumber
返品権限番号


strSrcDlvNo

String strSrcDlvNo
元出荷番号


strSrcHandlgUnit

String strSrcHandlgUnit
元/先 荷役単位 (外部 ID)


strInspoutGuid

String strInspoutGuid
品質検査結果: EWM 設定の在庫 GUID


strFollowUp

String strFollowUp
デフォルト後続アクティビティコード


coIndex

int coIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseShippingExp extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoItem

String strPoItem
購買伝票の明細番号


strShipPoint

String strShipPoint
出荷ポイント/入荷ポイント


strDlvPrio

String strDlvPrio
出荷優先順位


strRoute

String strRoute
輸送経路


strCustomer

String strCustomer
得意先コード 1


strSoldTo

String strSoldTo
受注先


strFwdagent

String strFwdagent
海貨業者


strSalesorg

String strSalesorg
販売組織


strDistrChan

String strDistrChan
流通チャネル


strDivision

String strDivision
製品部門


strDelCreateDate

String strDelCreateDate
出荷登録日付


strPlndDelry

String strPlndDelry
予定納入時間 (単位: 日)


strLangu

String strLangu
言語キー


strLanguIso

String strLanguIso
言語キーの ISO コード


strShipCond

String strShipCond
出荷条件


strLoadinggrp

String strLoadinggrp
積載グループ


strTransGrp

String strTransGrp
輸送グループ


strUnloadPt

String strUnloadPt
荷渡ポイント


strOrdcombind

String strOrdcombind
受注結合区分


strTimeZone

String strTimeZone
出荷場所のタイムゾーン


strAuthNumber

String strAuthNumber
返品権限番号


strSrcDlvNo

String strSrcDlvNo
元出荷番号


strSrcHandlgUnit

String strSrcHandlgUnit
元/先 荷役単位 (外部 ID)


strInspoutGuid

String strInspoutGuid
品質検査結果: EWM 設定の在庫 GUID


strFollowUp

String strFollowUp
デフォルト後続アクティビティコード


coIndex

int coIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.PurchaseText extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoNumber

String strPoNumber
購買伝票番号


strPoItem

String strPoItem
購買伝票の明細番号


strTextId

String strTextId
テキスト ID


strTextForm

String strTextForm
タグ列


strTextLine

String strTextLine
テキスト行


teIndex

int teIndex
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.SalesOrganisationSelection extends Selection implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strSalesorgLow

String strSalesorgLow
販売組織の範囲開始


strSalesorgHigh

String strSalesorgHigh
販売組織の範囲終了


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.Selection extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strSign

String strSign
選択演算子 SIGN (テーブル範囲)


strOption

String strOption
選択演算子 OPTION (範囲テーブル)

Class jp.co.intra_mart.foundation.sap.module.purchase.StdMaterialGetIntNumberController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

stdIntNumList

StdMaterialGetIntNumberList stdIntNumList
品目コード割当済一覧

Class jp.co.intra_mart.foundation.sap.module.purchase.StorageLocationSelect extends Selection implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strStlocLow

String strStlocLow
開始保管場所


strStlocHigh

String strStlocHigh
終了保管場所


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.SupplierDetail extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strVendor

String strVendor
実行パラメータ(仕入先コード)


strCompode

String strCompode
実行パラメータ(会社コード)


generalDataInfo

GeneralDataInfo generalDataInfo
一般データ情報


companyDataInfo

CompanyDataInfo companyDataInfo
会社コード依存データ情報


bankDataInfoList

List<E> bankDataInfoList
銀行データ情報

Class jp.co.intra_mart.foundation.sap.module.purchase.SupplierExistenceCheck extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strVendor

String strVendor
実行パラメータ(仕入先コード)


strCompCode

String strCompCode
実行パラメータ(会社コード)


checkReturn

String checkReturn
返却値

Class jp.co.intra_mart.foundation.sap.module.purchase.SupplierExistenceCheckController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

supplierExistenceCheck

SupplierExistenceCheck supplierExistenceCheck
仕入先コード存在チェック

Class jp.co.intra_mart.foundation.sap.module.purchase.SupplierGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

supplierDetail

SupplierDetail supplierDetail
仕入先マスタ詳細情報

Class jp.co.intra_mart.foundation.sap.module.purchase.VendorAddress extends GeneralDataInfo implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPoNumber

String strPoNumber
購買伝票番号


strAddrNo

String strAddrNo
アドレス番号


strCOName

String strCOName
気付


strCityNo

String strCityNo
市区町村/地名ファイルの市区町村コード


strPostlCod1

String strPostlCod1
市区町村の郵便番号


strPostlCod2

String strPostlCod2
私書箱郵便番号


strPostlCod3

String strPostlCod3
会社郵便番号 (大規模なユーザ用)


strPoBoxCit

String strPoBoxCit
私書箱住所


strDelivDis

String strDelivDis
郵便配達地域


strStreetNo

String strStreetNo
市区町村/地名ファイルの地名コード


strStrAbbr

String strStrAbbr
地名の略称 (例: スペイン)


strHouseNo

String strHouseNo
番地-号


strStrSuppl1

String strStrSuppl1
地名 2


strStrSuppl2

String strStrSuppl2
地名 3


strLocation

String strLocation
地名 5


strBuilding

String strBuilding
旧: 建物 (番号または略称)


strFloor

String strFloor
建物の階


strRoomNo

String strRoomNo
部屋/アパート番号


strSort1

String strSort1
検索条件 1


strSort2

String strSort2
検索条件 2


strTimeZone

String strTimeZone
アドレスタイムゾーン


strTaxjurcode

String strTaxjurcode
税管轄コード


strAdrNotes

String strAdrNotes
住所注記


strCommType

String strCommType
通信方法 (キー) (アドレス管理)


strTel1Numbr

String strTel1Numbr
第一電話番号: ダイヤルコード + 番号


strTel1Ext

String strTel1Ext
第 1 電話番号: 内線


strFaxNumber

String strFaxNumber
第一 FAX 番号: ダイヤルコード + 番号


strFaxExtens

String strFaxExtens
第一 FAX 番号: 内線


strStreetLng

String strStreetLng
地名


strDistrctNo

String strDistrctNo
市区町村/地名ファイルの所在地コード


strChckstatus

String strChckstatus
市区町村ファイルテストステータス


strPboxcitNo

String strPboxcitNo
市区町村私書箱コード (市ファイル)


strTranspzone

String strTranspzone
商品の納入区域


strHouseNo2

String strHouseNo2
番地補足


strEMail

String strEMail
電子メールアドレス


strStrSuppl3

String strStrSuppl3
地名 4


strTitle

String strTitle
タイトル (敬称)


strBuildLong

String strBuildLong
建物 (番号またはコード)


strRegiogroup

String strRegiogroup
地域構造グループ化

Class jp.co.intra_mart.foundation.sap.module.purchase.Versions extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

strPostDate

String strPostDate
バージョンの転記日付


strCompleted

String strCompleted
ステータス "バージョン完了済"


strReason

String strReason
変更理由


strDescription

String strDescription
バージョンテキスト(長)


strReqBy

String strReqBy
変更を依頼した従業員


strReqByExt

String strReqByExt
バージョンの外部変更番号


strActivity

String strActivity
処理タイプ(SAP ERP6.0 では使用されない項目です。)


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.common.model

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ClientData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


indSector

String indSector
産業コード


matlType

String matlType
品目タイプ


createdOn

String createdOn
登録日付


createdBy

String createdBy
オブジェクト登録者名


lastChnge

String lastChnge
最終変更日付


changedBy

String changedBy
オブジェクトの変更者名


matStatus

String matStatus
品目更新完了ステータス


maintStat

String maintStat
更新ステータス


delFlag

String delFlag
クライアントレベルでの品目削除フラグ


matlGroup

String matlGroup
品目グループ


oldMatNo

String oldMatNo
旧品目コード


baseUom

String baseUom
基本数量単位


baseUomIso

String baseUomIso
ISO コードでの基本数量単位


poUnit

String poUnit
発注単位


poUnitIso

String poUnitIso
ISO コードによる発注単位


document

String document
文書番号 (文書管理システムによらない)


docType

String docType
文書タイプ (文書管理システムによらない)


docVers

String docVers
文書バージョン (文書管理システムによらない)


docFormat

String docFormat
文書のページ書式 (文書管理システムによらない)


docChgNo

String docChgNo
文書変更番号 (文書管理システム外)


pageNo

String pageNo
文書ページ番号 (文書管理システムによらない)


noSheets

String noSheets
文書枚数 (文書管理システムによらない)


prodMemo

String prodMemo
製造/検査メモ


pageformat

String pageformat
製造メモのページ書式


sizeDim

String sizeDim
サイズ/寸法


basicMatl

String basicMatl
主構成物質


stdDescr

String stdDescr
標準テキスト (ANSI、ISO など)


dsnOffice

String dsnOffice
研究室/設計室


purValkey

String purValkey
購買許容値キー


netWeight

String netWeight
正味重量


unitOfWt

String unitOfWt
重量単位


unitOfWtIso

String unitOfWtIso
ISO コードでの重量単位


container

String container
容器条件


storConds

String storConds
保管条件


tempConds

String tempConds
温度条件区分


transGrp

String transGrp
輸送グループ


hazMatNo

String hazMatNo
危険物コード


division

String division
製品部門


competitor

String competitor
競合会社


qtyGrGi

String qtyGrGi
数量: 印刷予定入出庫票数


procRule

String procRule
調達規則


supSource

String supSource
供給元


season

String season
季節カテゴリ


labelType

String labelType
ラベルタイプ


labelForm

String labelForm
ラベル書式


prodHier

String prodHier
品目階層


cadId

String cadId
CAD 区分


allowedWt

String allowedWt
許容梱包重量


packWtUn

String packWtUn
重量単位 (許容梱包重量)


packWtUnIso

String packWtUnIso
ISO コードでの重量単位 (許容梱包重量)


allwdVol

String allwdVol
許容梱包容積


packVoUn

String packVoUn
容積単位 (許容梱包容積)


packVoUnIso

String packVoUnIso
ISO コードでの容積単位 (許容梱包容積)


wtTolLt

String wtTolLt
荷役単位の重量超過許容量


volTolLt

String volTolLt
荷役単位の容積超過許容量


varOrdUn

String varOrdUn
可変購買発注単位有効


configured

String configured
選定可能品目


batchMgmt

String batchMgmt
ロット管理所要量区分


shMatTyp

String shMatTyp
梱包材タイプ


fillLevel

String fillLevel
最大レベル (容積別)


stackFact

String stackFact
山積係数


matGrpSm

String matGrpSm
品目グループ: 梱包材


authoritygroup

String authoritygroup
権限グループ


qmProcmnt

String qmProcmnt
調達における品質管理有効


catprofile

String catprofile
カタログプロファイル


minremlife

String minremlife
最低有効期間残


shelfLife

String shelfLife
総有効期間


storPct

String storPct
残存有効期間割合 %


confMatl

String confMatl
プラント共通選定可能品目


coProduct

String coProduct
区分: 連産品としても使用可能な品目


prRefMat

String prRefMat
価格設定参照品目


purStatus

String purStatus
プラント共通品目ステータス


salStatus

String salStatus
流通チェーン間品目ステータス


pvalidfrom

String pvalidfrom
プラント共通品目のステータス有効開始日付


svalidfrom

String svalidfrom
流通チェーン間品目ステータスの有効開始日付


envtRlvt

String envtRlvt
区分: 環境関連


prodAlloc

String prodAlloc
製品割当決定手順


qualDik

String qualDik
無償納入による割引対象品目


manuMat

String manuMat
製造者製品コード


mfrNo

String mfrNo
製造者番号


invMatNo

String invMatNo
会社固有 (内部) 在庫管理品目コード


manufProf

String manufProf
製造者製品プロファイル


hazmatprof

String hazmatprof
危険物インジケータプロファイル


highVisc

String highVisc
区分: 高粘性


looseorliq

String looseorliq
区分: バルク/液体


closedBox

String closedBox
完了した梱包材


appdBRec

String appdBRec
区分: バッチ製造記録の承認必須


matcmpllvl

String matcmpllvl
品目完了レベル


parEff

String parEff
有効性パラメータへの値割当/変更番号よりも優先


roundUpRuleExpirationDate

String roundUpRuleExpirationDate
有効期間期限日計算の丸め規則


periodIndExpirationDate

String periodIndExpirationDate
有効期間期限日の期間区分


prodCompositionOnPackaging

String prodCompositionOnPackaging
区分: 梱包材にプリントされた生産構造


itemCat

String itemCat
一般明細カテゴリグループ


hazMatNoExternal

String hazMatNoExternal
項目 HAZ_MAT_NO の品目コード (長) (今後のリリースで開発)


hazMatNoGuid

String hazMatNoGuid
項目 HAZ_MAT_NO の外部 GUID (今後のリリースで開発)


hazMatNoVersion

String hazMatNoVersion
項目 HAZ_MAT_NO のバージョン番号 (今後のリリースで開発)


invMatNoExternal

String invMatNoExternal
項目 INV_MAT_NO の品目コード (長) (今後のリリースで開発)


invMatNoGuid

String invMatNoGuid
項目 INV_MAT_NO の外部 GUID (今後のリリースで開発)


invMatNoVersion

String invMatNoVersion
項目 INV_MAT_NO のバージョン番号 (今後のリリースで開発)


materialFixed

String materialFixed
ロックされている品目


cmRelevanceFlag

String cmRelevanceFlag
構成管理関連


sledBbd

String sledBbd
有効期限


gtinVariant

String gtinVariant
グローバルトレード明細番号バリアント


serializationLevel

String serializationLevel
シリアル番号の指定レベル


plRefMat

String plRefMat
梱包方法が同じ品目の参照品目


extmatlgrp

String extmatlgrp
外部品目グループ


uomusage

String uomusage
使用数量単位


gdsRelevant

String gdsRelevant
区分:グローバルデータ同期関連


materialExternal

String materialExternal
項目 MATERIAL の品目コード(長)


materialGuid

String materialGuid
項目 MATERIAL の外部GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


confMatlExternal

String confMatlExternal
項目 CONF_MATL の品目コード(長)


confMatlGuid

String confMatlGuid
項目 CONF_MATL の外部GUID


confMatlVersion

String confMatlVersion
項目 CONF_MATL のバージョン番号


plRefMatExternal

String plRefMatExternal
項目 PL_REF_MAT の品目コード(長)


plRefMatGuid

String plRefMatGuid
項目 PL_REF_MAT の外部GUID


plRefMatVersion

String plRefMatVersion
項目 PL_REF_MAT のバージョン番号


prRefMatExternal

String prRefMatExternal
項目 PR_REF_MAT の品目コード(長)


prRefMatGuid

String prRefMatGuid
項目 PR_REF_MAT の外部GUID


prRefMatVersion

String prRefMatVersion
項目 PR_REF_MAT のバージョン番号


weOriginAcceptance

String weOriginAcceptance
仕入先構内での受領

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ClientDataList extends ClientData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ForecastParameters extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


foreProf

String foreProf
需要予測プロファイル


modelSi

String modelSi
モデル選択区分


modelSp

String modelSp
モデル選択方式


paramOpt

String paramOpt
パラメータ最適化用の区分


optimLev

String optimLev
最適化レベル


initialize

String initialize
初期化区分


foreModel

String foreModel
予測モデル


alphaFact

String alphaFact
アルファ係数使用による基本値の平滑化


betaFact

String betaFact
ベータ係数による傾向値平準化


gammaFact

String gammaFact
ガンマ係数使用の平滑化のための季節指数


deltaFact

String deltaFact
デルタ係数使用による MAD (絶対平均偏差) 平準化


tracklimit

String tracklimit
警告限界


foreDate

String foreDate
最終需要予測日


histVals

String histVals
履歴値の数


initPds

String initPds
初期化で使用する履歴値の数


seasonPds

String seasonPds
季節周期ごとの期間数


expostPds

String expostPds
事後的需要予測に含む履歴値の数


forePds

String forePds
需要予測期間


fixedPds

String fixedPds
固定期間


basicValue

String basicValue
基準値


basicValue1

String basicValue1
第二指図の基準値


basicValue2

String basicValue2
第二指図の基準値


basicValuePp

String basicValuePp
前期間の基準値


basicValuePp1

String basicValuePp1
前期間における第二指図の基準値


basicValuePp2

String basicValuePp2
前期間における第二指図の基準値


trendValue

String trendValue
傾向値


trendValuePp

String trendValuePp
前期間の傾向値


meanAbsolDev

String meanAbsolDev
絶対平均偏差 (MAD)


meanAbsolDevPp

String meanAbsolDevPp
前期間の平均絶対偏差


errorTotal

String errorTotal
エラー合計


errorTotalPp

String errorTotalPp
前期間のエラー合計


wtgGroup

String wtgGroup
加重グループ


coeffTheil

String coeffTheil
タイル係数


exceptList

String exceptList
例外メッセージバー


forecFlowCont

String forecFlowCont
予測フロー管理


periodInd

String periodInd
期間区分


fyVariant

String fyVariant
会計年度バリアント


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ForecastParametersList extends ForecastParameters implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.GoodsMvtHeader extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

docDate

String docDate
伝票の伝票日付


headerTxt

String headerTxt
伝票ヘッダテキスト


pstngDate

String pstngDate
伝票の転記日付


refDocNo

String refDocNo
参照伝票番号


refDocNoLong

String refDocNoLong
参照伝票番号 (依存性についてはテキスト長参照)


verGrGiSlip

String verGrGiSlip
入出庫票の印刷バ-ジョン


billOfLading

String billOfLading
入庫時に登録した B/L 番号


grGiSlipNo

String grGiSlipNo
入出庫票番号


prUname

String prUname
ユーザ名


verGrGiSlipx

String verGrGiSlipx
関連ユーザデータ項目の更新情報


extWms

String extWms
外部倉庫管理の転記の制御


billOfLadingLong

String billOfLadingLong
入庫の船荷証券番号 (依存: テキスト (長) 参照)


barCode

String barCode
バーコードエントリ


matDoc

String matDoc
入出庫伝票番号


docYear

String docYear
入出庫伝票年度


trEvType

String trEvType
トランザクション/イベントタイプ


entryDate

String entryDate
会計伝票登録日


entryTime

String entryTime
登録時刻


username

String username
ユーザ名


expimpNo

String expimpNo
貿易データ番号: MM/SD 伝票

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.GoodsMvtHeaderList extends GoodsMvtHeader implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.GoodsMvtItems extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

activity

String activity
作業番号


acttype

String acttype
活動タイプ


amountLc

String amountLc
マニュアル入力による転記金額 (国内通貨)


amountSv

String amountSv
外部入力による販売金額 (国内通貨)


assetNo

String assetNo
資産番号


batch

String batch
ロット番号


calcMotive

String calcMotive
計算区分


cmmtItem

String cmmtItem
資金予算コード


cmmtItemLong

String cmmtItemLong
資金予算コード


coBusproc

String coBusproc
業務プロセス


compShip

String compShip
出荷指示順守


costObj

String costObj
原価対象


costcenter

String costcenter
原価センタ


currency

String currency
通貨コード


currencyIso

String currencyIso
ISO 通貨コード


customer

String customer
得意先コード


docYear

String docYear
入出庫伝票年度


entryQnt

String entryQnt
入力単位での数量


entryUom

String entryUom
入力単位


entryUomIso

String entryUomIso
単位の ISO コード


expirydate

String expirydate
有効期間期限日


funcAreaLong

String funcAreaLong
機能領域


fund

String fund
会計区分


fundsCtr

String fundsCtr
予算センタ


grRcpt

String grRcpt
受領者


grantNbr

String grantNbr
補助金


itemText

String itemText
明細テキスト


lineDepth

String lineDepth
伝票での明細行階層レベル


lineId

String lineId
伝票明細行の一意 ID


matDoc

String matDoc
入出庫伝票番号


matdocItm

String matdocItm
入出庫伝票の明細


material

String material
品目コード


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


moveBatch

String moveBatch
入庫/出庫ロット


moveMat

String moveMat
入庫/出庫品目


moveMatExternal

String moveMatExternal
項目 MOVE_MAT の品目コード (長) (今後のリリースで開発)


moveMatGuid

String moveMatGuid
項目 MOVE_MAT の外部 GUID (今後のリリースで開発)


moveMatVersion

String moveMatVersion
項目 MOVE_MAT のバージョン番号 (今後のリリースで開発)


movePlant

String movePlant
入庫/出庫プラント


moveReas

String moveReas
移動理由


moveStloc

String moveStloc
入庫/出庫保管場所


moveType

String moveType
移動タイプ (在庫管理)


moveValType

String moveValType
転送ロットの評価タイプ


mvtInd

String mvtInd
移動区分


network

String network
勘定割当のネットワーク番号


noMoreGr

String noMoreGr
納入完了 区分


orderItno

String orderItno
指図明細番号


orderid

String orderid
指図番号


orderprUn

String orderprUn
購買発注価格単位 (購買管理)


orderprUnIso

String orderprUnIso
単位の ISO コード


parentId

String parentId
1 レベル上位の行 ID


partAcct

String partAcct
取引先勘定コード


plant

String plant
プラント


poItem

String poItem
購買伝票の明細番号


poNumber

String poNumber
購買発注番号


poPrQnt

String poPrQnt
数量 (購買発注価格単位)


prodDate

String prodDate
ロット製造日付


profitCtr

String profitCtr
利益センタ


profitSegmNo

String profitSegmNo
収益性セグメント番号 (CO-PA)


refDate

String refDate
決済の参照日付


refDoc

String refDoc
参照伝票の伝票番号


refDocIt

String refDocIt
参照伝票の明細番号


refDocYr

String refDocYr
参照伝票の会計年度


resItem

String resItem
入出庫予定/従属所要量の明細番号


resType

String resType
レコードタイプ


reservNo

String reservNo
入出庫予定/従属所要量の番号


rlEstKey

String rlEstKey
不動産管理対象の内部キー


sOrdItem

String sOrdItem
受注明細番号


salesOrd

String salesOrd
受注伝票番号


schedLine

String schedLine
受注納入日程


shipping

String shipping
出荷指示


specStock

String specStock
特殊在庫区分


stckType

String stckType
在庫タイプ


stgeLoc

String stgeLoc
保管場所


subNumber

String subNumber
資産補助番号


supplVend

String supplVend
供給仕入先


unloadPt

String unloadPt
荷渡ポイント


valSOrdItem

String valSOrdItem
評価受注在庫の受注明細


valSalesOrd

String valSalesOrd
評価受注在庫の受注番号


valType

String valType
評価タイプ


valWbsElem

String valWbsElem
WBS 要素


vendor

String vendor
仕入先勘定コード


wbsElem

String wbsElem
WBS 要素


withdrawn

String withdrawn
入出庫予定に対する出庫完了


xAutoCre

String xAutoCre
自動登録済み明細


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.MaterialDescription extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


langu

String langu
言語キー


languIso

String languIso
ISO 639 準拠の言語


matlDesc

String matlDesc
品目テキスト


delFlag

String delFlag
データレコード削除 (テーブル繰返し)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.MaterialEvg extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

materialExt

String materialExt
外部品目コード


materialVers

String materialVers
品目バージョン番号


materialGuid

String materialGuid
品目コード(外部 GUID)

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ParamGoodsMvtHeader extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ParamGoodsMvtHeaderList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ParamGoodsMvtItems extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ParamMaterialEvg extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.PlanningData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


plngMatl

String plngMatl
計画品目


plngPlant

String plngPlant
計画プラント


convfactor

String convfactor
計画品目用変換係数


plngMatlExternal

String plngMatlExternal
項目 PLNG_MATL の品目コード (長) (今後のリリースで開発)


plngMatlGuid

String plngMatlGuid
項目 PLNG_MATL の外部 GUID (今後のリリースで開発)


plngMatlVersion

String plngMatlVersion
項目 PLNG_MATL のバージョン番号 (今後のリリースで開発)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.PlanningDataList extends PlanningData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.PlantData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


maintStat

String maintStat
更新ステータス


delFlag

String delFlag
プラントレベルでの品目削除フラグ


abcId

String abcId
ABC 区分


critPart

String critPart
区分: 重要品目


purGroup

String purGroup
購買グループ


issueUnit

String issueUnit
出庫単位


issueUnitIso

String issueUnitIso
ISO コードでの出庫単位


mrpprofile

String mrpprofile
品目: MRP プロファイル


mrpType

String mrpType
MRP タイプ


mrpCtrler

String mrpCtrler
MRP 管理者


plndDelry

String plndDelry
予定納入時間 (単位: 日)


grPrTime

String grPrTime
入庫処理日数


periodInd

String periodInd
期間区分


assyScrap

String assyScrap
組立不良率


lotsizekey

String lotsizekey
ロットサイズ (品目計画)


procType

String procType
調達タイプ


spproctype

String spproctype
特殊調達タイプ


reorderPt

String reorderPt
発注点


safetyStk

String safetyStk
安全在庫


minlotsize

String minlotsize
最小ロットサイズ


maxlotsize

String maxlotsize
最大ロットサイズ


fixedLot

String fixedLot
固定ロットサイズ


roundVal

String roundVal
購買発注数量の丸め数量


maxStock

String maxStock
最大在庫レベル


ordCosts

String ordCosts
発注原価 (BAPI インタフェース)


depReqId

String depReqId
個別所要量と包括所要量に対する従属所要量区分


storCosts

String storCosts
保管経費区分


altBomId

String altBomId
代替 BOM 選択の方法


discontinu

String discontinu
打切区分


effODay

String effODay
有効終了日


followUp

String followUp
フォローアップ品目


grpReqmts

String grpReqmts
区分: 所要量グループ化


mixedMrp

String mixedMrp
二重 MRP 区分


smKey

String smKey
日程計画余裕キー


backflush

String backflush
区分: バックフラッシュ


productionScheduler

String productionScheduler
製造計画担当


procTime

String procTime
処理時間


setuptime

String setuptime
段取時間と片付け時間


interop

String interop
移動時間


baseQty

String baseQty
基本数量


inhseprodt

String inhseprodt
内製日数


stgeperiod

String stgeperiod
最長保管期間


stgePdUn

String stgePdUn
最長保管期間の単位


stgePdUnIso

String stgePdUnIso
ISO コードでの最長保管期間単位


overTol

String overTol
過剰納入許容範囲リミット


unlimited

String unlimited
区分: 無制限過剰納入可能


underTol

String underTol
不足納入許容範囲リミット


replentime

String replentime
補充リードタイム合計 (稼動日数)


replacePt

String replacePt
取替部品


indPostToInspStock

String indPostToInspStock
品質検査中在庫への転記


ctrlKey

String ctrlKey
調達における品質管理の管理キー


docReqd

String docReqd
文書必須フラグ


loadinggrp

String loadinggrp
積載グループ


batchMgmt

String batchMgmt
ロット管理所要量区分


quotausage

String quotausage
供給量割当の使用


servLevel

String servLevel
サービスレベル


splitInd

String splitInd
分割区分


availcheck

String availcheck
利用可能在庫確認の確認グループ


fyVariant

String fyVariant
会計年度バリアント


corrFact

String corrFact
区分: 修正係数を需要予測値計算に使用


setupTime

String setupTime
出荷準備時間


baseQtyPlan

String baseQtyPlan
出荷の能力計画のための基本数量


shipProcTime

String shipProcTime
出荷処理時間


supSource

String supSource
供給元


autoPOrd

String autoPOrd
区分: "購買発注自動生成"


sourcelist

String sourcelist
区分: 供給元一覧必須


commCode

String commCode
貿易: 統計品目コード/輸入コード番号


countryori

String countryori
品目の原産国


countryoriIso

String countryoriIso
ISO コードでの品目原産国


regionorig

String regionorig
品目の原産地 (非特恵対象地区の原産)


commCoUn

String commCoUn
物品コード (貿易) の数量単位


commCoUnIso

String commCoUnIso
ISO コードによる物品コード (貿易管理) の数量単位


expimpgrp

String expimpgrp
輸出/輸入品目グループ


profitCtr

String profitCtr
利益センタ


ppcPlCal

String ppcPlCal
PPC 計画カレンダ


repManuf

String repManuf
区分: 繰返生産許可


plTiFnce

String plTiFnce
計画タイムフェンス


consummode

String consummode
消費モード


bwdCons

String bwdCons
消費期間: 後方


fwdCons

String fwdCons
消費期間: 前方


versionFlag

String versionFlag
バージョン区分


alternativeBom

String alternativeBom
代替 BOM


bomUsage

String bomUsage
BOM 用途


planlistgrp

String planlistgrp
タスクリストグループのキー


planlistcnt

String planlistcnt
グループカウンタ


lotSize

String lotSize
原価計算ロットサイズ


specprocty

String specprocty
原価計算の特殊調達タイプ


prodUnit

String prodUnit
製造単位


prodUnitIso

String prodUnitIso
製造単位 (ISO コード)


issStLoc

String issStLoc
出庫保管場所


mrpGroup

String mrpGroup
MRP グループ


compScrap

String compScrap
構成品目不良率


certType

String certType
証明書タイプ


cycleTime

String cycleTime
タクトタイム


inspSetupFlag

String inspSetupFlag
品目/プラントに QM 検査データ設定


covprofile

String covprofile
在庫日数プロファイル


ccPhInv

String ccPhInv
循環棚卸の実地棚卸区分


varianceKey

String varianceKey
差異キー


sernoProf

String sernoProf
シリアル番号プロファイル


psConfMat

String psConfMat
選定可能品目


repmanprof

String repmanprof
繰返生産プロファイル


negStocks

String negStocks
プラントにおけるマイナス在庫許可


qmRgmts

String qmRgmts
仕入先の必須 QM システム


plngCycle

String plngCycle
計画サイクル


roundProf

String roundProf
丸めプロファイル


refmatcons

String refmatcons
消費参照品目


refpltcons

String refpltcons
消費参照プラント


dToRefM

String dToRefM
消費データ参照の有効終了日


multRefM

String multRefM
消費データ参照品目の乗数


autoReset

String autoReset
予測モデル自動リセット


prefStatFlag

String prefStatFlag
区分: 特恵関税 - 輸出/輸入


exCertId

String exCertId
法令管理: 認定書区分


exCertNoNew

String exCertNoNew
非該当証明書番号 - 法令管理


exCertDt

String exCertDt
非該当証明書発行日


declStatFlag

String declStatFlag
区分: 仕入先申告あり


militId

String militId
ID: 武器


inspInt

String inspInt
次回再検査までの間隔


coProduct

String coProduct
区分: 連産品としても使用可能な品目


planStrgp

String planStrgp
計画方針グループ


slocExprc

String slocExprc
外部調達の初期保管場所


bulkMat

String bulkMat
区分: バルク品目


ccFixed

String ccFixed
循環棚卸区分固定


determGrp

String determGrp
在庫決定グループ


qmAuthgrp

String qmAuthgrp
QM における活動の品目権限グループ


taskListType

String taskListType
タスクリストタイプ


purStatus

String purStatus
プラント特有品目ステータス


prodprof

String prodprof
製造計画プロファイル


saftyTId

String saftyTId
安全時間区分(安全リードタイムあり/なし)


safetytime

String safetytime
安全時間 (稼動日数)


plordCtrl

String plordCtrl
アクション管理: 計画手配処理


batchentry

String batchentry
製造/プロセス指図でのロット入力設定


pvalidfrom

String pvalidfrom
プラント品目ステータス有効期間開始日


matfrgtgrp

String matfrgtgrp
品目運賃グループ


prodverscs

String prodverscs
原価計算を行う製造バージョン


matCfop

String matCfop
品目 CFOP カテゴリ


euListNo

String euListNo
CAP: CAP 製品一覧番号


euMatGrp

String euMatGrp
EEC 農産物政策: CAP 生産品グループ - 貿易


casNo

String casNo
CAS 番号: 薬事品目 - 貿易


prodcomNo

String prodcomNo
生産統計: 貿易における PRODCOM コード


ctrlCode

String ctrlCode
貿易: 消費税の管理コード


jitRelvt

String jitRelvt
区分: JIT 納入日程の関連明細


matGrpTrans

String matGrpTrans
段取替えマトリクスに対する品目のグループ


handlgGrp

String handlgGrp
ワークロード計算のロジスティクス処理グループ


supplyArea

String supplyArea
品目マスタレコードで提案される供給場所


fairShareRule

String fairShareRule
均等配賦ルール


pushDistrib

String pushDistrib
区分: プッシュ配賦


deployHoriz

String deployHoriz
供給分配期間の日数


minLotSize

String minLotSize
需要と供給を一致させるための最小ロットサイズ


maxLotSize

String maxLotSize
需要と供給を一致させるための最大ロットサイズ


fixLotSize

String fixLotSize
需要供給の一致に対する固定ロットサイズ


lotIncrement

String lotIncrement
需要と供給を一致させるためのロットサイズ増分


prodConvType

String prodConvType
生産値の変換タイプ


distrProf

String distrProf
サイトの商品の物流プロファイル


periodProfileSafetyTime

String periodProfileSafetyTime
安全時間の期間プロファイル


fxdPrice

String fxdPrice
固定価格連産品


availCheckAllProjSegments

String availCheckAllProjSegments
プロジェクト間品目区分


overallprf

String overallprf
指図変更管理の全体プロファイル


mrpRelevancyDepRequirements

String mrpRelevancyDepRequirements
従属所要量と MRP の関連性


mrpAreaExists

String mrpAreaExists
区分: MRP エリア登録済


minSafetyStk

String minSafetyStk
最小安全在庫


noCosting

String noCosting
原価計算なし


unitGroup

String unitGroup
数量単位グループ


followUpExternal

String followUpExternal
項目 FOLLOW_UP の品目コード (長) (今後のリリースで開発)


followUpGuid

String followUpGuid
項目 FOLLOW_UP の外部 GUID (今後のリリースで開発)


followUpVersion

String followUpVersion
項目 FOLLOW_UP のバージョン番号 (今後のリリースで開発)


refmatconsExternal

String refmatconsExternal
項目 REFMATCONS の品目コード (長) (今後のリリースで開発)


refmatconsGuid

String refmatconsGuid
項目 REFMATCONS の外部 GUID (今後のリリースで開発)


refmatconsVersion

String refmatconsVersion
項目 REFMATCONS のバージョン番号 (今後のリリースで開発)


salesView

String salesView
販売ビュー


purchView

String purchView
購買管理ビュー


mrpView

String mrpView
資材所要量計画 (MRP) ビュー


forecastView

String forecastView
需要予測ビュー


workSchedView

String workSchedView
作業計画ビュー


prtView

String prtView
生産資源/治工具 (PRT) ビュー


storageView

String storageView
保管ビュー


warehouseView

String warehouseView
倉庫管理ビュー


qualityView

String qualityView
品質管理ビュー


accountView

String accountView
会計ビュー


costView

String costView
原価計算ビュー


rotationDate

String rotationDate
原価計算ビュー


originalBatchFlag

String originalBatchFlag
元ロット管理区分


originalBatchRefMaterial

String originalBatchRefMaterial
元ロットの参照品目


psConfMatExternal

String psConfMatExternal
PS_CO 項目の(将来の開発用)品目コード(長)


psConfMatGuid

String psConfMatGuid
PS_CONF_MAT 項目の外部 GUID (将来の開発用)


psConfMatVersion

String psConfMatVersion
PS_CONF_MAT 項目のバージョン番号 (将来の開発用)


originalBatchRefMaterialE

String originalBatchRefMaterialE
オリジナルロット参照品目


originalBatchRefMaterialV

String originalBatchRefMaterialV
オリジナルロット参照品目


originalBatchRefMaterialG

String originalBatchRefMaterialG
オリジナルロット参照品目


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.PlantDataList extends PlantData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.SalesData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


salesOrg

String salesOrg
販売組織


distrChan

String distrChan
流通チャネル


delFlag

String delFlag
区分: 流通チャネルレベルでの品目削除フラグ


matlStats

String matlStats
品目統計グループ


rebateGrp

String rebateGrp
取引量リベートグループ


commGroup

String commGroup
手数料グループ


cashDisc

String cashDisc
現金値引区分


salStatus

String salStatus
販売ビューからの品目ステータス


validFrom

String validFrom
流通チェーン別品目ステータスの有効期間開始日


minOrder

String minOrder
基本数量単位での最小受注数量


minDely

String minDely
納品書処理時の最小納入数量


minMto

String minMto
受注製造品最少受注数量


delyUnit

String delyUnit
出荷単位


delyUom

String delyUom
出荷数量単位


delyUomIso

String delyUomIso
ISO コードでの出荷単位の数量単位


salesUnit

String salesUnit
販売単位


salesUnitIso

String salesUnitIso
ISO コードによる販売単位


itemCat

String itemCat
品目マスタの明細カテゴリグループ


delygPlnt

String delygPlnt
出荷プラント


prodHier

String prodHier
品目階層


prRefMat

String prRefMat
価格設定参照品目


matPrGrp

String matPrGrp
品目価格設定グループ


acctAssgt

String acctAssgt
品目の勘定設定グループ


matlGrp1

String matlGrp1
品目グループ 1


matlGrp2

String matlGrp2
品目グループ 2


matlGrp3

String matlGrp3
品目グループ 3


matlGrp4

String matlGrp4
品目グループ 4


matlGrp5

String matlGrp5
品目グループ 5


prodAtt1

String prodAtt1
ID: 製品属性 1


prodAtt2

String prodAtt2
品目属性 2 用 ID


prodAtt3

String prodAtt3
品目属性 3 用 ID


prodAtt4

String prodAtt4
品目属性 4 用 ID


prodAtt5

String prodAtt5
品目属性 5 用 ID


prodAtt6

String prodAtt6
品目属性 6 の ID


prodAtt7

String prodAtt7
品目属性 7 用 ID


prodAtt8

String prodAtt8
品目属性 8 用 ID


prodAtt9

String prodAtt9
品目属性 9


prodAtt10

String prodAtt10
品目属性 10 用 ID


roundProf

String roundProf
丸めプロファイル


varSalesUn

String varSalesUn
可変販売単位の使用不可


unitGroup

String unitGroup
数量単位グループ


prRefMatExternal

String prRefMatExternal
項目 PR_REF_MAT の品目コード (長) (今後のリリースで開発)


prRefMatGuid

String prRefMatGuid
項目 PR_REF_MAT の外部 GUID (今後のリリースで開発)


prRefMatVersion

String prRefMatVersion
項目 PR_REF_MAT のバージョン番号 (今後のリリースで開発)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.SalesDataList extends SalesData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.StorageLocationData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


stgeLoc

String stgeLoc
保管場所


maintStat

String maintStat
更新ステータス


delFlag

String delFlag
保管場所レベルでの品目削除フラグ


fiscYear

String fiscYear
当会計年度


currPeriod

String currPeriod
当期 (転記期間)


mrpInd

String mrpInd
保管場所 MRP 区分


specProc

String specProc
保管場所レベルでの特殊調達タイプ


reorderPt

String reorderPt
保管場所 MRP に対する発注点


replQty

String replQty
保管場所 MRP に対する補充数量


stgeBin

String stgeBin
棚番


pickgArea

String pickgArea
簡易倉庫管理のピッキングエリア


invCorrFac

String invCorrFac
在庫修正係数


mrpView

String mrpView
資材所要量計画 (MRP) ビュー


storageView

String storageView
保管ビュー


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.StorageLocationDataList extends StorageLocationData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.StorageTypeData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


whseNo

String whseNo
倉庫番号/複合倉庫


stgeType

String stgeType
保管域タイプ


delFlag

String delFlag
保管タイプに該当する全品目データ削除フラグ


stgeBin

String stgeBin
棚番


maxSbQty

String maxSbQty
最大棚番在庫数量


minSbQty

String minSbQty
最小棚番在庫数量


ctrlQty

String ctrlQty
管理数量


replenQty

String replenQty
補充数量


pickArea

String pickArea
ピッキングエリア


roundQty

String roundQty
丸め数量


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.StorageTypeDataList extends StorageTypeData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.TaxClassifications extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


depcountry

String depcountry
出荷国 (商品発送国)


depcountryIso

String depcountryIso
出荷国の ISO コード


taxType1

String taxType1
税カテゴリ (消費税等)


taxclass1

String taxclass1
品目の税分類


taxType2

String taxType2
税カテゴリ (消費税等)


taxclass2

String taxclass2
品目の税分類


taxType3

String taxType3
税カテゴリ (消費税等)


taxclass3

String taxclass3
品目の税分類


taxType4

String taxType4
税カテゴリ (消費税等)


taxclass4

String taxclass4
品目の税分類


taxType5

String taxType5
税カテゴリ (消費税等)


taxclass5

String taxclass5
品目の税分類


taxType6

String taxType6
税カテゴリ (消費税等)


taxclass6

String taxclass6
品目の税分類


taxType7

String taxType7
税カテゴリ (消費税等)


taxclass7

String taxclass7
品目の税分類


taxType8

String taxType8
税カテゴリ (消費税等)


taxclass8

String taxclass8
品目の税分類


taxType9

String taxType9
税カテゴリ (消費税等)


taxclass9

String taxclass9
品目の税分類


taxInd

String taxInd
税区分: 品目 (購買管理)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.UnitSofmeasure extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


altUnit

String altUnit
在庫保管単位の代替数量単位


altUnitIso

String altUnitIso
ISO コードによる在庫単位の代替数量単位


numerator

String numerator
基本数量単位への換算分子


denominatr

String denominatr
分母: 基本数量単位へ変換する場合


eanUpc

String eanUpc
国際商品コード (EAN/UPC)


eanCat

String eanCat
国際商品コード (EAN) のカテゴリ


length

String length
長さ


width

String width


height

String height
高さ


unitDim

String unitDim
寸法単位 (長さ/幅/高さ)


unitDimIso

String unitDimIso
ISO コードでの長さ、幅、高さの単位


volume

String volume
容積


volumeunit

String volumeunit
容積単位


volumeunitIso

String volumeunitIso
ISO コードでの容積単位


grossWt

String grossWt
総重量


unitOfWt

String unitOfWt
重量単位


unitOfWtIso

String unitOfWtIso
ISO コードでの重量単位


delFlag

String delFlag
データレコード削除 (テーブル繰返し)


subUom

String subUom
梱包階層の下位レベル数量単位


subUomIso

String subUomIso
下位レベル数量単位 (ISO コード)


internalChar

String internalChar
内部特性


uomsortnumber

String uomsortnumber
数量単位ソート番号


leadinguom

String leadinguom
主要ロット特定数量単位


valueduom

String valueduom
ロット特定数量単位での評価


charUnit

String charUnit
特性の数量単位


charUnitIso

String charUnitIso
下位レベル数量単位 (ISO コード)


gtinVariant

String gtinVariant
グローバルトレード明細番号バリアント


netWeight

String netWeight
正味重量


meAnzSub

String meAnzSub
下位レベル数量単位数


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ValuationData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


valArea

String valArea
評価レベル


valType

String valType
評価タイプ


maintStat

String maintStat
更新ステータス


delFlag

String delFlag
評価タイプに該当する全品目データ削除フラグ


priceCtrl

String priceCtrl
原価管理区分


movingPr

String movingPr
移動平均原価/期間単位価格


stdPrice

String stdPrice
標準原価


priceUnit

String priceUnit
価格単位


valClass

String valClass
評価クラス


prCtrlPp

String prCtrlPp
前期間の原価管理区分


movPrPp

String movPrPp
前期移動平均原価/期間平均原価


stdPrPp

String stdPrPp
前期標準標準原価


prUnitPp

String prUnitPp
前期価格単位


vclassPp

String vclassPp
前期評価クラス


prCtrlPy

String prCtrlPy
前年度の原価管理区分


movPrPy

String movPrPy
前年度の移動平均原価/期間単価


stdPrPy

String stdPrPy
前年度標準原価


vclassPy

String vclassPy
前年度の評価クラス


prUnitPy

String prUnitPy
前年度価格単位


fiscYear

String fiscYear
当会計年度


currPeriod

String currPeriod
当期 (転記期間)


valCat

String valCat
評価カテゴリ


futurePr

String futurePr
次期標準原価


validFrom

String validFrom
原価有効開始日


taxprice1

String taxprice1
税法による評価額: レベル 1


commprice1

String commprice1
商法による評価額: レベル 1


taxprice3

String taxprice3
税法基準評価額: レベル 3


commprice3

String commprice3
商法基準評価額: レベル 3


plndPrice

String plndPrice
予定計画原価


plndprice1

String plndprice1
予定計画原価 1


plndprice2

String plndprice2
予定計画原価 2


plndprice3

String plndprice3
予定計画原価 3


plndprdate1

String plndprdate1
予定原価 1 の有効開始日


plndprdate2

String plndprdate2
予定原価 2 の有効開始日


plndprdate3

String plndprdate3
予定原価 3 の有効開始日


lifoFifo

String lifoFifo
LIFO/FIFO 関連


poolnumber

String poolnumber
LIFO 評価でのプール番号


taxprice2

String taxprice2
税法による評価額: レベル 2


commprice2

String commprice2
商法による評価額: レベル 2


devalInd

String devalInd
低価法: 評価減区分


origGroup

String origGroup
発生源グループ (原価要素の下位区分)


overheadGrp

String overheadGrp
原価計算間接費グループ


perFutCostEst

String perFutCostEst
将来標準原価見積期間


perCurCostEst

String perCurCostEst
現行標準原価見積期間


perPreCostEst

String perPreCostEst
前標準原価見積期間


fijFutCostEst

String fijFutCostEst
将来標準原価見積の会計年度


fijCurCostEst

String fijCurCostEst
当期標準原価見積の会計年度


fijPreCostEst

String fijPreCostEst
前期標準原価見積の会計年度


qtyStruct

String qtyStruct
数量構成により原価計算を行う品目


prevPlanPrice

String prevPlanPrice
税法基準評価額: レベル 2


mlActive

String mlActive
品目レベルで有効な品目元帳


mlSettle

String mlSettle
品目元帳決済: 管理


currPlanPrice

String currPlanPrice
税法基準評価額: レベル 2


origMat

String origMat
品目発生源


vmSoStk

String vmSoStk
受注在庫の評価クラス


vmPStock

String vmPStock
プロジェクト在庫の評価クラス


matlUsage

String matlUsage
品目の用途


matOrigin

String matOrigin
品目の原産地


inHouse

String inHouse
内部生産


taxCmlUn

String taxCmlUn
税法/商法にもとづく評価額価格単位


currency

String currency
通貨コード


currencyIso

String currencyIso
ISO コード通貨


accountView

String accountView
会計ビュー


costView

String costView
原価計算ビュー


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.ValuationDataList extends ValuationData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.WarehouseNumberData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


whseNo

String whseNo
倉庫番号/複合倉庫


delFlag

String delFlag
WM 倉庫内の全品目データ削除フラグ


stgesector

String stgesector
保管区画区分


placement

String placement
在庫受入に対する保管域タイプ検索区分


withdrawal

String withdrawal
在庫払出に対する保管域タイプ区分


lEquip1

String lEquip1
積載装置数量 1


lEquip2

String lEquip2
積載装置数量 2


lEquip3

String lEquip3
積載装置数量 3


leqUnit1

String leqUnit1
積載装置数量 1 の数量単位


leqUnit1Iso

String leqUnit1Iso
ISO コードによる積載装置数量 1 の数量単位


leqUnit2

String leqUnit2
積載装置数量 2 の数量単位


leqUnit2Iso

String leqUnit2Iso
ISO コードによる積載装置数量 2 の数量単位


leqUnit3

String leqUnit3
積載装置数量 3 の数量単位


leqUnit3Iso

String leqUnit3Iso
ISO コードによる積載装置数量 3 の数量単位


unittype1

String unittype1
第1保管単位タイプ


unittype2

String unittype2
第2保管単位タイプ


unittype3

String unittype3
第3保管単位タイプ


wmUnit

String wmUnit
倉庫管理の数量単位


wmUnitIso

String wmUnitIso
ISO コードでの倉庫管理単位


addToStk

String addToStk
既存在庫への追加許可


blockStge

String blockStge
平置保管域区分


msgToIm

String msgToIm
区分: 在庫管理への出力


specMvmt

String specMvmt
倉庫管理の特殊移動区分


capyUsage

String capyUsage
保管容量使用


procureUn

String procureUn
保管容量消費の数量単位


procureUnIso

String procureUnIso
ISO コードでの保管容量消費の数量単位


stgeType

String stgeType
概略計画および詳細計画のピッキング保管域タイプ


refUnit

String refUnit
品目マスタレコードの数量単位初期値


twoStepPick

String twoStepPick
ツーステップピッキング適用品目


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.common.model.WarehouseNumberDataList extends WarehouseNumberData implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.exception

Class jp.co.intra_mart.foundation.sap.module.purchase.exception.SAPPurchaseAppException extends SAPModuleAppException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.exception.SAPPurchaseSystemException extends SAPModuleSystemException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.Extensionin extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

structure

String structure
BAPI テーブル拡張の構造名


valuepart1

String valuepart1
BAPI 拡張パラメータのデータ部分


valuepart2

String valuepart2
BAPI 拡張パラメータのデータ部分


valuepart3

String valuepart3
BAPI 拡張パラメータのデータ部分


valuepart4

String valuepart4
BAPI 拡張パラメータのデータ部分


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.GoodsMvtCode extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

gmCode

String gmCode
BAPI 在庫移動トランザクションのコード割当

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.GoodsMvtCreate extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

testrun

String testrun
在庫移動シミュレーション


matdocumentyear

String matdocumentyear
入出庫伝票会計年度


materialdocument

String materialdocument
入出庫伝票番号


goodsMvtCode

GoodsMvtCode goodsMvtCode
在庫移動に対するコードのトランザクションへの割当


goodsMvtHeader

GoodsMvtHeader goodsMvtHeader
入出庫伝票ヘッダデータ


goodsMvtHeadret

GoodsMvtHeadret goodsMvtHeadret
入出庫伝票番号/入出庫伝票会計年度


goodsMvtRefEwm

GoodsMvtRefEwm goodsMvtRefEwm
BAdI 通信構造: 入出庫伝票 EWM 照会


goodsMvtItemList

List<E> goodsMvtItemList
入出庫伝票明細


goodsMvtSerialNumberList

List<E> goodsMvtSerialNumberList
シリアル番号


goodsMvtServPartDataList

List<E> goodsMvtServPartDataList
ServPartData


extensioninList

List<E> extensioninList
Reference Structure

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.GoodsMvtHeadret extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

matDoc

String matDoc
入出庫伝票番号


docYear

String docYear
入出庫伝票年度

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.GoodsMvtItem extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

material

String material
品目コード


plant

String plant
プラント


stgeLoc

String stgeLoc
保管場所


batch

String batch
ロット番号


moveType

String moveType
移動タイプ (在庫管理)


stckType

String stckType
在庫タイプ


specStock

String specStock
特殊在庫区分


vendor

String vendor
仕入先勘定コード


customer

String customer
得意先コード


salesOrd

String salesOrd
受注伝票番号


sOrdItem

String sOrdItem
受注明細番号


schedLine

String schedLine
受注納入日程


valType

String valType
評価タイプ


entryQnt

String entryQnt
入力単位での数量


entryUom

String entryUom
入力単位


entryUomIso

String entryUomIso
単位の ISO コード


poPrQnt

String poPrQnt
数量 (購買発注価格単位)


orderprUn

String orderprUn
購買発注価格単位 (購買管理)


orderprUnIso

String orderprUnIso
単位の ISO コード


poNumber

String poNumber
購買発注番号


poItem

String poItem
購買伝票の明細番号


shipping

String shipping
出荷指示


compShip

String compShip
出荷指示順守


noMoreGr

String noMoreGr
納入完了 区分


itemText

String itemText
明細テキスト


grRcpt

String grRcpt
受領者


unloadPt

String unloadPt
荷渡ポイント


costcenter

String costcenter
原価センタ


orderid

String orderid
指図番号


orderItno

String orderItno
指図明細番号


calcMotive

String calcMotive
計算区分


assetNo

String assetNo
資産番号


subNumber

String subNumber
資産補助番号


reservNo

String reservNo
入出庫予定/従属所要量の番号


resItem

String resItem
入出庫予定/従属所要量の明細番号


resType

String resType
レコードタイプ


withdrawn

String withdrawn
入出庫予定に対する出庫完了


moveMat

String moveMat
入庫/出庫品目


movePlant

String movePlant
入庫/出庫プラント


moveStloc

String moveStloc
入庫/出庫保管場所


moveBatch

String moveBatch
入庫/出庫ロット


moveValType

String moveValType
転送ロットの評価タイプ


mvtInd

String mvtInd
移動区分


moveReas

String moveReas
移動理由


rlEstKey

String rlEstKey
不動産管理対象の内部キー


refDate

String refDate
決済の参照日付


costObj

String costObj
原価対象


profitSegmNo

String profitSegmNo
収益性セグメント番号 (CO-PA)


profitCtr

String profitCtr
利益センタ


wbsElem

String wbsElem
WBS 要素


network

String network
勘定割当のネットワーク番号


activity

String activity
作業番号


partAcct

String partAcct
取引先勘定コード


amountLc

String amountLc
マニュアル入力による転記金額 (国内通貨)


amountSv

String amountSv
外部入力による販売金額 (国内通貨)


refDocYr

String refDocYr
参照伝票の会計年度


refDoc

String refDoc
参照伝票の伝票番号


refDocIt

String refDocIt
参照伝票の明細番号


expirydate

String expirydate
有効期間期限日


prodDate

String prodDate
ロット製造日付


fund

String fund
会計区分


fundsCtr

String fundsCtr
予算センタ


cmmtItem

String cmmtItem
資金予算コード


valSalesOrd

String valSalesOrd
評価受注在庫の受注番号


valSOrdItem

String valSOrdItem
評価受注在庫の受注明細


valWbsElem

String valWbsElem
WBS 要素


glAccount

String glAccount
G/L 勘定コード


indProposeQuanx

String indProposeQuanx
提案数量 (初期数量)


xstob

String xstob
取消移動タイプ区分の使用


eanUpc

String eanUpc
国際商品コード (EAN/UPC)


delivNumbToSearch

String delivNumbToSearch
出荷伝票


delivItemToSearch

String delivItemToSearch
出荷明細


serialnoAutoNumberassignment

String serialnoAutoNumberassignment
シリアル番号の自動登録


vendrbatch

String vendrbatch
仕入先ロット番号


stgeType

String stgeType
保管域タイプ


stgeBin

String stgeBin
棚番


suPlStck1

String suPlStck1
在庫受入予定の保管単位数


stUnQtyy1

String stUnQtyy1
代替数量単位での在庫受入予定保管単位別数量


stUnQtyy1Iso

String stUnQtyy1Iso
単位の ISO コード


unittype1

String unittype1
保管単位タイプ


suPlStck2

String suPlStck2
在庫受入予定の保管単位数


stUnQtyy2

String stUnQtyy2
代替数量単位での在庫受入予定保管単位別数量


stUnQtyy2Iso

String stUnQtyy2Iso
単位の ISO コード


unittype2

String unittype2
保管単位タイプ


stgeTypePc

String stgeTypePc
在庫転送の保管域タイプ


stgeBinPc

String stgeBinPc
在庫転送棚番


noPstChgnt

String noPstChgnt
区分: 振替要求通知登録禁止


grNumber

String grNumber
入庫番号


stgeTypeSt

String stgeTypeSt
在庫転送の保管域タイプ


stgeBinSt

String stgeBinSt
在庫転送棚番


matdocTrCancel

String matdocTrCancel
取消予定の転送要求の入出庫伝票番号


matitemTrCancel

String matitemTrCancel
取消予定の転送数量入出庫伝票明細


matyearTrCancel

String matyearTrCancel
取消予定の転送要求入出庫伝票年度


noTransferReq

String noTransferReq
区分: 転送要求未登録


coBusproc

String coBusproc
業務プロセス


acttype

String acttype
活動タイプ


supplVend

String supplVend
供給仕入先


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


moveMatExternal

String moveMatExternal
項目 MOVE_MAT の品目コード (長) (今後のリリースで開発)


moveMatGuid

String moveMatGuid
項目 MOVE_MAT の外部 GUID (今後のリリースで開発)


moveMatVersion

String moveMatVersion
項目 MOVE_MAT のバージョン番号 (今後のリリースで開発)


funcArea

String funcArea
機能領域


trPartBa

String trPartBa
取引会社事業領域


parCompco

String parCompco
決済会社コード


delivNumb

String delivNumb
出荷伝票


delivItem

String delivItem
出荷明細


nbSlips

String nbSlips
入庫/出庫票の印刷部数


nbSlipsx

String nbSlipsx
関連ユーザデータ項目の更新情報


grRcptx

String grRcptx
関連ユーザデータ項目の更新情報


unloadPtx

String unloadPtx
関連ユーザデータ項目の更新情報


specMvmt

String specMvmt
倉庫管理の特殊移動区分


grantNbr

String grantNbr
補助金


cmmtItemLong

String cmmtItemLong
資金予算コード


funcAreaLong

String funcAreaLong
機能領域


lineId

String lineId
伝票明細行の一意 ID


parentId

String parentId
1 レベル上位の行 ID


lineDepth

String lineDepth
伝票での明細行階層レベル


quantity

String quantity
数量


baseUom

String baseUom
基本数量単位


longnum

String longnum
Long Procurement Document Number


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.GoodsMvtRefEwm extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

refDocEwm

String refDocEwm
EWM 入出庫伝票番号


logsys

String logsys
EWM 入出庫伝票の論理システム


gtsScrapNo

String gtsScrapNo
廃棄処理の税関参照番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.GoodsMvtSerialNumber extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

matdocItm

String matdocItm
入出庫伝票の明細


serialno

String serialno
シリアル番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.GoodsMvtServPartData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

lineId

String lineId
伝票明細行の一意 ID


retAuthNumber

String retAuthNumber
返品権限番号


delivNumber

String delivNumber
出荷伝票


delivItem

String delivItem
出荷明細


huNumber

String huNumber
外部荷役単位 ID


inspoutGuid

String inspoutGuid
品質検査結果: EWM 設定の在庫 GUID


event

String event
論理時間


date

String date
日付


time

String time
時刻


zonlo

String zonlo
現在のユーザのタイムゾーン


timestamp

String timestamp
取引開始時刻 (UTCタイムスタンプ)


scrapIndicator

String scrapIndicator
EWM 処理の廃棄区分


keepQuantity

String keepQuantity
EWM での廃棄処理の保持数量


gtsStockType

String gtsStockType
GTS在庫タイプ


moveGtsStockType

String moveGtsStockType
GTS在庫タイプ


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.ParamExtensionin extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.ParamGoodsMvtCode extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.ParamGoodsMvtHeadret extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.ParamGoodsMvtItem extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.ParamGoodsMvtRefEwm extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.ParamGoodsMvtSerialNumber extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate.ParamGoodsMvtServPartData extends Object implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.BatchRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
ロット番号


high

String high
ロット番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.GoodsMvtGetItems extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

vendorRaList

List<E> vendorRaList
仕入先の範囲


userNameRaList

List<E> userNameRaList
ユーザ名の範囲


trEvTypeRaList

List<E> trEvTypeRaList
トランザクション/イベントタイプの範囲


stgeLocRaList

List<E> stgeLocRaList
保管場所の範囲


specStockRaList

List<E> specStockRaList
特殊在庫区分の範囲


pstngDateRaList

List<E> pstngDateRaList
登録日付の範囲


plantRaList

List<E> plantRaList
プラントの範囲


moveTypeRaList

List<E> moveTypeRaList
移動タイプの範囲


materialRaList

List<E> materialRaList
品目コードの範囲


goodsMvtItemsList

List<E> goodsMvtItemsList
リターン構造、入出庫伝票明細


goodsMvtHeaderList

List<E> goodsMvtHeaderList
リターン構造、入出庫伝票ヘッダ


batchRaList

List<E> batchRaList
ロットの範囲

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.MaterialRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
品目コード


high

String high
品目コード


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.MoveTypeRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
移動タイプ (在庫管理)


high

String high
移動タイプ (在庫管理)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamBatchRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamMaterialRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamMoveTypeRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamPlantRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamPstngDateRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamSpecStockRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamStgeLocRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamTrEvTypeRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamUserNameRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.ParamVendorRa extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.PlantRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
プラント


high

String high
プラント


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.PstngDateRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
伝票の転記日付


high

String high
伝票の転記日付


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.SpecStockRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
特殊在庫区分


high

String high
特殊在庫区分


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.StgeLocRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
保管場所


high

String high
保管場所


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.TrEvTypeRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
トランザクション/イベントタイプ


high

String high
トランザクション/イベントタイプ


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.UserNameRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
ユーザ名


high

String high
ユーザ名


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtgetitems.VendorRa extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


low

String low
仕入先勘定コード


high

String high
仕入先勘定コード


index

int index
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.materialavailability

Class jp.co.intra_mart.foundation.sap.module.purchase.materialavailability.MaterialAvailability extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

wbsElem

String wbsElem
WBS 要素


unit

String unit
表示数量単位


stockInd

String stockInd
特殊在庫区分


stgeLoc

String stgeLoc
保管場所


plant

String plant
プラント


material

String material
品目コード


itmNumber

String itmNumber
明細番号


docNumber

String docNumber
伝票番号


decForRoundingX

String decForRoundingX
関連ユーザデータ項目の更新情報


decForRounding

String decForRounding
小数点位置 (その位置まで丸める)


customer

String customer
得意先コード


checkRule

String checkRule
確認規則


batch

String batch
ロット


readAtpLockX

String readAtpLockX
関連ユーザデータ項目の更新情報


readAtpLock

String readAtpLock
管理区分:利用可能在庫確認


endleadtme

String endleadtme
補充リードタイムの終了日付


dialogflag

String dialogflag
区分 (X = 利用不可 /N = 確認なし)


avQtyPlt

String avQtyPlt
プラントレベル利用可能数量


materialEvg

MaterialEvg materialEvg
品目コード(長)


wmdvexList

List<E> wmdvexList
出力テーブル (日付および ATP 数量)


wmdvsxList

List<E> wmdvsxList
入力テーブル (日付/数量)

Class jp.co.intra_mart.foundation.sap.module.purchase.materialavailability.ParamWmdvex extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialavailability.ParamWmdvsx extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialavailability.Wmdvex extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

bdcnt

String bdcnt
5 文字数値 NUMC


reqDate

String reqDate
所要日付


reqQty

String reqQty
利用可能在庫確認の所要量


comDate

String comDate
確認日


comQty

String comQty
確認数量


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialavailability.Wmdvsx extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

reqDate

String reqDate
所要日付


reqQty

String reqQty
所要量


delkz

String delkz
MRP 要素区分


yline

String yline
内部テ-ブル処理の行索引


index

int index
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.materialgetall

Class jp.co.intra_mart.foundation.sap.module.purchase.materialgetall.ExtensionOut extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

structure

String structure
BAPI テーブル拡張の構造名


valuepart1

String valuepart1
BAPI 拡張パラメータのデータ部分


valuepart2

String valuepart2
BAPI 拡張パラメータのデータ部分


valuepart3

String valuepart3
BAPI 拡張パラメータのデータ部分


valuepart4

String valuepart4
BAPI 拡張パラメータのデータ部分


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialgetall.InternationArticleNumbers extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

unit

String unit
表示数量単位


unitIso

String unitIso
ISO コードでの表示数量単位


eanUpc

String eanUpc
国際商品コード (EAN/UPC)


eanCat

String eanCat
国際商品コード (EAN) のカテゴリ


mainEan

String mainEan
区分: 主要 EAN


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialgetall.LifoValuationData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

lifoValuationLevel

String lifoValuationLevel
LIFO 評価レベル


poolnumber

String poolnumber
LIFO 評価でのプール番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialgetall.MaterialGetAll extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

material

String material
品目コード


companycode

String companycode
会社コード


valuationarea

String valuationarea
評価レベル


valuationtype

String valuationtype
評価タイプ


plant

String plant
プラント


storagelocation

String storagelocation
保管場所


salesorganisation

String salesorganisation
販売組織


distributionchannel

String distributionchannel
流通チャネル


warehousenumber

String warehousenumber
倉庫番号/複合倉庫


storagetype

String storagetype
保管域タイプ


lifovaluationlevel

String lifovaluationlevel
LIFO 評価レベル


clientData

ClientData clientData
品目データ (クライアントレベル)


plantData

PlantData plantData
品目データ (プラントレベル)


forecastParameters

ForecastParameters forecastParameters
予測パラメータ


planningData

PlanningData planningData
品目マスタ/製品グループの変更伝票構造


storageLocationData

StorageLocationData storageLocationData
品目データ (保管場所レベル)


valuationData

ValuationData valuationData
評価データ


warehouseNumberData

WarehouseNumberData warehouseNumberData
倉庫番号データ


salesData

SalesData salesData
販売データ


storageTypeData

StorageTypeData storageTypeData
保管域タイプデータ


productionResourceToolData

ProductionResourceToolData productionResourceToolData
品目マスタの生産資源/治工具 (PRT) 項目


lifoValuationData

LifoValuationData lifoValuationData
LIFO 関連品目データ


materialDescriptionList

List<E> materialDescriptionList
品目テキスト


unitSofmeasureList

List<E> unitSofmeasureList
数量単位


internationArticleNumbersList

List<E> internationArticleNumbersList
EAN


materialTextList

List<E> materialTextList
テキスト (長)


taxClassificationsList

List<E> taxClassificationsList
制御デ-タ


extensionOutList

List<E> extensionOutList
BAPI パラメータ EXTENSIONIN/EXTENSIONOUT の参照構造


materialEvg

MaterialEvg materialEvg
品目コード(長)

Class jp.co.intra_mart.foundation.sap.module.purchase.materialgetall.MaterialText extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

applobject

String applobject
テキスト: アプリケーションオブジェクト


textName

String textName
名称


textId

String textId
テキスト ID


langu

String langu
言語キー


languIso

String languIso
ISO 639 準拠の言語


formatCol

String formatCol
タグ列


textLine

String textLine
テキスト行


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialgetall.ProductionResourceToolData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

plant

String plant
プラント


createLoadRecs

String createLoadRecs
区分: 生産資源/治工具の負荷レコード登録


ctrlKey

String ctrlKey
生産資源/治工具管理の管理キー


ctrlKeyNoChg

String ctrlKeyNoChg
管理キーは変更できません


grpKey1

String grpKey1
生産資源/治工具のグループキー 1


grpKey2

String grpKey2
生産資源/治工具のグループキー 2


prtUsage

String prtUsage
生産資源/治工具用途


stdTextKey

String stdTextKey
生産資源/治工具の標準テキストキー


refKeyNoChg

String refKeyNoChg
参照キーは変更できません


startRefDate

String startRefDate
生産資源/治工具使用開始の参照日付


stRefDateNoChg

String stRefDateNoChg
開始参照日付は変更できません


startOffset

String startOffset
生産資源/治工具使用の開始オフセット


startOffsetUnit

String startOffsetUnit
生産資源/治工具使用開始のオフセット単位


startOffsetUnitIso

String startOffsetUnitIso
PRT 用途開始決定の間隔時間単位 (ISO)


startOffsetNoChg

String startOffsetNoChg
開始オフセットは変更できません


endRefDate

String endRefDate
生産資源/治工具使用終了日の参照日付


endRefDateNoChg

String endRefDateNoChg
終了参照日付は変更できません


endOffset

String endOffset
生産資源/治工具用途の終了オフセット


endOffsetUnit

String endOffsetUnit
生産資源/治工具使用終了オフセット単位


endOffsetUnitIso

String endOffsetUnitIso
PRT 用途終了決定の間隔時間単位 (ISO)


endOffsetNoChg

String endOffsetNoChg
終了オフセットは変更できません


formulaTotQty

String formulaTotQty
生産資源/治工具の合計数量の計算式


formulaTotQtyNoChg

String formulaTotQtyNoChg
合計数量の計算式は変更できません


formulaTotUsage

String formulaTotUsage
生産資源/治工具の総用途値の計算式


formulaTotUsageNoChg

String formulaTotUsageNoChg
すべての用途値を計算する計算式は変更できません


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ExtensionIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


structure

String structure
BAPI テーブル拡張の構造名


valuepart1

String valuepart1
BAPI 拡張パラメータのデータ部分


valuepart2

String valuepart2
BAPI 拡張パラメータのデータ部分


valuepart3

String valuepart3
BAPI 拡張パラメータのデータ部分


valuepart4

String valuepart4
長さ 229 の文字データのコンテナ


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ExtensionInX extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


structure

String structure
BAPI テーブル拡張の構造名


valuepart1

String valuepart1
BAPI 拡張パラメータのデータ部分


valuepart2

String valuepart2
BAPI 拡張パラメータのデータ部分


valuepart3

String valuepart3
BAPI 拡張パラメータのデータ部分


valuepart4

String valuepart4
長さ 229 の文字データのコンテナ


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ForecastValues extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


firstDay

String firstDay
値参照期間の第一日目


foreValue

String foreValue
予測値


corrValue

String corrValue
需要予測に対する修正値


seasIndex

String seasIndex
季節指数


cvalueFxd

String cvalueFxd
区分: 消費金額の確定


expostVal

String expostVal
事後的需要予測値


valRatio

String valRatio
元値に対する修正値の比率 (修正値: 元値)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.HeadData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


indSector

String indSector
産業コード


matlType

String matlType
品目タイプ


basicView

String basicView
基本データビュー


salesView

String salesView
販売ビュー


purchaseView

String purchaseView
購買管理ビュー


mrpView

String mrpView
資材所要量計画 (MRP) ビュー


forecastView

String forecastView
需要予測ビュー


workSchedView

String workSchedView
作業計画ビュー


prtView

String prtView
生産資源/治工具 (PRT) ビュー


storageView

String storageView
保管ビュー


warehouseView

String warehouseView
倉庫管理ビュー


qualityView

String qualityView
品質管理ビュー


accountView

String accountView
会計ビュー


costView

String costView
原価計算ビュー


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.InternationalArtnos extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


unit

String unit
表示数量単位


unitIso

String unitIso
ISO コードでの表示数量単位


eanUpc

String eanUpc
国際商品コード (EAN/UPC)


eanCat

String eanCat
国際商品コード (EAN) のカテゴリ


delFlag

String delFlag
データレコード削除 (テーブル繰返し)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.MaterialLongText extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


applobject

String applobject
テキスト: アプリケーションオブジェクト


textName

String textName
名称


textId

String textId
テキスト ID


langu

String langu
言語キー


languIso

String languIso
ISO 639 準拠の言語


formatCol

String formatCol
タグ列


textLine

String textLine
テキスト行


delFlag

String delFlag
データレコード削除 (テーブル繰返し)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.MaterialSaveReplica extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

nochangedoc

String nochangedoc
変更伝票書込なし


noappllog

String noappllog
アプリケーションログ書込なし


testrun

String testrun
書込 BAPI のシミュレーションセッションへの切替


inpfldcheck

String inpfldcheck
項目無効時の応答


flagCadCall

String flagCadCall
CAD システムからコール


flagOnline

String flagOnline
No ALE Field Selection


noRollbackWork

String noRollbackWork
Override Rollback Work


headDataList

List<E> headDataList
管理情報設定ヘッダセグメント


clientDataList

List<E> clientDataList
品目データ (クライアントレベル)


plantDataList

List<E> plantDataList
品目データ (プラントレベル)


forecastParametersList

List<E> forecastParametersList
需要予測パラメータ


planningDataList

List<E> planningDataList
品目マスタ/製品グループの変更伝票構造


storageLocationDataList

List<E> storageLocationDataList
品目データ (保管場所レベル)


valuationDataList

List<E> valuationDataList
評価データ


warehouseNumberDataList

List<E> warehouseNumberDataList
倉庫番号データ


salesDataList

List<E> salesDataList
販売データ


storageTypeDataList

List<E> storageTypeDataList
保管域タイプデータ


materialDescriptionList

List<E> materialDescriptionList
品目テキスト


unitSofmeasureList

List<E> unitSofmeasureList
数量単位


internationalArtnosList

List<E> internationalArtnosList
国際商品コード (EAN)


materialLongTextList

List<E> materialLongTextList
テキスト (長)


taxClassificationsList

List<E> taxClassificationsList
制御デ-タ


prtDataList

List<E> prtDataList
品目マスタの生産資源/治工具 (PRT) 項目


extensionInList

List<E> extensionInList
BAPI パラメータ EXTENSIONIN/EXTENSIONOUT の参照構造


extensionInXList

List<E> extensionInXList
拡張イン/拡張アウトのチェックボックス構造


forecastValuesList

List<E> forecastValuesList
需要予測値のデータ転送


unplndConsumptionList

List<E> unplndConsumptionList
計画外消費のデータ転送


totalConsumptionList

List<E> totalConsumptionList
品目総消費量のデータ転送


returnMessagesList

List<E> returnMessagesList
リターンパラメータ BAPIRET2 の代替構造

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamClientDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamExtensionIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamExtensionInX extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamForecastParametersList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamForecastValues extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamHeadData extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamInternationalArtnos extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamMaterialDescription extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamMaterialLongText extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamPlanningDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamPlantDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamPrtData extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamReturnMessages extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamSalesDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamStorageLocationDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamStorageTypeDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamTaxClassifications extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamTotalConsumption extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamUnitSofmeasure extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamUnplndConsumption extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamValuationDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ParamWarehouseNumberDataList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.PrtData extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


createLoadRecs

String createLoadRecs
区分: 生産資源/治工具の負荷レコード登録


ctrlKey

String ctrlKey
生産資源/治工具管理の管理キー


ctrlKeyNoChg

String ctrlKeyNoChg
管理キーは変更できません


grpKey1

String grpKey1
生産資源/治工具のグループキー 1


grpKey2

String grpKey2
生産資源/治工具のグループキー 2


prtUsage

String prtUsage
生産資源/治工具用途


stdTextKey

String stdTextKey
生産資源/治工具の標準テキストキー


refKeyNoChg

String refKeyNoChg
参照キーは変更できません


startRefDate

String startRefDate
生産資源/治工具使用開始の参照日付


stRefDateNoChg

String stRefDateNoChg
開始参照日付は変更できません


startOffset

String startOffset
生産資源/治工具使用の開始オフセット


startOffsetUnit

String startOffsetUnit
生産資源/治工具使用開始のオフセット単位


startOffsetUnitIso

String startOffsetUnitIso
PRT 用途開始決定の間隔時間単位 (ISO)


startOffsetNoChg

String startOffsetNoChg
開始オフセットは変更できません


endRefDate

String endRefDate
生産資源/治工具使用終了日の参照日付


endRefDateNoChg

String endRefDateNoChg
終了参照日付は変更できません


endOffset

String endOffset
生産資源/治工具用途の終了オフセット


endOffsetUnit

String endOffsetUnit
生産資源/治工具使用終了オフセット単位


endOffsetUnitIso

String endOffsetUnitIso
PRT 用途終了決定の間隔時間単位 (ISO)


endOffsetNoChg

String endOffsetNoChg
終了オフセットは変更できません


formulaTotQty

String formulaTotQty
生産資源/治工具の合計数量の計算式


formulaTotQtyNoChg

String formulaTotQtyNoChg
合計数量の計算式は変更できません


formulaTotUsage

String formulaTotUsage
生産資源/治工具の総用途値の計算式


formulaTotUsageNoChg

String formulaTotUsageNoChg
すべての用途値を計算する計算式は変更できません


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.ReturnMessages extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

type

String type
メッセージType: S 正常、E エラー、W 警告、I 通知、A 強制終了


id

String id
メッセージ、メッセージクラス


number

String number
メッセージ、メッセージ番号


message

String message
メッセージテキスト


logNo

String logNo
アプリケーションログ: ログ番号


logMsgNo

String logMsgNo
アプリケーションログ: メッセージシリアル番号


messageV1

String messageV1
メッセージ、メッセージ変数


messageV2

String messageV2
メッセージ、メッセージ変数


messageV3

String messageV3
メッセージ、メッセージ変数


messageV4

String messageV4
メッセージ、メッセージ変数


parameter

String parameter
パラメータ名


row

String row
パラメータの行


field

String field
パラメータの項目


system

String system
メッセージが発行された論理システム


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.TotalConsumption extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


firstDay

String firstDay
値参照期間の第一日目


consValue

String consValue
消費量


corrValue

String corrValue
修正消費量


valRatio

String valRatio
元値に対する修正値の比率 (修正値: 元値)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica.UnplndConsumption extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

function

String function
BAPI 機能


material

String material
品目コード


plant

String plant
プラント


firstDay

String firstDay
値参照期間の第一日目


consValue

String consValue
消費量


corrValue

String corrValue
修正消費量


valRatio

String valRatio
元値に対する修正値の比率 (修正値: 元値)


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


index

int index
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.purchase.stdmaterialgetintnumber

Class jp.co.intra_mart.foundation.sap.module.purchase.stdmaterialgetintnumber.StdMaterialGetIntNumber extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

material

String material
品目コード


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号

Class jp.co.intra_mart.foundation.sap.module.purchase.stdmaterialgetintnumber.StdMaterialGetIntNumberList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

stdMaterialGetIntNumberList

List<E> stdMaterialGetIntNumberList
品目コード割当済一覧


パッケージ jp.co.intra_mart.foundation.sap.module.sales

Class jp.co.intra_mart.foundation.sap.module.sales.BillingDocCreateMultipleController extends BillingDocCreateMultiple implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.BillingDocGetDetailController extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

billingDocGetDetail

BillingDocGetDetail billingDocGetDetail
請求伝票詳細照会情報クラス

Class jp.co.intra_mart.foundation.sap.module.sales.BillingDocGetListController extends BillingDocGetList implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.InquiryCreateFromData2Controller extends InquiryCreateFromData2 implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.QuotationCreateFromData2Controller extends QuotationCreateFromData2 implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.SalesOrderCreateFromDat2Controller extends SalesOrderCreateFromDat2 implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.SalesOrderGetListController extends SalesOrderGetList implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.SalesOrderGetStatusController extends SalesOrderGetStatus implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.BillingDataIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

salesorg

String salesorg
販売組織


distrChan

String distrChan
流通チャネル


division

String division
製品部門


docType

String docType
販売伝票タイプ


ordbilltyp

String ordbilltyp
受注関連請求伝票に対する提案請求伝票タイプ


billDate

String billDate
請求索引および印刷に対する請求日


soldTo

String soldTo
受注先


itemCateg

String itemCateg
明細カテゴリ (販売伝票)


acctasgnmt

String acctasgnmt
品目の勘定設定グループ


priceDate

String priceDate
価格設定/外貨換算の実行日付


country

String country
出荷国 (商品発送国)


plant

String plant
プラント


billTo

String billTo
請求先


payer

String payer
支払人


shipTo

String shipTo
出荷先


refDoc

String refDoc
参照伝票番号


material

String material
品目コード


reqQty

String reqQty
累積受注数量 (販売単位)


currency

String currency
販売伝票通貨


shortText

String shortText
テキスト (短): 受注明細


taxcl1Mat

String taxcl1Mat
品目の税分類


refItem

String refItem
参照明細番号


statGroup

String statGroup
統計グループ


noMatmast

String noMatmast
品目マスタ確認禁止


addrNo

String addrNo
アドレス: アドレス番号


title

String title
敬称


name

String name
名称 1


name2

String name2
名称 2


postlCode

String postlCode
郵便番号


consumctry

String consumctry
消費者の国キー


city

String city
市区町村


district

String district
所在地


street

String street
地名/番地-号


region

String region
地域 (都道府県)


prodHier

String prodHier
品目階層


salesUnit

String salesUnit
販売単位


profitCtr

String profitCtr
利益センタ


taxjurcode

String taxjurcode
税計算管轄コード - 税管轄コード


purchOrd

String purchOrd
出荷先発注番号


docNumber

String docNumber
販売伝票


itmNumber

String itmNumber
販売伝票明細


origindoc

String origindoc
開始伝票


item

String item
開始明細


createdBy

String createdBy
オブジェクト登録者名


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


incoterms1

String incoterms1
インコタームズ (1)


incoterms2

String incoterms2
インコタームズ (2)


exchangeRate

String exchangeRate
価格設定/統計用換算レート


paymentTerms

String paymentTerms
支払条件キー


hgLvItem

String hgLvItem
BOM 構成の上位レベル明細


refDocCa

String refDocCa
先行販売管理伝票の伝票カテゴリ


orderid

String orderid
指図番号


profitSegmNo

String profitSegmNo
収益性セグメント番号 (CO-PA)


costcenter

String costcenter
原価センタ


wbsElem

String wbsElem
WBS 要素


taxDepartCty

String taxDepartCty
税出荷国


taxDestCty

String taxDestCty
税仕向国


servDate

String servDate
サービス提供日


parallelQty

String parallelQty
Quantity in Parallel Unit of Measure


parallelUom

String parallelUom
Parallel Unit of Measure


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.BillingDocCreateMultiple extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

testrun

String testrun
シミュレーション実行 ('X')、更新実行 (' ')


posting

String posting
Posting category:post


creatorDataIn

CreatorDataIn creatorDataIn
取り込まれる日付の順序


billingDataInList

List<E> billingDataInList
処理予定明細データのテーブル


cCardDataInList

List<E> cCardDataInList
処理予定支払方法のテーブル


conditionDataInList

List<E> conditionDataInList
処理予定条件のテーブル


errorsList

List<E> errorsList
前明細の不正処理に関する情報


successList

List<E> successList
正常に処理された明細のテーブル


textDataInList

List<E> textDataInList
請求インタフェースの通信構造テキスト

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.CCardDataIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

paytype

String paytype
支払手段: 支払カード計画の明細分類


ccType

String ccType
支払カードタイプ: カードタイプ


ccNumber

String ccNumber
支払カード: カード番号


ccSeqNo

String ccSeqNo
支払カード: 支払カード - 接尾辞


ccValidF

String ccValidF
支払カード: 使用有効開始日付


ccValidT

String ccValidT
支払カード: 有効終了日


ccName

String ccName
支払カード: カード所有者の氏名


authamount

String authamount
支払カード: 承認額


currency

String currency
通貨コード


currencyIso

String currencyIso
ISO コード通貨


authFlag

String authFlag
支払カード: 振替権限


authDate

String authDate
支払カード: 承認日


authTime

String authTime
支払カード: 承認時刻


ccAuthNo

String ccAuthNo
支払カード: 承認番号


authRefno

String authRefno
支払カード: 決済代行会社の権限参照コード


merchidcl

String merchidcl
支払カード: 決済代行会社のマーチャント ID


terminal

String terminal
支払カード: 端末


dataorigin

String dataorigin
支払カード: 入力モード


ccSettled

String ccSettled
支払カード: 決済終了


ccLocId

String ccLocId
支払カード: トランザクション (入庫時点)


billPlan

String billPlan
請求計画番号


billPlani

String billPlani
明細: 請求計画/支払計画/支払カード


billValue

String billValue
請求金額: 請求計画に請求日付が指定されている場合


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ConditionDataIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

dataIndex

String dataIndex
別の構成のテーブル入力へのポインタ


condType

String condType
条件タイプ


condValue

String condValue
条件金額/率


condCurr

String condCurr
条件通貨 (累積項目用)


condPUnt

String condPUnt
価格条件単位


condDUnt

String condDUnt
伝票の条件単位


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.CreatorDataIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

createdBy

String createdBy
オブジェクト登録者名


createdOn

String createdOn
レコード登録日

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.Errors extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

refDoc

String refDoc
参照伝票番号


refDocItem

String refDocItem
参照明細番号


type

String type
メッセージType: S 正常、E エラー、W 警告、I 通知、A 強制終了


id

String id
メッセージ、メッセージクラス


number

String number
メッセージ、メッセージ番号


message

String message
メッセージテキスト


logNo

String logNo
アプリケーションログ: ログ番号


logMsgNo

String logMsgNo
アプリケーションログ: メッセージシリアル番号


messageV1

String messageV1
メッセージ、メッセージ変数


messageV2

String messageV2
メッセージ、メッセージ変数


messageV3

String messageV3
メッセージ、メッセージ変数


messageV4

String messageV4
メッセージ、メッセージ変数


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ParamBillingDataIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ParamCCardDataIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ParamConditionDataIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ParamCreatorDataIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ParamErrors extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ParamTextDataIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.TextDataIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

refDoc

String refDoc
参照伝票番号


refItem

String refItem
参照明細番号


applobject

String applobject
テキスト: アプリケーションオブジェクト


textId

String textId
テキスト ID


langu

String langu
言語キー


formatCol

String formatCol
タグ列


textLine

String textLine
テキスト行


index

int index
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.sales.billingdocgetdetail

Class jp.co.intra_mart.foundation.sap.module.sales.billingdocgetdetail.BillingDocGetDetail extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

billingdocument

String billingdocument
処理予定の請求伝票数


billingDocumentDetail

BillingDocumentDetail billingDocumentDetail
請求伝票に関する詳細情報


パッケージ jp.co.intra_mart.foundation.sap.module.sales.billingdocgetlist

Class jp.co.intra_mart.foundation.sap.module.sales.billingdocgetlist.BillingDocGetList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

refDocRange

RefDocRange refDocRange
前伝票の範囲


billingDocumentDetailListList

List<E> billingDocumentDetailListList
後続請求伝票のテーブル


successList

List<E> successList
後続請求伝票の明細テーブル

Class jp.co.intra_mart.foundation.sap.module.sales.billingdocgetlist.ParamRefDocRange extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.billingdocgetlist.RefDocRange extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sign

String sign
選択演算子 SIGN (テーブル範囲)


option

String option
選択演算子 OPTION (範囲テーブル)


refDocLow

String refDocLow
前伝票の開始伝票番号


refDocHigh

String refDocHigh
前伝票の終了伝票番号


パッケージ jp.co.intra_mart.foundation.sap.module.sales.common.model

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.BillingDocumentDetail extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

billingdoc

String billingdoc
請求伝票


billType

String billType
請求タイプ


billcateg

String billcateg
請求カテゴリ


sdDocCat

String sdDocCat
販売管理伝票カテゴリ


currency

String currency
販売伝票通貨


currencyIso

String currencyIso
ISO 通貨コード


acctstatus

String acctstatus
会計への転記ステータス


netValue

String netValue
正味金額


taxValue

String taxValue
税額


cancelled

String cancelled
中止区分

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.BillingDocumentDetailList extends BillingDocumentDetail implements Serializable

serialVersionUID: 1L

直列化されたフィールド

index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.CfgsBlob extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

configId

String configId
外部選定 ID (仮)


context

String context
CU: 選定の BLOB (SCE)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.CfgsInst extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

configId

String configId
外部選定 ID (仮)


instId

String instId
選定におけるインスタンス番号


objType

String objType
対象タイプ


classType

String classType
クラスタイプ


objKey

String objKey
対象キー


objTxt

String objTxt
言語依存対象テキスト


quantity

String quantity
インスタンス数量


author

String author
報告書提案済


quantityUnit

String quantityUnit
数量単位


complete

String complete
一般区分


consistent

String consistent
一般区分


objectGuid

String objectGuid
インスタンス用 TYPE_OF ステートメントの GUID


persistId

String persistId
インスタンス番号 (固定)


persistIdType

String persistIdType
インスタンス番号タイプ (固定)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.CfgsPartOf extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

configId

String configId
外部選定 ID (仮)


parentId

String parentId
選定におけるインスタンス番号


instId

String instId
選定におけるインスタンス番号


partOfNo

String partOfNo
Part_of 明細番号


objType

String objType
対象タイプ


classType

String classType
クラスタイプ


objKey

String objKey
対象キー


author

String author
報告書提案済


salesRelevant

String salesRelevant
この部品は販売に関連しています


partOfGuid

String partOfGuid
インスタンス用 PART_OF ステートメントの GUID


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.CfgsRef extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

posex

String posex
外部明細番号


configId

String configId
外部選定 ID (仮)


rootId

String rootId
選定におけるインスタンス番号


sce

String sce
CUX: 選定タイプ


kbname

String kbname
ナレッジベースオブジェクト


kbversion

String kbversion
SCE ナレッジベースの実行時バージョン


complete

String complete
一般区分


consistent

String consistent
一般区分


cfginfo

String cfginfo
CU: 選定の BLOB (SCE)


kbprofile

String kbprofile
ナレッジベースプロファイル


kblanguage

String kblanguage
システム設定の言語


cbaseId

String cbaseId
インスタンス番号 (固定)


cbaseIdType

String cbaseIdType
インスタンス番号タイプ (固定)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.CfgsRefInst extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

posex

String posex
外部明細番号


configId

String configId
外部選定 ID (仮)


instId

String instId
選定におけるインスタンス番号


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.CfgsValue extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

configId

String configId
外部選定 ID (仮)


instId

String instId
選定におけるインスタンス番号


charc

String charc
特性名


charcTxt

String charcTxt
言語依存特性テキスト


value

String value
特性値


valueTxt

String valueTxt
特性値の言語依存テキスト


author

String author
報告書提案済


valueTo

String valueTo
特性値


valcode

String valcode
値タイプ: 範囲制限 - 単一値


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.CfgsVk extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

configId

String configId
外部選定 ID (仮)


instId

String instId
選定におけるインスタンス番号


vkey

String vkey
バリアント条件名


factor

String factor
バリアント条件の加重係数


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ConditionsIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itmNumber

String itmNumber
条件明細番号


condStNo

String condStNo
ステップ番号


condCount

String condCount
条件カウンタ


condType

String condType
条件タイプ


condValue

String condValue
条件レート


currency

String currency
通貨コード


condUnit

String condUnit
条件単位


condPUnt

String condPUnt
価格条件単位


currIso

String currIso
ISO コード通貨


cdUntIso

String cdUntIso
条件数量単位 (ISO コード)


refobjtype

String refobjtype
オブジェクトタイプ


refobjkey

String refobjkey
オブジェクトキー


reflogsys

String reflogsys
論理システム


applicatio

String applicatio
アプリケーション


conpricdat

String conpricdat
条件価格設定日付


calctypcon

String calctypcon
条件計算タイプ


conbaseval

String conbaseval
条件基礎値


conexchrat

String conexchrat
現地通貨への換算レートに対する条件


numconvert

String numconvert
条件単位を基本単位へ変換する分子


denominato

String denominato
条件単位を基本単位へ変換する分母


condtype

String condtype
条件カテゴリ (例: 税、運賃、価格、原価)


statCon

String statCon
統計に適用する条件


scaletype

String scaletype
スケールタイプ


accruals

String accruals
見越額関連条件 (運賃など)


coninvolst

String coninvolst
請求書一覧条件


condorigin

String condorigin
条件生成区分


groupcond

String groupcond
グループ条件区分


condUpdat

String condUpdat
条件更新


accessSeq

String accessSeq
検索順序 - 検索番号


condcount

String condcount
条件連続番号


roundoffdi

String roundoffdi
BAPI の通貨額 (小数点以下9桁)


condvalue

String condvalue
条件金額


currency2

String currency2
販売伝票通貨


currIso2

String currIso2
ISO コード通貨


condcntrl

String condcntrl
条件管理


condisacti

String condisacti
無効条件


condclass

String condclass
条件クラス


factbasval

String factbasval
条件基礎値に対する要因


scalebasin

String scalebasin
スケール基準区分


scalbasval

String scalbasval
条件のスケール基準値


unitmeasur

String unitmeasur
条件スケール単位


isoUnit

String isoUnit
単位の ISO コード


currenckey

String currenckey
スケール通貨


curreniso

String curreniso
ISO コード通貨


condincomp

String condincomp
会社間請求の条件


condconfig

String condconfig
システム設定の条件


condchaman

String condchaman
条件 (マニュアル変更済)


condNo

String condNo
条件レコード番号


taxCode

String taxCode
消費税コード


varcond

String varcond
バリアント条件


accountkey

String accountkey
勘定キー


accountKe

String accountKe
勘定キー 見越/引当


wtWithcd

String wtWithcd
源泉徴収税コード


structcond

String structcond
構造条件


factconbas

String factconbas
条件基準の係数 (期間)


condcoinhd

String condcoinhd
条件カウンタ (ヘッダ条件)


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ConditionsInX extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itmNumber

String itmNumber
条件明細番号


condStNo

String condStNo
ステップ番号


condCount

String condCount
条件連続番号


condType

String condType
条件タイプ


updateflag

String updateflag
更新区分


condValue

String condValue
関連ユーザデータ項目の更新情報


currency

String currency
関連ユーザデータ項目の更新情報


condUnit

String condUnit
関連ユーザデータ項目の更新情報


condPUnt

String condPUnt
関連ユーザデータ項目の更新情報


varcond

String varcond
バリアント条件


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ExtensionIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

structure

String structure
BAPI テーブル拡張の構造名


valuepart1

String valuepart1
BAPI 拡張パラメータのデータ部分


valuepart2

String valuepart2
BAPI 拡張パラメータのデータ部分


valuepart3

String valuepart3
BAPI 拡張パラメータのデータ部分


valuepart4

String valuepart4
BAPI 拡張パラメータのデータ部分


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.HeaderIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

refobjtype

String refobjtype
オブジェクトタイプ


refobjkey

String refobjkey
オブジェクトキー


refdoctype

String refdoctype
参照オブジェクトの伝票タイプ


docType

String docType
販売伝票タイプ


collectNo

String collectNo
一括番号


salesOrg

String salesOrg
販売組織


distrChan

String distrChan
流通チャネル


division

String division
製品部門


salesGrp

String salesGrp
営業グループ


salesOff

String salesOff
営業所


reqDateH

String reqDateH
指定納入期日


dateType

String dateType
提案日付タイプ


purchDate

String purchDate
得意先発注日付


poMethod

String poMethod
得意先発注タイプ


poSupplem

String poSupplem
得意先発注番号補足


ref1

String ref1
得意先/仕入先の内部参照コード


name

String name
発注者名称


telephone

String telephone
電話番号


priceGrp

String priceGrp
価格グループ (得意先)


custGroup

String custGroup
得意先グループ


salesDist

String salesDist
販売地域


priceList

String priceList
価格表タイプ


incoterms1

String incoterms1
インコタームズ (1)


incoterms2

String incoterms2
インコタームズ 2


pmnttrms

String pmnttrms
支払条件キー


dlvBlock

String dlvBlock
出荷ブロック (伝票ヘッダ)


billBlock

String billBlock
販売管理伝票の請求ブロック


ordReason

String ordReason
受注理由 (取引理由)


complDlv

String complDlv
一括納入区分


priceDate

String priceDate
価格設定/外貨換算の実行日付


qtValidF

String qtValidF
見積/引合有効開始日


qtValidT

String qtValidT
見積の有効終了日


ctValidF

String ctValidF
有効開始日付 (販売契約/品目提案)


ctValidT

String ctValidT
有効終了日付 (販売契約/品目提案)


custGrp1

String custGrp1
得意先グループ 1


custGrp2

String custGrp2
得意先グループ 2


custGrp3

String custGrp3
得意先グループ 3


custGrp4

String custGrp4
得意先グループ 4


custGrp5

String custGrp5
得意先グループ 5


purchNoC

String purchNoC
出荷先発注番号


purchNoS

String purchNoS
出荷先の得意先発注番号


poDatS

String poDatS
出荷先の出荷先発注日付


poMethS

String poMethS
出荷先の出荷先発注タイプ


ref1S

String ref1S
出荷先文字


sdDocCat

String sdDocCat
販売管理伝票カテゴリ


docDate

String docDate
伝票日付 (受信日/送信日)


warDate

String warDate
保証期間の開始日付


shipCond

String shipCond
出荷条件


ppSearch

String ppSearch
品目提案検索条件


dunCount

String dunCount
得意先商談回数


dunDate

String dunDate
得意先との前回の商談日


dlvschduse

String dlvschduse
用途区分


pldlvstyp

String pldlvstyp
MRP: 出荷計画タイプ


refDoc

String refDoc
参照伝票番号


compCdeB

String compCdeB
請求対象会社コード


alttaxCls

String alttaxCls
代替税分類


taxClass2

String taxClass2
得意先税分類 2


taxClass3

String taxClass3
得意先税分類 3


taxClass4

String taxClass4
得意先に対する税クラス 4


taxClass5

String taxClass5
得意先に対する税クラス 5


taxClass6

String taxClass6
得意先に対する税クラス 6


taxClass7

String taxClass7
得意先に対する税クラス 7


taxClass8

String taxClass8
得意先に対する税クラス 8


taxClass9

String taxClass9
得意先に対する税クラス 9


refDocL

String refDocL
参照伝票番号


assNumber

String assNumber
割当番号


refdocCat

String refdocCat
先行販売管理伝票の伝票カテゴリ


ordcombIn

String ordcombIn
受注結合出荷区分


billSched

String billSched
請求日程 (稼働日カレンダ指定)


invoSched

String invoSched
請求書一覧日程 (稼働日カレンダ指定)


mnInvoice

String mnInvoice
マニュアル請求書更新


exrateFi

String exrateFi
FI 転記の換算レート (直接相場)


addValDy

String addValDy
有効日からの日数


fixValDy

String fixValDy
有効日日付


pymtMeth

String pymtMeth
支払方法


accntAsgn

String accntAsgn
得意先の勘定設定グループ


exchgRate

String exchgRate
価格設定/統計の換算レート (直接引用)


billDate

String billDate
請求索引および印刷に対する請求日


servDate

String servDate
サービス提供日


dunnKey

String dunnKey
督促処理キー


dunnBlock

String dunnBlock
督促処理保留


pmtgarPro

String pmtgarPro
支払保証決定表


departmNo

String departmNo
部門コード


recPoint

String recPoint
入荷ポイント


docNumFi

String docNumFi
ドキュメンタリクレジット処理: 内部番号


cstcndgrp1

String cstcndgrp1
得意先条件グループ1


cstcndgrp2

String cstcndgrp2
得意先条件グループ2


cstcndgrp3

String cstcndgrp3
得意先条件グループ3


cstcndgrp4

String cstcndgrp4
得意先条件グループ4


cstcndgrp5

String cstcndgrp5
得意先条件グループ5


dlvTime

String dlvTime
契約出荷期間


currency

String currency
販売伝票通貨


currIso

String currIso
ISO コード通貨


createdBy

String createdBy
オブジェクト登録者名


taxdepCty

String taxdepCty
税出荷国


taxdstCty

String taxdstCty
税仕向国


eutriDeal

String eutriDeal
フラグ: EC 内三角取引


mastContr

String mastContr
グループマスタ契約番号


refProc

String refProc
参照限定条件: 決定区分


chkprtauth

String chkprtauth
取引先権限チェック


cmlqtyDat

String cmlqtyDat
累積出荷数量日付


version

String version
販売伝票バージョン番号


notifNo

String notifNo
通知番号


wbsElem

String wbsElem
WBS 要素


exchRateFiV

String exchRateFiV
FI 転記の換算レート (間接相場)


exchgRateV

String exchgRateV
価格設定/統計の換算レート (間接引用)


fkkConacct

String fkkConacct
長さ 12 の文字項目


campaign

String campaign
総括プロジェクト計画: 外部 SAP システムの GUID


docClass

String docClass
リリースおよびトランザクション管理を備えた元システム


hCurr

String hCurr
通貨コード


hCurrIso

String hCurrIso
ISO 通貨コード


shipType

String shipType
出荷タイプ


sProcInd

String sProcInd
特別処理区分


refDocLLong

String refDocLLong
参照伝票番号 (依存関係についてはテキスト (長) を参照)


lineTime

String lineTime
納入日程の提案時刻 (現地時間: 販売組織参照)


calcMotive

String calcMotive
計算区分

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.HeaderInX extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

updateflag

String updateflag
更新区分


docType

String docType
関連ユーザデータ項目の更新情報


collectNo

String collectNo
関連ユーザデータ項目の更新情報


salesOrg

String salesOrg
関連ユーザデータ項目の更新情報


distrChan

String distrChan
関連ユーザデータ項目の更新情報


division

String division
関連ユーザデータ項目の更新情報


salesGrp

String salesGrp
関連ユーザデータ項目の更新情報


salesOff

String salesOff
関連ユーザデータ項目の更新情報


reqDateH

String reqDateH
関連ユーザデータ項目の更新情報


dateType

String dateType
関連ユーザデータ項目の更新情報


purchDate

String purchDate
関連ユーザデータ項目の更新情報


poMethod

String poMethod
関連ユーザデータ項目の更新情報


poSupplem

String poSupplem
関連ユーザデータ項目の更新情報


ref1

String ref1
関連ユーザデータ項目の更新情報


name

String name
関連ユーザデータ項目の更新情報


telephone

String telephone
関連ユーザデータ項目の更新情報


priceGrp

String priceGrp
関連ユーザデータ項目の更新情報


custGroup

String custGroup
関連ユーザデータ項目の更新情報


salesDist

String salesDist
関連ユーザデータ項目の更新情報


priceList

String priceList
関連ユーザデータ項目の更新情報


incoterms1

String incoterms1
関連ユーザデータ項目の更新情報


incoterms2

String incoterms2
関連ユーザデータ項目の更新情報


pmnttrms

String pmnttrms
関連ユーザデータ項目の更新情報


dlvBlock

String dlvBlock
関連ユーザデータ項目の更新情報


billBlock

String billBlock
関連ユーザデータ項目の更新情報


ordReason

String ordReason
関連ユーザデータ項目の更新情報


complDlv

String complDlv
関連ユーザデータ項目の更新情報


priceDate

String priceDate
関連ユーザデータ項目の更新情報


qtValidF

String qtValidF
関連ユーザデータ項目の更新情報


qtValidT

String qtValidT
関連ユーザデータ項目の更新情報


ctValidF

String ctValidF
関連ユーザデータ項目の更新情報


ctValidT

String ctValidT
関連ユーザデータ項目の更新情報


custGrp1

String custGrp1
関連ユーザデータ項目の更新情報


custGrp2

String custGrp2
関連ユーザデータ項目の更新情報


custGrp3

String custGrp3
関連ユーザデータ項目の更新情報


custGrp4

String custGrp4
関連ユーザデータ項目の更新情報


custGrp5

String custGrp5
関連ユーザデータ項目の更新情報


purchNoC

String purchNoC
関連ユーザデータ項目の更新情報


purchNoS

String purchNoS
関連ユーザデータ項目の更新情報


poDatS

String poDatS
関連ユーザデータ項目の更新情報


poMethS

String poMethS
関連ユーザデータ項目の更新情報


ref1S

String ref1S
関連ユーザデータ項目の更新情報


sdDocCat

String sdDocCat
関連ユーザデータ項目の更新情報


docDate

String docDate
関連ユーザデータ項目の更新情報


warDate

String warDate
関連ユーザデータ項目の更新情報


shipCond

String shipCond
関連ユーザデータ項目の更新情報


ppSearch

String ppSearch
関連ユーザデータ項目の更新情報


dunCount

String dunCount
関連ユーザデータ項目の更新情報


dunDate

String dunDate
関連ユーザデータ項目の更新情報


dlvschduse

String dlvschduse
関連ユーザデータ項目の更新情報


pldlvstyp

String pldlvstyp
関連ユーザデータ項目の更新情報


refDoc

String refDoc
関連ユーザデータ項目の更新情報


compCdeB

String compCdeB
関連ユーザデータ項目の更新情報


alttaxCls

String alttaxCls
関連ユーザデータ項目の更新情報


taxClass2

String taxClass2
関連ユーザデータ項目の更新情報


taxClass3

String taxClass3
関連ユーザデータ項目の更新情報


taxClass4

String taxClass4
関連ユーザデータ項目の更新情報


taxClass5

String taxClass5
関連ユーザデータ項目の更新情報


taxClass6

String taxClass6
関連ユーザデータ項目の更新情報


taxClass7

String taxClass7
関連ユーザデータ項目の更新情報


taxClass8

String taxClass8
関連ユーザデータ項目の更新情報


taxClass9

String taxClass9
関連ユーザデータ項目の更新情報


refDocL

String refDocL
関連ユーザデータ項目の更新情報


assNumber

String assNumber
関連ユーザデータ項目の更新情報


refdocCat

String refdocCat
関連ユーザデータ項目の更新情報


ordcombIn

String ordcombIn
関連ユーザデータ項目の更新情報


billSched

String billSched
関連ユーザデータ項目の更新情報


invoSched

String invoSched
関連ユーザデータ項目の更新情報


mnInvoice

String mnInvoice
関連ユーザデータ項目の更新情報


exrateFi

String exrateFi
関連ユーザデータ項目の更新情報


addValDy

String addValDy
関連ユーザデータ項目の更新情報


fixValDy

String fixValDy
関連ユーザデータ項目の更新情報


pymtMeth

String pymtMeth
関連ユーザデータ項目の更新情報


accntAsgn

String accntAsgn
関連ユーザデータ項目の更新情報


exchgRate

String exchgRate
関連ユーザデータ項目の更新情報


billDate

String billDate
関連ユーザデータ項目の更新情報


servDate

String servDate
関連ユーザデータ項目の更新情報


dunnKey

String dunnKey
関連ユーザデータ項目の更新情報


dunnBlock

String dunnBlock
関連ユーザデータ項目の更新情報


promotion

String promotion
関連ユーザデータ項目の更新情報


pmtgarPro

String pmtgarPro
関連ユーザデータ項目の更新情報


departmNo

String departmNo
関連ユーザデータ項目の更新情報


recPoint

String recPoint
関連ユーザデータ項目の更新情報


poitmNoS

String poitmNoS
関連ユーザデータ項目の更新情報


docNumFi

String docNumFi
関連ユーザデータ項目の更新情報


cstcndgrp1

String cstcndgrp1
関連ユーザデータ項目の更新情報


cstcndgrp2

String cstcndgrp2
関連ユーザデータ項目の更新情報


cstcndgrp3

String cstcndgrp3
関連ユーザデータ項目の更新情報


cstcndgrp4

String cstcndgrp4
関連ユーザデータ項目の更新情報


cstcndgrp5

String cstcndgrp5
関連ユーザデータ項目の更新情報


dlvTime

String dlvTime
関連ユーザデータ項目の更新情報


currency

String currency
関連ユーザデータ項目の更新情報


taxdepCty

String taxdepCty
関連ユーザデータ項目の更新情報


taxdstCty

String taxdstCty
関連ユーザデータ項目の更新情報


eutriDeal

String eutriDeal
関連ユーザデータ項目の更新情報


mastContr

String mastContr
関連ユーザデータ項目の更新情報


refProc

String refProc
関連ユーザデータ項目の更新情報


chkprtauth

String chkprtauth
関連ユーザデータ項目の更新情報


cmlqtyDat

String cmlqtyDat
関連ユーザデータ項目の更新情報


version

String version
関連ユーザデータ項目の更新情報


notifNo

String notifNo
関連ユーザデータ項目の更新情報


wbsElem

String wbsElem
関連ユーザデータ項目の更新情報


exchRateFiV

String exchRateFiV
関連ユーザデータ項目の更新情報


exchgRateV

String exchgRateV
関連ユーザデータ項目の更新情報


fkkConacct

String fkkConacct
関連ユーザデータ項目の更新情報


campaign

String campaign
関連ユーザデータ項目の更新情報


docClass

String docClass
関連ユーザデータ項目の更新情報


hCurr

String hCurr
関連ユーザデータ項目の更新情報


shipType

String shipType
関連ユーザデータ項目の更新情報


sProcInd

String sProcInd
関連ユーザデータ項目の更新情報


lineTime

String lineTime
関連ユーザデータ項目の更新情報


calcMotive

String calcMotive
関連ユーザデータ項目の更新情報

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ItemsIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itmNumber

String itmNumber
販売伝票明細


hgLvItem

String hgLvItem
上位レベル明細


poItmNo

String poItmNo
元となる購買発注の明細番号


material

String material
品目コード


altToItm

String altToItm
代替明細


custMat22

String custMat22
得意先品目コード (無効)


batch

String batch
ロット番号


dlvGroup

String dlvGroup
出荷グループ (明細一括出荷)


partDlv

String partDlv
明細レベルの分納納入


reasonRej

String reasonRej
見積および受注の拒否理由


billBlock

String billBlock
ブロック


billDate

String billDate
請求索引および印刷に対する請求日


plant

String plant
プラント


storeLoc

String storeLoc
保管場所


targetQty

String targetQty
目標数量(販売単位)


targetQu

String targetQu
目標数量 (数量単位)


tUnitIso

String tUnitIso
目標数量単位 (ISO コード)


itemCateg

String itemCateg
明細カテゴリ (販売伝票)


shortText

String shortText
テキスト (短): 受注明細


prcGroup1

String prcGroup1
品目グループ 1


prcGroup2

String prcGroup2
品目グループ 2


prcGroup3

String prcGroup3
品目グループ 3


prcGroup4

String prcGroup4
品目グループ 4


prcGroup5

String prcGroup5
品目グループ 5


prodHiera

String prodHiera
品目階層


matlGroup

String matlGroup
品目グループ


purchNoC

String purchNoC
出荷先発注番号


purchDate

String purchDate
得意先発注日付


poMethod

String poMethod
得意先発注タイプ


ref1

String ref1
得意先/仕入先の内部参照コード


purchNoS

String purchNoS
出荷先の得意先発注番号


poDatS

String poDatS
出荷先の出荷先発注日付


poMethS

String poMethS
出荷先の出荷先発注タイプ


ref1S

String ref1S
出荷先文字


poitmNoS

String poitmNoS
元となる購買発注の明細番号


priceGrp

String priceGrp
価格グループ (得意先)


custGroup

String custGroup
得意先グループ


salesDist

String salesDist
販売地域


priceList

String priceList
価格表タイプ


incoterms1

String incoterms1
インコタームズ (1)


incoterms2

String incoterms2
インコタームズ 2


ordcompIn

String ordcompIn
受注結合出荷区分


billSched

String billSched
請求日程 (稼働日カレンダ指定)


invoSched

String invoSched
請求書一覧日程 (稼働日カレンダ指定)


mnInvoice

String mnInvoice
マニュアル請求書更新


exRateFi

String exRateFi
FI 転記の換算レート (直接相場)


addValDy

String addValDy
有効日からの日数


fixValDy

String fixValDy
有効日日付


pmnttrms

String pmnttrms
支払条件キー


pymtMeth

String pymtMeth
支払方法


accntAsgn

String accntAsgn
得意先の勘定設定グループ


exchgRate

String exchgRate
価格設定/統計の換算レート (直接引用)


priceDate

String priceDate
価格設定/外貨換算の実行日付


servDate

String servDate
サービス提供日


dunnKey

String dunnKey
督促処理キー


dunnBlock

String dunnBlock
督促処理保留


promotion

String promotion
プロモーション


pmtgarPro

String pmtgarPro
支払保証決定表


docNumFi

String docNumFi
ドキュメンタリクレジット処理: 内部番号


departmNo

String departmNo
部門コード


recPoint

String recPoint
入荷ポイント


cstcndgrp1

String cstcndgrp1
得意先条件グループ1


cstcndgrp2

String cstcndgrp2
得意先条件グループ2


cstcndgrp3

String cstcndgrp3
得意先条件グループ3


cstcndgrp4

String cstcndgrp4
得意先条件グループ4


cstcndgrp5

String cstcndgrp5
得意先条件グループ5


dlvTime

String dlvTime
契約出荷期間


salesUnit

String salesUnit
販売単位


sUnitIso

String sUnitIso
単位の ISO コード


trgQtyNo

String trgQtyNo
販売単位から基本単位への換算係数


trgqtyDen

String trgqtyDen
販売単位から基本単位への換算係数


rnddlvQty

String rnddlvQty
丸め数量: 出荷


maxdevamnt

String maxdevamnt
数量に関する許容偏差 (絶対値)


maxdevper

String maxdevper
数量に関する許容偏差 (%)


maxdevDay

String maxdevDay
シフト所要日数


usageInd

String usageInd
未使用 - 予約長 3


fixedQuan

String fixedQuan
数量固定区分


unlmtDlv

String unlmtDlv
区分: 無制限過剰納入可能


overdlvtol

String overdlvtol
過剰納入許容範囲


unddlvTol

String unddlvTol
不足納入許容範囲リミット


division

String division
製品部門


salqtynum

String salqtynum
販売数量単位から基本数量単位への変換係数の分子


salqtyden

String salqtyden
販売数量単位を SKU に換算するための分母 (除数)


grossWght

String grossWght
明細の総重量


netWeight

String netWeight
明細の正味重量


untofWght

String untofWght
重量単位


unofWtiso

String unofWtiso
ISO コードでの重量単位


volume

String volume
明細の総数量


volunit

String volunit
容積単位


volunitiso

String volunitiso
ISO コードでの容積単位


dlvPrio

String dlvPrio
出荷優先順位


shipPoint

String shipPoint
出荷ポイント/入荷ポイント


route

String route
輸送経路


createdBy

String createdBy
オブジェクト登録者名


taxClass1

String taxClass1
品目の税分類


taxClass2

String taxClass2
品目の税分類


taxClass3

String taxClass3
品目の税分類


taxClass4

String taxClass4
品目の税分類


taxClass5

String taxClass5
品目の税分類


taxClass6

String taxClass6
品目の税分類


taxClass7

String taxClass7
品目の税分類


taxClass8

String taxClass8
品目の税分類


taxClass9

String taxClass9
品目の税分類


matPrGrp

String matPrGrp
品目価格設定グループ


valType

String valType
評価タイプ


fixdatQty

String fixdatQty
納期と出荷数量の固定


bomexplNo

String bomexplNo
BOM 展開番号


resanalkey

String resanalkey
結果分析キー


reqmtsTyp

String reqmtsTyp
所要量タイプ


noGrPost

String noGrPost
得意先が入庫を転記していません


busTranst

String busTranst
貿易管理の取引タイプ


overhdKey

String overhdKey
間接費キー


cstgSheet

String cstgSheet
原価計算表


matfrgtgrp

String matfrgtgrp
品目運賃グループ


pldlvshdin

String pldlvshdin
出荷計画に関する指示


seqNo

String seqNo
KANBAN/連続番号


bilForm

String bilForm
請求書式


dliProfil

String dliProfil
動的明細プロセッサプロファイル


revType

String revType
収益承認カテゴリ


begdemPer

String begdemPer
見越期間の提案開始日付


prRefMat

String prRefMat
価格設定参照品目


refobjtype

String refobjtype
オブジェクトタイプ


refobjkey

String refobjkey
オブジェクトキー


reflogsys

String reflogsys
論理システム


orderProb

String orderProb
明細の受注可能性


maxPlDlv

String maxPlDlv
明細ごとの分割納入可能な最大回数


cfopCode

String cfopCode
CFOP code and extension (old 5 char version)


taxlawicms

String taxlawicms
税法: ICMS


taxlawipi

String taxlawipi
税法: IPI


sdTaxcode

String sdTaxcode
0


assortMod

String assortMod
品揃モジュール


compQuant

String compQuant
構成品目数量


targetVal

String targetVal
BAPI の通貨額 (小数点以下9桁)


currency

String currency
販売伝票通貨


currIso

String currIso
ISO コード通貨


profitCtr

String profitCtr
利益センタ


orderid

String orderid
指図番号


wbsElem

String wbsElem
WBS 要素


deprecPer

String deprecPer
ドキュメンタリクレジット処理に関する償却率 (%)


refDoc

String refDoc
参照伝票番号


refDocIt

String refDocIt
参照明細番号


refDocCa

String refDocCa
先行販売管理伝票の伝票カテゴリ


custMat35

String custMat35
得意先品目


exchRateFiV

String exchRateFiV
FI 転記の換算レート (間接相場)


exchgRateV

String exchgRateV
価格設定/統計の換算レート (間接引用)


itemguidAtp

String itemguidAtp
ATP: 暗号 - DELNR および DELPS


valContr

String valContr
金額契約番号


valConI

String valConI
金額契約明細


configId

String configId
外部選定 ID (仮)


instId

String instId
選定におけるインスタンス番号


matExt

String matExt
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


matGuid

String matGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


matVers

String matVers
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


pMatExt

String pMatExt
項目 PR_REF_MAT の品目コード (長) (今後のリリースで開発)


pMatGuid

String pMatGuid
項目 PR_REF_MAT の外部 GUID (今後のリリースで開発)


pMatVers

String pMatVers
項目 PR_REF_MAT のバージョン番号 (今後のリリースで開発)


funcArea

String funcArea
機能領域


alternBom

String alternBom
代替 BOM


fkkConacct

String fkkConacct
長さ 12 の文字項目


eanUpc

String eanUpc
国際商品コード (EAN/UPC)


prodcat

String prodcat
製品カタログ番号


shipType

String shipType
出荷タイプ


sProcInd

String sProcInd
特別処理区分


funcAreaLong

String funcAreaLong
機能領域


billRel

String billRel
請求関連 (CRM)


vwUepos

String vwUepos
上位レベル明細用途 ID


campaign

String campaign
総括プロジェクト計画: 外部 SAP システムの GUID


dlvschduse

String dlvschduse
用途区分


cfopLong

String cfopLong
CFOP code and extension


selection

String selection
選択 ID (永続)


matEntrd

String matEntrd
入力品目


logSystemOwn

String logSystemOwn
論理システム


itmTypeUsage

String itmTypeUsage
明細用途


index

int index
レコード番号


taxlawiss

String taxlawiss
ISS Tax Law


matEntrdExternal

String matEntrdExternal
項目 MAT_ENTRD の品目コード (長)


matEntrdGuid

String matEntrdGuid
項目 MAT_ENTRD の外部 GUID


matEntrdVersion

String matEntrdVersion
項目 MAT_ENTRD のバージョン番号


locTaxcat

String locTaxcat
税タイプ


locZerovat

String locZerovat
locZerovat


locActcode

String locActcode
総所得税の活動コード


locDisttype

String locDisttype
所得税の配賦タイプ


locTxrelclas

String locTxrelclas
税関連分類


calcMotive

String calcMotive
計算区分

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ItemsInX extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itmNumber

String itmNumber
販売伝票明細


updateflag

String updateflag
更新区分


hgLvItem

String hgLvItem
関連ユーザデータ項目の更新情報


poItmNo

String poItmNo
関連ユーザデータ項目の更新情報


material

String material
関連ユーザデータ項目の更新情報


altToItm

String altToItm
関連ユーザデータ項目の更新情報


custMat22

String custMat22
関連ユーザデータ項目の更新情報


batch

String batch
関連ユーザデータ項目の更新情報


dlvGroup

String dlvGroup
関連ユーザデータ項目の更新情報


partDlv

String partDlv
関連ユーザデータ項目の更新情報


reasonRej

String reasonRej
関連ユーザデータ項目の更新情報


billBlock

String billBlock
関連ユーザデータ項目の更新情報


billDate

String billDate
関連ユーザデータ項目の更新情報


plant

String plant
関連ユーザデータ項目の更新情報


storeLoc

String storeLoc
関連ユーザデータ項目の更新情報


targetQty

String targetQty
関連ユーザデータ項目の更新情報


targetQu

String targetQu
関連ユーザデータ項目の更新情報


tUnitIso

String tUnitIso
関連ユーザデータ項目の更新情報


itemCateg

String itemCateg
関連ユーザデータ項目の更新情報


shortText

String shortText
関連ユーザデータ項目の更新情報


prcGroup1

String prcGroup1
関連ユーザデータ項目の更新情報


prcGroup2

String prcGroup2
関連ユーザデータ項目の更新情報


prcGroup3

String prcGroup3
関連ユーザデータ項目の更新情報


prcGroup4

String prcGroup4
関連ユーザデータ項目の更新情報


prcGroup5

String prcGroup5
関連ユーザデータ項目の更新情報


prodHiera

String prodHiera
関連ユーザデータ項目の更新情報


matlGroup

String matlGroup
関連ユーザデータ項目の更新情報


purchNoC

String purchNoC
関連ユーザデータ項目の更新情報


purchDate

String purchDate
関連ユーザデータ項目の更新情報


poMethod

String poMethod
関連ユーザデータ項目の更新情報


ref1

String ref1
関連ユーザデータ項目の更新情報


purchNoS

String purchNoS
関連ユーザデータ項目の更新情報


poDatS

String poDatS
関連ユーザデータ項目の更新情報


poMethS

String poMethS
関連ユーザデータ項目の更新情報


ref1S

String ref1S
関連ユーザデータ項目の更新情報


poitmNoS

String poitmNoS
関連ユーザデータ項目の更新情報


priceGrp

String priceGrp
関連ユーザデータ項目の更新情報


custGroup

String custGroup
関連ユーザデータ項目の更新情報


salesDist

String salesDist
関連ユーザデータ項目の更新情報


priceList

String priceList
関連ユーザデータ項目の更新情報


incoterms1

String incoterms1
関連ユーザデータ項目の更新情報


incoterms2

String incoterms2
関連ユーザデータ項目の更新情報


ordcompIn

String ordcompIn
関連ユーザデータ項目の更新情報


billSched

String billSched
関連ユーザデータ項目の更新情報


invoSched

String invoSched
関連ユーザデータ項目の更新情報


mnInvoice

String mnInvoice
関連ユーザデータ項目の更新情報


exRateFi

String exRateFi
関連ユーザデータ項目の更新情報


addValDy

String addValDy
関連ユーザデータ項目の更新情報


fixValDy

String fixValDy
関連ユーザデータ項目の更新情報


pmnttrms

String pmnttrms
関連ユーザデータ項目の更新情報


pymtMeth

String pymtMeth
関連ユーザデータ項目の更新情報


accntAsgn

String accntAsgn
関連ユーザデータ項目の更新情報


exchgRate

String exchgRate
関連ユーザデータ項目の更新情報


priceDate

String priceDate
関連ユーザデータ項目の更新情報


servDate

String servDate
関連ユーザデータ項目の更新情報


dunnKey

String dunnKey
関連ユーザデータ項目の更新情報


dunnBlock

String dunnBlock
関連ユーザデータ項目の更新情報


promotion

String promotion
関連ユーザデータ項目の更新情報


pmtgarPro

String pmtgarPro
関連ユーザデータ項目の更新情報


docNumFi

String docNumFi
関連ユーザデータ項目の更新情報


departmNo

String departmNo
関連ユーザデータ項目の更新情報


recPoint

String recPoint
関連ユーザデータ項目の更新情報


cstcndgrp1

String cstcndgrp1
関連ユーザデータ項目の更新情報


cstcndgrp2

String cstcndgrp2
関連ユーザデータ項目の更新情報


cstcndgrp3

String cstcndgrp3
関連ユーザデータ項目の更新情報


cstcndgrp4

String cstcndgrp4
関連ユーザデータ項目の更新情報


cstcndgrp5

String cstcndgrp5
関連ユーザデータ項目の更新情報


dlvTime

String dlvTime
関連ユーザデータ項目の更新情報


salesUnit

String salesUnit
関連ユーザデータ項目の更新情報


trgQtyNo

String trgQtyNo
関連ユーザデータ項目の更新情報


trgqtyDen

String trgqtyDen
関連ユーザデータ項目の更新情報


rnddlvQty

String rnddlvQty
関連ユーザデータ項目の更新情報


maxdevamnt

String maxdevamnt
関連ユーザデータ項目の更新情報


maxdevper

String maxdevper
関連ユーザデータ項目の更新情報


maxdevDay

String maxdevDay
関連ユーザデータ項目の更新情報


usageInd

String usageInd
関連ユーザデータ項目の更新情報


fixedQuan

String fixedQuan
関連ユーザデータ項目の更新情報


unlmtDlv

String unlmtDlv
関連ユーザデータ項目の更新情報


overdlvtol

String overdlvtol
関連ユーザデータ項目の更新情報


unddlvTol

String unddlvTol
関連ユーザデータ項目の更新情報


division

String division
関連ユーザデータ項目の更新情報


salqtynum

String salqtynum
関連ユーザデータ項目の更新情報


salqtyden

String salqtyden
関連ユーザデータ項目の更新情報


grossWght

String grossWght
関連ユーザデータ項目の更新情報


netWeight

String netWeight
関連ユーザデータ項目の更新情報


untofWght

String untofWght
関連ユーザデータ項目の更新情報


volume

String volume
関連ユーザデータ項目の更新情報


volunit

String volunit
関連ユーザデータ項目の更新情報


dlvPrio

String dlvPrio
関連ユーザデータ項目の更新情報


shipPoint

String shipPoint
関連ユーザデータ項目の更新情報


route

String route
関連ユーザデータ項目の更新情報


taxClass1

String taxClass1
関連ユーザデータ項目の更新情報


taxClass2

String taxClass2
関連ユーザデータ項目の更新情報


taxClass3

String taxClass3
関連ユーザデータ項目の更新情報


taxClass4

String taxClass4
関連ユーザデータ項目の更新情報


taxClass5

String taxClass5
関連ユーザデータ項目の更新情報


taxClass6

String taxClass6
関連ユーザデータ項目の更新情報


taxClass7

String taxClass7
関連ユーザデータ項目の更新情報


taxClass8

String taxClass8
関連ユーザデータ項目の更新情報


taxClass9

String taxClass9
関連ユーザデータ項目の更新情報


matPrGrp

String matPrGrp
関連ユーザデータ項目の更新情報


valType

String valType
関連ユーザデータ項目の更新情報


fixdatQty

String fixdatQty
関連ユーザデータ項目の更新情報


bomexplNo

String bomexplNo
関連ユーザデータ項目の更新情報


resanalkey

String resanalkey
関連ユーザデータ項目の更新情報


reqmtsTyp

String reqmtsTyp
関連ユーザデータ項目の更新情報


noGrPost

String noGrPost
関連ユーザデータ項目の更新情報


busTranst

String busTranst
関連ユーザデータ項目の更新情報


overhdKey

String overhdKey
関連ユーザデータ項目の更新情報


cstgSheet

String cstgSheet
関連ユーザデータ項目の更新情報


matfrgtgrp

String matfrgtgrp
関連ユーザデータ項目の更新情報


pldlvshdin

String pldlvshdin
関連ユーザデータ項目の更新情報


seqNo

String seqNo
関連ユーザデータ項目の更新情報


bilForm

String bilForm
関連ユーザデータ項目の更新情報


dliProfil

String dliProfil
関連ユーザデータ項目の更新情報


revType

String revType
関連ユーザデータ項目の更新情報


begdemPer

String begdemPer
関連ユーザデータ項目の更新情報


prRefMat

String prRefMat
関連ユーザデータ項目の更新情報


refobjtype

String refobjtype
関連ユーザデータ項目の更新情報


refobjkey

String refobjkey
関連ユーザデータ項目の更新情報


reflogsys

String reflogsys
関連ユーザデータ項目の更新情報


orderProb

String orderProb
関連ユーザデータ項目の更新情報


maxPlDlv

String maxPlDlv
関連ユーザデータ項目の更新情報


cfopCode

String cfopCode
関連ユーザデータ項目の更新情報


taxlawicms

String taxlawicms
関連ユーザデータ項目の更新情報


taxlawipi

String taxlawipi
関連ユーザデータ項目の更新情報


sdTaxcode

String sdTaxcode
関連ユーザデータ項目の更新情報


assortMod

String assortMod
関連ユーザデータ項目の更新情報


compQuant

String compQuant
関連ユーザデータ項目の更新情報


targetVal

String targetVal
関連ユーザデータ項目の更新情報


profitCtr

String profitCtr
関連ユーザデータ項目の更新情報


orderid

String orderid
関連ユーザデータ項目の更新情報


wbsElem

String wbsElem
関連ユーザデータ項目の更新情報


deprecPer

String deprecPer
関連ユーザデータ項目の更新情報


refDoc

String refDoc
関連ユーザデータ項目の更新情報


refDocIt

String refDocIt
関連ユーザデータ項目の更新情報


refDocCa

String refDocCa
関連ユーザデータ項目の更新情報


custMat35

String custMat35
関連ユーザデータ項目の更新情報


exchRateFiV

String exchRateFiV
関連ユーザデータ項目の更新情報


exchgRateV

String exchgRateV
関連ユーザデータ項目の更新情報


itemguidAtp

String itemguidAtp
関連ユーザデータ項目の更新情報


valContr

String valContr
関連ユーザデータ項目の更新情報


valConI

String valConI
関連ユーザデータ項目の更新情報


configId

String configId
関連ユーザデータ項目の更新情報


instId

String instId
関連ユーザデータ項目の更新情報


matExt

String matExt
関連ユーザデータ項目の更新情報


matGuid

String matGuid
関連ユーザデータ項目の更新情報


matVers

String matVers
関連ユーザデータ項目の更新情報


pMatExt

String pMatExt
関連ユーザデータ項目の更新情報


pMatGuid

String pMatGuid
関連ユーザデータ項目の更新情報


pMatVers

String pMatVers
関連ユーザデータ項目の更新情報


funcArea

String funcArea
関連ユーザデータ項目の更新情報


alternBom

String alternBom
関連ユーザデータ項目の更新情報


fkkConacct

String fkkConacct
関連ユーザデータ項目の更新情報


eanUpc

String eanUpc
関連ユーザデータ項目の更新情報


prodcat

String prodcat
関連ユーザデータ項目の更新情報


shipType

String shipType
関連ユーザデータ項目の更新情報


sProcInd

String sProcInd
関連ユーザデータ項目の更新情報


billRel

String billRel
関連ユーザデータ項目の更新情報


vwUepos

String vwUepos
関連ユーザデータ項目の更新情報


campaign

String campaign
関連ユーザデータ項目の更新情報


dlvschduse

String dlvschduse
関連ユーザデータ項目の更新情報


selection

String selection
関連ユーザデータ項目の更新情報


matEntrd

String matEntrd
関連ユーザデータ項目の更新情報


logSystemOwn

String logSystemOwn
関連ユーザデータ項目の更新情報


itmTypeUsage

String itmTypeUsage
関連ユーザデータ項目の更新情報


matEntrdExternal

String matEntrdExternal
関連ユーザデータ項目の更新情報


matEntrdGuid

String matEntrdGuid
関連ユーザデータ項目の更新情報


matEntrdVersion

String matEntrdVersion
関連ユーザデータ項目の更新情報


locTaxcat

String locTaxcat
関連ユーザデータ項目の更新情報


locZerovat

String locZerovat
関連ユーザデータ項目の更新情報


locActcode

String locActcode
関連ユーザデータ項目の更新情報


locDisttype

String locDisttype
関連ユーザデータ項目の更新情報


locTxrelclas

String locTxrelclas
関連ユーザデータ項目の更新情報


calcMotive

String calcMotive
関連ユーザデータ項目の更新情報


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.Keys extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

refobjtyp

String refobjtyp
オブジェクトタイプ


refobject

String refobject
オブジェクト名


refobjkey

String refobjkey
オブジェクトキー


reflogsys

String reflogsys
論理システム


docNumber

String docNumber
販売管理伝票番号


itmNumber

String itmNumber
販売伝票明細


schedLin

String schedLin
納入日程行


condNo

String condNo
伝票条件番号


conditemno

String conditemno
条件明細番号


condStNo

String condStNo
ステップ番号


condCount

String condCount
条件カウンタ


condType

String condType
条件タイプ


status

String status
単一文字フラグ


tindex

String tindex
数値項目: 長さ 6


address

String address
住所


abrli

String abrli
内部納入日程番号


abart

String abart
承認タイプ


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.LogicSwitch extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

pricing

String pricing
価格設定タイプ


atpWrkmod

String atpWrkmod
ATP セッション: 結果取得/新規決定 APO-ATP


scheduling

String scheduling
単一文字フラグ


nostructure

String nostructure
チェックボックス


condHandl

String condHandl
選択: 条件行処理 (SD 伝票変更)

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.MaterialEvg extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

materialExt

String materialExt
外部品目コード


materialVers

String materialVers
品目バージョン番号


materialGuid

String materialGuid
品目コード(外部 GUID)

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamBillingDocumentDetailList extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamCfgsBlob extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamCfgsInst extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamCfgsPartOf extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamCfgsRef extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamCfgsRefInst extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamCfgsValue extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamCfgsVk extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamConditionsIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamConditionsInX extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamExtensionIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamHeaderIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamHeaderInX extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamItemsIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamItemsInX extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamKeys extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamLogicSwitch extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamMaterialEvg extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamPartnerAddresses extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamPartners extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamSchedulesIn extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamSchedulesInX extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamSender extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamSuccess extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.ParamText extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.PartnerAddresses extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

addrNo

String addrNo
アドレス番号


formofaddr

String formofaddr
敬称テキスト


name

String name
名称 1


name2

String name2
名称 2


name3

String name3
名称 3


name4

String name4
名称 4


cOName

String cOName
気付


city

String city
市区町村


district

String district
所在地


cityNo

String cityNo
市区町村/地名ファイルの市区町村コード


postlCod1

String postlCod1
市区町村の郵便番号


postlCod2

String postlCod2
私書箱郵便番号


postlCod3

String postlCod3
会社郵便番号 (大規模なユーザ用)


poBox

String poBox
私書箱


poBoxCit

String poBoxCit
私書箱住所


delivDis

String delivDis
郵便配達地域


street

String street
地名


streetNo

String streetNo
市区町村/地名ファイルの地名コード


strAbbr

String strAbbr
地名の略称 (例: スペイン)


houseNo

String houseNo
番地-号


strSuppl1

String strSuppl1
地名 2


strSuppl2

String strSuppl2
地名 3


location

String location
地名 5


building

String building
旧: 建物 (番号または略称)


floor

String floor
建物の階


roomNo

String roomNo
部屋/アパート番号


country

String country
国コード


langu

String langu
言語キー


region

String region
地域 (都道府県)


sort1

String sort1
検索条件 1


sort2

String sort2
検索条件 2


timeZone

String timeZone
アドレスタイムゾーン


taxjurcode

String taxjurcode
税管轄コード


adrNotes

String adrNotes
住所注記


commType

String commType
通信方法 (キー) (アドレス管理)


tel1Numbr

String tel1Numbr
第一電話番号: ダイヤルコード + 番号


tel1Ext

String tel1Ext
第 1 電話番号: 内線


faxNumber

String faxNumber
第一 FAX 番号: ダイヤルコード + 番号


faxExtens

String faxExtens
第一 FAX 番号: 内線


streetLng

String streetLng
地名


distrctNo

String distrctNo
市区町村/地名ファイルの所在地コード


chckstatus

String chckstatus
市区町村ファイルテストステータス


pboxcitNo

String pboxcitNo
市区町村私書箱コード (市ファイル)


transpzone

String transpzone
商品の納入区域


houseNo2

String houseNo2
番地補足


eMail

String eMail
電子メールアドレス


strSuppl3

String strSuppl3
地名 4


title

String title
タイトル (敬称)


countryiso

String countryiso
ISO 国コード


languIso

String languIso
ISO 639 準拠の言語


buildLong

String buildLong
建物 (番号またはコード)


regiogroup

String regiogroup
地域構造グループ化


homeCity

String homeCity
市区町村 (郵便用市区町村と異なる場合)


homecityno

String homecityno
別の市区町村 (市区町村/地名ファイル)


pcode1Ext

String pcode1Ext
市区町村郵便番号の拡張子 例: 郵便番号 +4+2


pcode2Ext

String pcode2Ext
私書箱郵便番号拡張子 例: 郵便番号 +4+2


pcode3Ext

String pcode3Ext
主要得意先郵便番号拡張子 例: 郵便番号 +4+2


poWONo

String poWONo
フラグ: 郵便私書箱 (番号なし)


poBoxReg

String poBoxReg
私書箱の地域 (国、都道府県、地域、...)


poboxCtry

String poboxCtry
私書箱の国指定


poCtryiso

String poCtryiso
ISO 国コード


homepage

String homepage
URI 例: ホームページ、FTP アドレス


dontUseS

String dontUseS
地名住所配達不可フラグ


dontUseP

String dontUseP
私書箱住所配達不可フラグ


houseNo3

String houseNo3
番地範囲


languCr

String languCr
アドレスレコード登録オリジナル言語


langucriso

String langucriso
ISO 639 準拠の言語


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.Partners extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

partnRole

String partnRole
取引先機能


partnNumb

String partnNumb
得意先コード 1


itmNumber

String itmNumber
明細番号 (販売管理伝票)


title

String title
敬称


name

String name
名称 1


name2

String name2
名称 2


name3

String name3
名称 3


name4

String name4
名称 4


street

String street
地名/番地-号


country

String country
国コード


countrIso

String countrIso
国キー (ISO コード)


postlCode

String postlCode
郵便番号


pobxPcd

String pobxPcd
私書箱番号


pobxCty

String pobxCty
私書箱住所


city

String city
市区町村


district

String district
所在地


region

String region
地域 (都道府県)


poBox

String poBox
私書箱


telephone

String telephone
電話番号 1


telephone2

String telephone2
電話番号 2


telebox

String telebox
テレボックス番号


faxNumber

String faxNumber
FAX 番号


teletexNo

String teletexNo
テレテクス番号


telexNo

String telexNo
テレックス番号


langu

String langu
言語キー


languIso

String languIso
ISO 639 準拠の言語


unloadPt

String unloadPt
荷渡ポイント


transpzone

String transpzone
商品の納入区域


taxjurcode

String taxjurcode
税計算管轄コード - 税管轄コード


address

String address
住所


privAddr

String privAddr
自宅住所


addrType

String addrType
アドレスタイプ (1=組織、2=個人、3=取引先担当者)


addrOrig

String addrOrig
コピー元住所


addrLink

String addrLink
住所コードへのリンク


refobjtype

String refobjtype
オブジェクトタイプ


refobjkey

String refobjkey
オブジェクトキー


reflogsys

String reflogsys
論理システム


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.SchedulesIn extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itmNumber

String itmNumber
販売伝票明細


schedLine

String schedLine
納入日程行


reqDate

String reqDate
納入日程日付


dateType

String dateType
日付タイプ (日、週、月、期間)


reqTime

String reqTime
納入時間


reqQty

String reqQty
販売単位による受注数量


reqDlvBl

String reqDlvBl
出荷ブロック中の納入日程行


schedType

String schedType
納入日程カテゴリ


tpDate

String tpDate
輸送計画日付


msDate

String msDate
品目利用可能日


loadDate

String loadDate
積載日付


giDate

String giDate
出庫日付


tpTime

String tpTime
輸送計画 - 時間 (現地時間/出荷ポイント参照)


msTime

String msTime
品目供給ステージ (現地時刻: プラント参照)


loadTime

String loadTime
積載時刻 (現地時間: 出荷ポイント)


giTime

String giTime
出庫時刻 (現地時間 - プラント参照)


refobjtype

String refobjtype
オブジェクトタイプ


refobjkey

String refobjkey
オブジェクトキー


reflogsys

String reflogsys
論理システム


dlvDate

String dlvDate
納入日程日付


dlvTime

String dlvTime
納入時間


relType

String relType
承認タイプ


planSchedType

String planSchedType
納入日程行タイプ EDI


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.SchedulesInX extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

itmNumber

String itmNumber
販売伝票明細


schedLine

String schedLine
納入日程行


updateflag

String updateflag
更新区分


reqDate

String reqDate
関連ユーザデータ項目の更新情報


dateType

String dateType
関連ユーザデータ項目の更新情報


reqTime

String reqTime
関連ユーザデータ項目の更新情報


reqQty

String reqQty
関連ユーザデータ項目の更新情報


reqDlvBl

String reqDlvBl
関連ユーザデータ項目の更新情報


schedType

String schedType
関連ユーザデータ項目の更新情報


tpDate

String tpDate
関連ユーザデータ項目の更新情報


msDate

String msDate
関連ユーザデータ項目の更新情報


loadDate

String loadDate
関連ユーザデータ項目の更新情報


giDate

String giDate
関連ユーザデータ項目の更新情報


tpTime

String tpTime
関連ユーザデータ項目の更新情報


msTime

String msTime
関連ユーザデータ項目の更新情報


loadTime

String loadTime
関連ユーザデータ項目の更新情報


giTime

String giTime
関連ユーザデータ項目の更新情報


refobjtype

String refobjtype
オブジェクトタイプ


refobjkey

String refobjkey
オブジェクトキー


dlvDate

String dlvDate
関連ユーザデータ項目の更新情報


dlvTime

String dlvTime
関連ユーザデータ項目の更新情報


relType

String relType
関連ユーザデータ項目の更新情報


planSchedType

String planSchedType
関連ユーザデータ項目の更新情報


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.Sender extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

logSystem

String logSystem
論理システム

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.Success extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

refDoc

String refDoc
参照伝票番号


refDocItem

String refDocItem
参照明細番号


billDoc

String billDoc
請求伝票


billDocItem

String billDocItem
請求伝票明細


netValue

String netValue
正味金額


taxValue

String taxValue
税額


currency

String currency
通貨コード


currencyIso

String currencyIso
ISO コード通貨


netValueItem

String netValueItem
正味金額


taxValueItem

String taxValueItem
税額


groValueItem

String groValueItem
総額


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.common.model.Text extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

docNumber

String docNumber
販売伝票


itmNumber

String itmNumber
販売伝票明細


textId

String textId
テキスト ID


langu

String langu
言語キー


languIso

String languIso
ISO 639 準拠の言語


formatCol

String formatCol
タグ列


textLine

String textLine
テキスト行


function

String function
機能


index

int index
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.sales.exception

Class jp.co.intra_mart.foundation.sap.module.sales.exception.SAPSalesAppException extends SAPModuleAppException implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.exception.SAPSalesSystemException extends SAPModuleSystemException implements Serializable

serialVersionUID: 1L


パッケージ jp.co.intra_mart.foundation.sap.module.sales.inquirycreatefromdata2

Class jp.co.intra_mart.foundation.sap.module.sales.inquirycreatefromdata2.InquiryCreateFromData2 extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

testrun

String testrun
テスト実行


salesdocumentin

String salesdocumentin
販売管理伝票番号


intNumberAssignment

String intNumberAssignment
明細番号内部採番


behaveWhenError

String behaveWhenError
エラー処理


binaryRelationshiptype

String binaryRelationshiptype
バイナリ関連タイプ (専用)


convert

String convert
変換: 取引先機能 + 受注伝票タイプ


salesdocument

String salesdocument
販売伝票番号


sender

Sender sender
論理システム - 送信者


logicSwitch

LogicSwitch logicSwitch
内部制御パラメータ


inquiryHeaderInX

HeaderInX inquiryHeaderInX
ヘッダデータチェックボックス


inquiryHeaderIn

HeaderIn inquiryHeaderIn
引合伝票ヘッダデータ


partnerAddressesList

List<E> partnerAddressesList
アドレス (組織/会社) 用 BAPI 参照構造


extensionInList

List<E> extensionInList
VBAK、VBAP、VBEP のカスタマ拡張


inquiryCfgsBlobList

List<E> inquiryCfgsBlobList
選定: BLOB 内部データ (SCE)


inquiryTextList

List<E> inquiryTextList
テキスト


inquirySchedulesInXList

List<E> inquirySchedulesInXList
納入日程行チェックボックス


inquirySchedulesInList

List<E> inquirySchedulesInList
納入日程行


inquiryPartnersList

List<E> inquiryPartnersList
伝票取引先


inquiryKeysList

List<E> inquiryKeysList
参照キーの出力テーブル


inquiryItemsInXList

List<E> inquiryItemsInXList
明細データチェックボックス


inquiryItemsInList

List<E> inquiryItemsInList
明細データ


inquiryCfgsInstList

List<E> inquiryCfgsInstList
選定: インスタンス


inquiryCfgsPartOfList

List<E> inquiryCfgsPartOfList
選定: 部分設定


inquiryConditionsInXList

List<E> inquiryConditionsInXList
受注における条件更新の通信項目


inquiryConditionsInList

List<E> inquiryConditionsInList
条件


inquiryCfgsVkList

List<E> inquiryCfgsVkList
選定: バリアント条件キー


inquiryCfgsValueList

List<E> inquiryCfgsValueList
選定: 特性値


inquiryCfgsRefInstList

List<E> inquiryCfgsRefInstList
選定: 参照明細/インスタンス


inquiryCfgsRefList

List<E> inquiryCfgsRefList
選定: 参照データ


パッケージ jp.co.intra_mart.foundation.sap.module.sales.quotationcreatefromdata2

Class jp.co.intra_mart.foundation.sap.module.sales.quotationcreatefromdata2.QuotationCreateFromData2 extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

behaveWhenError

String behaveWhenError
エラー処理


binaryRelationshiptype

String binaryRelationshiptype
バイナリ関連タイプ (専用)


convert

String convert
取引先機能/受注伝票タイプの変換


testrun

String testrun
テスト実行


intNumberAssignment

String intNumberAssignment
明細番号内部採番


salesdocumentin

String salesdocumentin
見積伝票番号


salesdocument

String salesdocument
販売管理伝票番号


logicSwitch

LogicSwitch logicSwitch
内部制御パラメータ


sender

Sender sender
論理システム - 送信者


quotationHeaderInX

HeaderInX quotationHeaderInX
伝票ヘッダチェックボックス


quotationHeaderIn

HeaderIn quotationHeaderIn
伝票ヘッダデータ


quotationTextList

List<E> quotationTextList
テキスト


quotationSchedulesInXList

List<E> quotationSchedulesInXList
納入日程行データチェックボックス


quotationSchedulesInList

List<E> quotationSchedulesInList
納入日程行データ


quotationPartnersList

List<E> quotationPartnersList
伝票取引先


quotationKeysList

List<E> quotationKeysList
参照キーの出力テーブル


quotationItemsInXList

List<E> quotationItemsInXList
明細データチェックボックス


quotationItemsInList

List<E> quotationItemsInList
明細データ


quotationConditionsInXList

List<E> quotationConditionsInXList
受注における条件更新の通信項目


quotationConditionsInList

List<E> quotationConditionsInList
条件


quotationCfgsVkList

List<E> quotationCfgsVkList
選定: バリアント条件キー


quotationCfgsValueList

List<E> quotationCfgsValueList
選定: 特性値


quotationCfgsRefInstList

List<E> quotationCfgsRefInstList
選定: 参照明細/インスタンス


quotationCfgsRefList

List<E> quotationCfgsRefList
選定: 参照データ


quotationCfgsPartOfList

List<E> quotationCfgsPartOfList
選定: 部分設定


quotationCfgsInstList

List<E> quotationCfgsInstList
選定: インスタンス


quotationCfgsBlobList

List<E> quotationCfgsBlobList
選定: BLOB 内部データ (SCE)


partnerAddressesList

List<E> partnerAddressesList
アドレス (組織/会社) 用 BAPI 参照構造


extensionInList

List<E> extensionInList
VBAK、VBAP、VBEP のカスタマ拡張


パッケージ jp.co.intra_mart.foundation.sap.module.sales.salesordercreatefromdata2

Class jp.co.intra_mart.foundation.sap.module.sales.salesordercreatefromdata2.OrderCcard extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

ccType

String ccType
支払カードタイプ: カードタイプ


ccNumber

String ccNumber
支払カード: カード番号


ccValidT

String ccValidT
支払カード: 有効終了日


ccName

String ccName
支払カード: カード所有者の氏名


billamount

String billamount
請求金額: 請求計画に請求日付が指定されている場合


authFlag

String authFlag
支払カード: 振替権限


authamount

String authamount
支払カード: 承認額


currency

String currency
通貨コード


currIso

String currIso
ISO コード通貨


authDate

String authDate
支払カード: 承認日


authTime

String authTime
支払カード: 承認時刻


authCcNo

String authCcNo
支払カード: 承認番号


authRefno

String authRefno
支払カード: 決済代行会社の権限参照コード


ccReact

String ccReact
支払カード: 権限確認に対する応答


ccReAmount

String ccReAmount
BAPI インタフェースの通貨金額


glAccount

String glAccount
G/L 勘定コード


ccStatEx

String ccStatEx
支払カード: 外部システム呼出時のステータス


ccReactT

String ccReactT
支払カード: 結果テキスト


virtCard

String virtCard
チェックボックス


merchidcl

String merchidcl
支払カード: 決済代行会社のマーチャント ID


preAuth

String preAuth
支払カード: 事前承認


ccSeqNo

String ccSeqNo
支払カード: 支払カード - 接尾辞


amountchan

String amountchan
支払カード: 金額変更


authortype

String authortype
支払カード: 承認タイプ


dataorigin

String dataorigin
支払カード: 入力モード


radrcheck1

String radrcheck1
支払カード: 住所チェックの結果 (住所結果)


radrcheck2

String radrcheck2
支払カード: 住所チェックの結果 (住所承認)


radrcheck3

String radrcheck3
支払カード: 住所チェックの結果 (郵便番号結果)


rcardcheck

String rcardcheck
支払カード: カードチェックの結果 (返信コード)


ccLimited

String ccLimited
支払カード: 限度額


ccVerifValue

String ccVerifValue
カード照合額


ccCtrlField

String ccCtrlField
カード照合額の制御項目


ccInUseSt

String ccInUseSt
カード照合額の使用ステータス


index

int index
レコード番号

Class jp.co.intra_mart.foundation.sap.module.sales.salesordercreatefromdata2.ParamOrderCcard extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.salesordercreatefromdata2.SalesOrderCreateFromDat2 extends UpdateController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

salesdocumentin

String salesdocumentin
販売管理伝票番号


intNumberAssignment

String intNumberAssignment
明細番号内部採番


testrun

String testrun
テスト実行


convert

String convert
変換: 取引先機能 + 受注伝票タイプ


binaryRelationshiptype

String binaryRelationshiptype
バイナリ関連タイプ (専用)


behaveWhenError

String behaveWhenError
エラー処理


salesdocument

String salesdocument
生成された伝票の番号


orderHeaderIn

HeaderIn orderHeaderIn
受注伝票ヘッダ


orderHeaderInX

HeaderInX orderHeaderInX
受注伝票チェックリスト


sender

Sender sender
論理システム - 送信者


logicSwitch

LogicSwitch logicSwitch
内部制御パラメータ


orderItemsInXList

List<E> orderItemsInXList
明細データチェックボックス


orderKeysList

List<E> orderKeysList
参照キーの出力テーブル


orderPartnersList

List<E> orderPartnersList
伝票取引先


orderSchedulesInList

List<E> orderSchedulesInList
納入日程行データ


orderSchedulesInXList

List<E> orderSchedulesInXList
納入日程行データチェックボックス


orderTextList

List<E> orderTextList
テキスト


partnerAddressesList

List<E> partnerAddressesList
アドレス (組織/会社) 用 BAPI 参照構造


extensionInList

List<E> extensionInList
VBAK、VBAP、VBEP のカスタマ拡張


orderCcardList

List<E> orderCcardList
クレジットカードデータ


orderCfgsBlobList

List<E> orderCfgsBlobList
選定: BLOB 内部データ (SCE)


orderCfgsInstList

List<E> orderCfgsInstList
選定: インスタンス


orderCfgsPartOfList

List<E> orderCfgsPartOfList
選定: 部分設定


orderCfgsRefList

List<E> orderCfgsRefList
選定: 参照データ


orderCfgsRefInstList

List<E> orderCfgsRefInstList
選定: 参照明細/インスタンス


orderCfgsValueList

List<E> orderCfgsValueList
選定: 特性値


orderCfgsVkList

List<E> orderCfgsVkList
選定: バリアント条件キー


orderConditionsInList

List<E> orderConditionsInList
条件


orderConditionsInXList

List<E> orderConditionsInXList
条件チェックボックス


orderItemsInList

List<E> orderItemsInList
明細データ


パッケージ jp.co.intra_mart.foundation.sap.module.sales.salesordergetlist

Class jp.co.intra_mart.foundation.sap.module.sales.salesordergetlist.ParamSalesOrders extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.salesordergetlist.SalesOrderGetList extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

customerNumber

String customerNumber
得意先コード


documentDate

String documentDate
登録日付


documentDateTo

String documentDateTo
入力日付 (以前/以降)


material

String material
品目コード


purchaseOrder

String purchaseOrder
得意先発注番号


purchaseOrderNumber

String purchaseOrderNumber
得意先発注番号1


salesOrganization

String salesOrganization
販売組織


transactionGroup

String transactionGroup
一文字フラグ


salesOrdersList

List<E> salesOrdersList
得意先受注テーブル


materialEvg

MaterialEvg materialEvg
品目コード(長)

Class jp.co.intra_mart.foundation.sap.module.sales.salesordergetlist.SalesOrders extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sdDoc

String sdDoc
販売管理伝票番号


itmNumber

String itmNumber
明細番号 (販売管理伝票)


material

String material
品目コード


shortText

String shortText
テキスト (短): 受注明細


docType

String docType
販売伝票タイプ


docDate

String docDate
伝票日付 (受信日/送信日)


reqQty

String reqQty
累積受注数量 (販売単位)


reqDate

String reqDate
指定納期


purchNo

String purchNo
得意先発注番号


batch

String batch
ロット番号


validFrom

String validFrom
見積または基本契約の有効開始日


validTo

String validTo
見積または基本契約有効終了日


billBlock

String billBlock
販売管理伝票の請求ブロック


dlvBlock

String dlvBlock
出荷ブロック (伝票ヘッダ)


soldTo

String soldTo
受注先


name

String name
名称 1


exchgRate

String exchgRate
価格設定/統計の換算レート (直接引用)


dlvQty

String dlvQty
出荷数量実績 (販売単位)


baseUom

String baseUom
基本数量単位


netPrice

String netPrice
正味価格


condPUnt

String condPUnt
価格条件単位


condUnit

String condUnit
条件単位


netValHd

String netValHd
受注正味額 (伝票通貨)


netValue

String netValue
伝票通貨による正味額


division

String division
製品部門


docStatus

String docStatus
伝票ステータス


salesGrp

String salesGrp
営業グループ


salesOff

String salesOff
営業所


salesOrg

String salesOrg
販売組織


salesUnit

String salesUnit
販売単位


shipPoint

String shipPoint
出荷ポイント/入荷ポイント


distrChan

String distrChan
流通チャネル


giDate

String giDate
出庫日付


currency

String currency
販売伝票通貨


plant

String plant
プラント


storeLoc

String storeLoc
保管場所


ordReason

String ordReason
受注理由 (取引理由)


reasonRej

String reasonRej
見積および受注の拒否理由


bUomIso

String bUomIso
ISO コードでの基本数量単位


cdUntIso

String cdUntIso
条件数量単位 (ISO コード)


sUnitIso

String sUnitIso
ISO コードによる販売単位


currIso

String currIso
ISO コード通貨


purchNoC

String purchNoC
出荷先発注番号


exchgRateV

String exchgRateV
価格設定/統計の換算レート (間接引用)


matExt

String matExt
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


matGuid

String matGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


matVers

String matVers
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


creationDate

String creationDate
レコード登録日


creationTime

String creationTime
登録時刻


index

int index
レコード番号


パッケージ jp.co.intra_mart.foundation.sap.module.sales.salesordergetstatus

Class jp.co.intra_mart.foundation.sap.module.sales.salesordergetstatus.ParamStatusInfo extends Object implements Serializable

serialVersionUID: 1L

Class jp.co.intra_mart.foundation.sap.module.sales.salesordergetstatus.SalesOrderGetStatus extends ReferenceController implements Serializable

serialVersionUID: 1L

直列化されたフィールド

salesdocument

String salesdocument
販売管理伝票番号


statusInfoList

List<E> statusInfoList
ステータス情報

Class jp.co.intra_mart.foundation.sap.module.sales.salesordergetstatus.StatusInfo extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

docNumber

String docNumber
販売伝票


docDate

String docDate
伝票日付 (受信日/送信日)


purchNo

String purchNo
得意先発注番号


prcStatH

String prcStatH
伝票の全処理ステータス


dlvStatH

String dlvStatH
全明細の出荷ステータス


reqDateH

String reqDateH
指定納入期日


dlvBlock

String dlvBlock
出荷ブロック (伝票ヘッダ)


itmNumber

String itmNumber
販売伝票明細


material

String material
品目コード


shortText

String shortText
テキスト (短): 受注明細


reqDate

String reqDate
納入日程日付


reqQty

String reqQty
累積受注数量 (販売単位)


cumCfQty

String cumCfQty
累積確認数量 (販売数量単位)


salesUnit

String salesUnit
販売単位


netValue

String netValue
伝票通貨での受注明細正味額


currency

String currency
販売伝票通貨


netPrice

String netPrice
正味価格


condPUnt

String condPUnt
価格条件単位


condUnit

String condUnit
条件単位


dlvStatI

String dlvStatI
明細の全体出荷ステータス


delivNumb

String delivNumb
出荷伝票


delivItem

String delivItem
出荷明細


delivDate

String delivDate
納入期日


dlvQty

String dlvQty
出荷数量実績 (販売単位)


refQty

String refQty
基本数量単位による参照数量


sUnitIso

String sUnitIso
ISO コードによる販売単位


cdUntIso

String cdUntIso
条件数量単位 (ISO コード)


currIso

String currIso
ISO コード通貨


materialExternal

String materialExternal
項目 MATERIAL の品目コード (長) (今後のリリースで開発)


materialGuid

String materialGuid
項目 MATERIAL の外部 GUID (今後のリリースで開発)


materialVersion

String materialVersion
項目 MATERIAL のバージョン番号 (今後のリリースで開発)


poItmNo

String poItmNo
元となる購買発注の明細番号


creationDate

String creationDate
レコード登録日


creationTime

String creationTime
登録時刻


sUnitDlv

String sUnitDlv
出荷単位


dlvUnitIso

String dlvUnitIso
ISO コードでの出荷単位の数量単位


index

int index
レコード番号


reaForRe

String reaForRe
見積および受注の拒否理由


purchNoC

String purchNoC
得意先発注番号


IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.