TSAD3
Forms of Address (Key) (Business Address Services)
TSAD3 is an SAP database table in S/4HANA. Forms of Address (Key) (Business Address Services). It contains 8 fields. 12 CDS views read from this table.
CDS Views using this table (12)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_BPUSRFormOfAddressVH | view | from | CONSUMPTION | Value Help view for Form of Address |
| C_FormOfAddressVHTemp | view | from | CONSUMPTION | |
| C_FormOfAddrOrgVHTemp | view | from | CONSUMPTION | |
| C_FormOfAddrPersnVHTemp | view | from | CONSUMPTION | |
| CUAN_Freetext_Mapping | view_entity | union | View for freetext mapping | |
| Fclm_Bm_Contacts | view | left_outer | Contact person for bank | |
| I_BusinessPartnerFormOfAddress | view | from | COMPOSITE | Business Partner Form Of Address |
| I_FormOfAddress | view_entity | from | BASIC | Form of Address |
| I_MKT_ContactTitle | view_entity | from | BASIC | Marketing: Contact Title |
| I_MKT_IcTitle | view_entity | from | BASIC | Marketing: Title |
| I_PersonFormOfAddress | view | from | BASIC | Form of Address |
| I_PPS_PurgDocAddressTitleVH | view_entity | from | BASIC | Address title |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | title | AD_TITLE | Title Key | |||
| generate | AD_GENERAT | (not used) | ||||
| person | AD_XPERS | Person title | ||||
| organizatn | AD_XORGA | Organization | ||||
| xgroup | AD_XGROUP | Group | ||||
| sex | AD_SEXP | Proposed Gender | ||||
| excl_gender | AD_SEXE | Excluded Gender |
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.
-- Forms of Address (Key) (Business Address Services)
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TSAD3 (
CLIENT, -- Client [MANDT]
TITLE, -- Title Key [AD_TITLE]
GENERATE, -- (not used) [AD_GENERAT]
PERSON, -- Person title [AD_XPERS]
ORGANIZATN, -- Organization [AD_XORGA]
XGROUP, -- Group [AD_XGROUP]
SEX, -- Proposed Gender [AD_SEXP]
EXCL_GENDER, -- Excluded Gender [AD_SEXE]
PRIMARY KEY (CLIENT, TITLE)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA