Srf_Ushlp1042pdf
Helper view for 1042S PDF
Srf_Ushlp1042pdf is a CDS View that provides data about "Helper view for 1042S PDF" in SAP S/4HANA. It reads from 1 data source (I_SAPClient) and exposes 6 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SAPClient | I_SAPClient | from |
Parameters (16)
| Name | Type | Default |
|---|---|---|
| P_Qscod | abap.char( 4 ) | |
| P_WhldgTaxReferenceText | abap.char(4) | |
| P_Payername1 | abap.char(30) | |
| P_Payername2 | abap.char(30) | |
| P_RecipientName1 | abap.char(40) | |
| P_RecipientName2 | abap.char(40) | |
| P_PayerCtry | abap.char(15) | |
| P_Payercity | abap.char(25) | |
| P_Payerpostalcode | abap.char(10) | |
| P_Payerregion | abap.char(3) | |
| P_HouseNumber | abap.char(10) | |
| P_Street | abap.char(60) | |
| P_City | abap.char(40) | |
| P_Region | abap.char(3) | |
| P_PostCode | abap.char(10) | |
| P_Country | abap.char(3) |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SRFUSHLP1042PDF | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Helper view for 1042S PDF | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.status | #DEPRECATED | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| PayerName | ||||
| P_RecipientName21endasRecipientName | ||||
| PayerCityPostalCode | ||||
| PayerAddress | ||||
| P_Region1endasCityState | ||||
| P_PostCode1endasCountryPostalCode |
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 Srf_Ushlp1042pdf.
-- 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: SRFUSHLP1042PDF
-- Parameters: P_Qscod : abap.char( 4 ), P_WhldgTaxReferenceText : abap.char(4), P_Payername1 : abap.char(30), P_Payername2 : abap.char(30), P_RecipientName1 : abap.char(40), P_RecipientName2 : abap.char(40), P_PayerCtry : abap.char(15), P_Payercity : abap.char(25), P_Payerpostalcode : abap.char(10), P_Payerregion : abap.char(3), P_HouseNumber : abap.char(10), P_Street : abap.char(60), P_City : abap.char(40), P_Region : abap.char(3), P_PostCode : abap.char(10), P_Country : abap.char(3)
CREATE VIEW Srf_Ushlp1042pdf AS
SELECT
concat_with_space($parameters.P_Payername1,$parameters.P_Payername2,1) AS PayerName,
case $parameters.P_RecipientName1 when ' ' then concat($parameters.P_RecipientName2,'') else concat_with_space ($parameters.P_RecipientName1,$parameters.P_RecipientName2,1) end as RecipientName AS P_RecipientName21endasRecipientName,
concat_with_space($parameters.P_Payercity,concat_with_space($parameters.P_Payerregion,concat_with_space($parameters.P_PayerCtry,$parameters.P_Payerpostalcode,1),1),1) AS PayerCityPostalCode,
concat_with_space($parameters.P_HouseNumber,$parameters.P_Street,1) AS PayerAddress,
case $parameters.P_City when' ' then case $parameters.P_Region when ' ' then ' ' else concat($parameters.P_Region, ' ') end else concat_with_space ($parameters.P_City, $parameters.P_Region, 1 ) end as CityState AS P_Region1endasCityState,
case $parameters.P_Country when' ' then case $parameters.P_PostCode when ' ' then ' ' else concat($parameters.P_PostCode, ' ') end else concat_with_space ($parameters.P_Country, $parameters.P_PostCode, 1 ) end as CountryPostalCode AS P_PostCode1endasCountryPostalCode
FROM I_SAPClient
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA