_IHBACCOUNTTP

_IHBACCOUNTTP is an SAP database table in S/4HANA. It contains 10 fields.

Fields (10)

KeyField CDS FieldsUsed in Views
IHBAccountAliasName IHBAccountAliasName 3
IHBAccountApprovalActivity IHBAccountApprovalActivity 1
IHBAccountChangedByUser IHBAccountChangedByUser 1
IHBAccountCurrency IHBAccountCurrency 3
IHBAccountGroupName IHBAccountGroupName 3
IHBAccountHolder IHBAccountHolder 3
IHBAccountNumber IHBAccountNumber 3
IHBAccountReleasedByUser IHBAccountReleasedByUser 2
IHBAccountUUID IHBAccountUUID 3
IHBBankArea IHBBankArea 3

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _IHBACCOUNTTP (
    IHBACCOUNTALIASNAME,
    IHBACCOUNTAPPROVALACTIVITY,
    IHBACCOUNTCHANGEDBYUSER,
    IHBACCOUNTCURRENCY,
    IHBACCOUNTGROUPNAME,
    IHBACCOUNTHOLDER,
    IHBACCOUNTNUMBER,
    IHBACCOUNTRELEASEDBYUSER,
    IHBACCOUNTUUID,
    IHBBANKAREA
);