FCLM_BAM_DDL_AMD_DB

DDL: FCLM_BAM_AMD_DB SQL: VFCLM_BAM_AMDDB Type: view

Base View for AMD

FCLM_BAM_DDL_AMD_DB is a CDS View that provides data about "Base View for AMD" in SAP S/4HANA. It reads from 1 data source (fclm_bam_amd) and exposes 45 fields with key fields acc_id, revision.

Data Sources (1)

SourceAliasJoin Type
fclm_bam_amd header from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName VFCLM_BAM_AMDDB view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Base View for AMD view
AbapCatalog.preserveKey true view

Fields (45)

KeyFieldSource TableSource FieldDescription
KEY acc_id fclm_bam_amd acc_id Technical ID
KEY revision fclm_bam_amd revision Revision Number
acc_num fclm_bam_amd acc_num Account Number
acc_type_id fclm_bam_amd acc_type_id Account Type
bank_contact fclm_bam_amd bank_contact General Contact
bankl fclm_bam_amd bankl House Bank
banks fclm_bam_amd banks Bank Ctry/Rgn. Key
beneficial fclm_bam_amd beneficial Account Holder
bukrs fclm_bam_amd bukrs Value
cash_pool fclm_bam_amd cash_pool Cash Pool
cash_pool_id fclm_bam_amd cash_pool_id Cash Pool Name
changed_at fclm_bam_amd changed_at Timestamp
changed_by fclm_bam_amd changed_by User Name
closed_at fclm_bam_amd closed_at Timestamp
closed_by fclm_bam_amd closed_by Closed By
control_key fclm_bam_amd control_key Control Key
created_at fclm_bam_amd created_at Uploaded On
created_by fclm_bam_amd created_by Version Created By
deleted_flag fclm_bam_amd deleted_flag TRUE
edbsum fclm_bam_amd edbsum EoD
gsber fclm_bam_amd gsber Business Area
iban fclm_bam_amd iban IBAN House Bank
idbsum fclm_bam_amd idbsum Intraday
mandt fclm_bam_amd mandt Editing Client
vgtyp fclm_bam_amd vgtyp Trans. Type
procstat_act fclm_bam_amd procstat_act Process Status
balstat_act fclm_bam_amd balstat_act Difference Sts
serstat_act fclm_bam_amd serstat_act Serial No. Sts
exp_number fclm_bam_amd exp_number Interval
exp_rhyth fclm_bam_amd exp_rhyth Interval Unit
calendar fclm_bam_amd calendar Workdays only
sort_idx fclm_bam_amd sort_idx
amt_diff fclm_bam_amd amt_diff Difference Amt
opened_at fclm_bam_amd opened_at Timestamp
opened_by fclm_bam_amd opened_by Opened By
prctr fclm_bam_amd prctr Profit Centers
rel_manager fclm_bam_amd rel_manager Relationship Manager
reviewed_at fclm_bam_amd reviewed_at Timestamp
reviewed_by fclm_bam_amd reviewed_by Reviewed By
segment fclm_bam_amd segment Segment number
status fclm_bam_amd status Workflow Status
valid_from fclm_bam_amd valid_from Validity Start Time
valid_to fclm_bam_amd valid_to Validity End Time
objnr fclm_bam_amd objnr Val. Obj. No.
waers fclm_bam_amd waers Transaction Currency

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view FCLM_BAM_DDL_AMD_DB.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: VFCLM_BAM_AMDDB

CREATE VIEW FCLM_BAM_DDL_AMD_DB AS
SELECT
  header.acc_id AS acc_id,
  header.revision AS revision,
  header.acc_num AS acc_num,
  header.acc_type_id AS acc_type_id,
  header.bank_contact AS bank_contact,
  header.bankl AS bankl,
  header.banks AS banks,
  header.beneficial AS beneficial,
  header.bukrs AS bukrs,
  header.cash_pool AS cash_pool,
  header.cash_pool_id AS cash_pool_id,
  header.changed_at AS changed_at,
  header.changed_by AS changed_by,
  header.closed_at AS closed_at,
  header.closed_by AS closed_by,
  header.control_key AS control_key,
  header.created_at AS created_at,
  header.created_by AS created_by,
  header.deleted_flag AS deleted_flag,
  header.edbsum AS edbsum,
  header.gsber AS gsber,
  header.iban AS iban,
  header.idbsum AS idbsum,
  header.mandt AS mandt,
  header.vgtyp AS vgtyp,
  header.procstat_act AS procstat_act,
  header.balstat_act AS balstat_act,
  header.serstat_act AS serstat_act,
  header.exp_number AS exp_number,
  header.exp_rhyth AS exp_rhyth,
  header.calendar AS calendar,
  header.sort_idx AS sort_idx,
  header.amt_diff AS amt_diff,
  header.opened_at AS opened_at,
  header.opened_by AS opened_by,
  header.prctr AS prctr,
  header.rel_manager AS rel_manager,
  header.reviewed_at AS reviewed_at,
  header.reviewed_by AS reviewed_by,
  header.segment AS segment,
  header.status AS status,
  header.valid_from AS valid_from,
  header.valid_to AS valid_to,
  header.objnr AS objnr,
  header.waers AS waers
FROM fclm_bam_amd AS header
;