Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.bapi.structures | |
com.sap.cloud.sdk.s4hana.datamodel.bapi.types |
Modifier and Type | Method and Description |
---|---|
GeneralLedgerAccount |
FtrStructureForPaymentDetail.getBankAccountGlAccount()
Field name: BANK_ACCOUNT_GL_ACCOUNT
|
GeneralLedgerAccount |
TaxItem.getGlAccount()
Field name: GL_ACCOUNT
|
GeneralLedgerAccount |
GlAccountItem.getGlAccount()
Field name: GL_ACCOUNT
|
GeneralLedgerAccount |
CustomerItem.getGlAccount()
Field name: GL_ACCOUNT
|
GeneralLedgerAccount |
VendorItem.getGlAccount()
Field name: GL_ACCOUNT
|
Modifier and Type | Method and Description |
---|---|
FtrStructureForPaymentDetail.FtrStructureForPaymentDetailBuilder |
FtrStructureForPaymentDetail.FtrStructureForPaymentDetailBuilder.bankAccountGlAccount(GeneralLedgerAccount bankAccountGlAccount) |
TaxItem.TaxItemBuilder |
TaxItem.TaxItemBuilder.glAccount(GeneralLedgerAccount glAccount) |
GlAccountItem.GlAccountItemBuilder |
GlAccountItem.GlAccountItemBuilder.glAccount(GeneralLedgerAccount glAccount) |
CustomerItem.CustomerItemBuilder |
CustomerItem.CustomerItemBuilder.glAccount(GeneralLedgerAccount glAccount) |
VendorItem.VendorItemBuilder |
VendorItem.VendorItemBuilder.glAccount(GeneralLedgerAccount glAccount) |
void |
FtrStructureForPaymentDetail.setBankAccountGlAccount(GeneralLedgerAccount bankAccountGlAccount)
Field name: BANK_ACCOUNT_GL_ACCOUNT
|
void |
TaxItem.setGlAccount(GeneralLedgerAccount glAccount)
Field name: GL_ACCOUNT
|
void |
GlAccountItem.setGlAccount(GeneralLedgerAccount glAccount)
Field name: GL_ACCOUNT
|
void |
CustomerItem.setGlAccount(GeneralLedgerAccount glAccount)
Field name: GL_ACCOUNT
|
void |
VendorItem.setGlAccount(GeneralLedgerAccount glAccount)
Field name: GL_ACCOUNT
|
Modifier and Type | Method and Description |
---|---|
static GeneralLedgerAccount |
GeneralLedgerAccount.of(String value) |
Modifier and Type | Method and Description |
---|---|
Class<GeneralLedgerAccount> |
GeneralLedgerAccount.getType() |
ErpTypeConverter<GeneralLedgerAccount> |
GeneralLedgerAccount.getTypeConverter() |
Copyright © 2018 SAP SE. All rights reserved.