I_CreditAccountAdditionalInfo

DDL: I_CREDITACCOUNTADDITIONALINFO SQL: ICRDTACCTADDINFO Type: view BASIC Package: UKM_CDS

Credit Account Additional Information

I_CreditAccountAdditionalInfo (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Financial Operations

I_CreditAccountAdditionalInfo is a Basic CDS View that provides data about "Credit Account Additional Information" in SAP S/4HANA. It reads from 1 data source (bp3100) and exposes 18 fields with key fields BusinessPartner, CreditSegment, CrdtAcctInformationCategory, CrdtAcctInformationType, CrdtAcctAddInfoUTCDateTime. It has 5 associations to related views. Part of development package UKM_CDS.

SAP Help Documentation

CategoryCDS Views for Credit Evaluation and Management
Purpose
This CDS view collects the additional information on the credit profile and in the credit segments. This is a basic view that is used for analytical apps. The information can be displayed in the Display Credit Account Data and Manage Credit Accounts apps. This CDS view provides the data to answer the following business questions: Which additional information is maintained for a business partner in the credit profile and in the credit segments? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Authorizations One of the following business catalogs needs to be assigned to a user to be able to use this CDS view: Credit Management - Credit Accounts ( SAP_FIN_BC_CR_CRED_ACC_PC ) Credit Management - Credit Data Overview ( SAP_FIN_BC_CR_DISPLAY_PC ) Development - API Test - Finance - Credit Management ( SAP_A4C_BC_DEV_TST_FIN_CR0_PC )

Structure
Important fields Important fields in this view include the following: Field Name Description AddlCreditDocAmtInTransacCrcy Amount ExceptionIsCreditCheckRelevant Indicator Indicates that a given exception shall influence the result of the credit check. ValidityStartDate Valid-From Date ValidityEndDate Valid-To Date CrdtAcctInformationCategory Information Category

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessFinancial Operations
Application ComponentFIN-FSCM-CR-2CL
CapabilitiesData Source in SQL Select,Data Source for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageFinancial Operations for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view collects the additional information on the credit profile and in the credit segments. This is a basic view that is used for analytical apps. The information can be displayed in the Display Credit Account Data and Manage Credit Accounts apps.</p> This CDS view provides the data to answer the following business questions:<ul> <li> <p>Which additional information is maintained for a business partner in the credit profile and in the credit segments?</p> </li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
bp3100 bp3100 from

Associations (5)

CardinalityTargetAliasCondition
[0..1] I_BusinessPartner _BusinessPartner $projection.BusinessPartner = _BusinessPartner.BusinessPartner
[0..1] I_CreditManagementSegment _CreditManagementSegment $projection.CreditSegment = _CreditManagementSegment.CreditSegment
[0..1] I_CrdtAcctInfoCategory _CrdtAcctInfoCategory $projection.CrdtAcctInformationCategory = _CrdtAcctInfoCategory.CrdtAcctInformationCategory
[0..1] I_CrdtAcctInformationType _CrdtAcctInformationType $projection.CrdtAcctInformationCategory = _CrdtAcctInformationType.CrdtAcctInformationCategory and $projection.CrdtAcctInformationType = _CrdtAcctInformationType.CrdtAcctInformationType
[0..1] I_Currency _Currency $projection.TransactionCurrency = _Currency.Currency

Annotations (16)

NameValueLevelField
EndUserText.label Credit Account Additional Information view
AbapCatalog.sqlViewName ICRDTACCTADDINFO view
VDM.viewType #BASIC view
AbapCatalog.buffering.status #NOT_ALLOWED view
AccessControl.personalData.blocking #REQUIRED view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey AdditionalCreditDocSequence view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Analytics.internalName #LOCAL view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner partner Business Partner Number
KEY CreditSegment Credit Segment
KEY CrdtAcctInformationCategory addtype Information Category
KEY CrdtAcctInformationType data_type Information Type
KEY CrdtAcctAddInfoUTCDateTime timestamp UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
KEY AdditionalCreditDocSequence counter Version
ExceptionIsCreditCheckRelevant Relevance for Credit Check
AddlCreditDocAmtInTransacCrcy amnt WTax Amt in LC
TransactionCurrency curr Valuation Crcy
ValidityStartDate Start Date of Validity
ValidityEndDate End Date of Validity
CreditAccountResubmissionDate Resubmission Date
AdditionalCreditDocComment Additional Information
_BusinessPartner _BusinessPartner
_CreditManagementSegment _CreditManagementSegment
_CrdtAcctInfoCategory _CrdtAcctInfoCategory
_CrdtAcctInformationType _CrdtAcctInformationType
_Currency _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 I_CreditAccountAdditionalInfo.
-- 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: ICRDTACCTADDINFO

CREATE VIEW I_CreditAccountAdditionalInfo AS
SELECT
  partner AS BusinessPartner,
  cast(criter as ukm_credit_sgmnt preserving type) AS CreditSegment,
  addtype AS CrdtAcctInformationCategory,
  data_type AS CrdtAcctInformationType,
  timestamp AS CrdtAcctAddInfoUTCDateTime,
  counter AS AdditionalCreditDocSequence,
  cast(xfeld as ukm_check_relevant preserving type ) AS ExceptionIsCreditCheckRelevant,
  amnt AS AddlCreditDocAmtInTransacCrcy,
  curr AS TransactionCurrency,
  cast(datefr as ukm_validity_start_date preserving type ) AS ValidityStartDate,
  cast(dateto as ukm_validity_end_date preserving type) AS ValidityEndDate,
  cast(addate as ukm_resubmission_date preserving type) AS CreditAccountResubmissionDate,
  cast(text as ukm_comment preserving type) AS AdditionalCreditDocComment
FROM bp3100
LEFT OUTER JOIN I_BusinessPartner AS _BusinessPartner ON BusinessPartner = _BusinessPartner.BusinessPartner  -- association [0..1]
LEFT OUTER JOIN I_CreditManagementSegment AS _CreditManagementSegment ON CreditSegment = _CreditManagementSegment.CreditSegment  -- association [0..1]
LEFT OUTER JOIN I_CrdtAcctInfoCategory AS _CrdtAcctInfoCategory ON CrdtAcctInformationCategory = _CrdtAcctInfoCategory.CrdtAcctInformationCategory  -- association [0..1]
LEFT OUTER JOIN I_CrdtAcctInformationType AS _CrdtAcctInformationType ON CrdtAcctInformationCategory = _CrdtAcctInformationType.CrdtAcctInformationCategory AND CrdtAcctInformationType = _CrdtAcctInformationType.CrdtAcctInformationType  -- association [0..1]
LEFT OUTER JOIN I_Currency AS _Currency ON TransactionCurrency = _Currency.Currency  -- association [0..1]
;