FEE_CDS_ST
FEE_CDS_ST is a CDS View in SAP S/4HANA. It reads from 10 data sources and exposes 31 fields with key fields CLIENT, PARTNER, STOBJID, STNUMBER, OPBUK.
Data Sources (10)
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | STUDENT_INFO | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CLIENT | cmacbpst | client | |
| KEY | PARTNER | cmacbpst | partner | |
| KEY | STOBJID | cmacbpst | stobjid | |
| KEY | STNUMBER | cmacbpst | student12 | |
| KEY | OPBUK | fkkvkp | opbuk | |
| KEY | BUKRS | fkkvkp | stdbk | |
| KEY | WAERS | t001 | waers | |
| KEY | PLVAR | hrp1702 | plvar | |
| KEY | NATIO | hrp1702 | natio | |
| KEY | begda_1702 | hrp1702 | begda | |
| KEY | endda_1702 | hrp1702 | endda | |
| KEY | begda_1706 | hrp1706 | begda | |
| KEY | endda_1706 | hrp1706 | endda | |
| KEY | begda_1712 | hrp1712 | begda | |
| KEY | endda_1712 | hrp1712 | endda | |
| KEY | begda_1705 | hrp1705 | begda | |
| KEY | endda_1705 | hrp1705 | endda | |
| KEY | FUN01 | tfk033d | fun01 | |
| KEY | STFEECAT | hrp1706 | stfeecat | |
| KEY | BENCAT | hrp1706 | bencat | |
| KEY | PDISCT1 | hrp1706 | pdisct1 | |
| KEY | PDISCT2 | hrp1706 | pdisct2 | |
| KEY | PDISCT3 | hrp1706 | pdisct3 | |
| KEY | PDISCT4 | hrp1706 | pdisct4 | |
| KEY | PDISCT5 | hrp1706 | pdisct5 | |
| KEY | PDISCT6 | hrp1706 | pdisct6 | |
| KEY | VISATYPE | hrp1712 | visatype | |
| KEY | f_objid | hrp1001 | sobid | |
| KEY | STGRP | hrp1705 | stgrp | |
| KEY | PREVHE | hrp1705 | prevhe | |
| KEY | o_objid | hrp1001 | sobid |
@AbapCatalog.sqlViewName: 'STUDENT_INFO'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view FEE_CDS_ST as
select from cmacbpst as A
left outer join fkkvkp as B on ( A.client = B.mandt and A.partner = B.gpart )
left outer join t001 as C on ( B.mandt = C.mandt and B.stdbk = C.bukrs )
left outer join hrp1702 as D on ( A.client = D.mandt and A.stobjid = D.objid )
left outer join tfk033d as E on ( D.mandt = E.mandt and E.applk = 'P' and E.buber = 'PC02')
left outer join hrp1706 as f on ( D.mandt = E.mandt and D.plvar = f.plvar and D.otype = f.otype and D.objid = f.objid )
left outer join hrp1712 as g on ( D.mandt = g.mandt and D.plvar = g.plvar and D.otype = g.otype and D.objid = g.objid )
left outer join hrp1001 as h on ( D.mandt = h.mandt and D.plvar = h.plvar and D.otype = h.otype and D.objid = h.objid and
h.rsign = 'A' and h.relat = '502' and h.sclas = 'F' )
left outer join hrp1705 as i on ( D.mandt = i.mandt and D.plvar = i.plvar and D.otype = i.otype and D.objid = i.objid )
left outer join hrp1001 as j on ( D.mandt = j.mandt and D.plvar = j.plvar and D.otype = j.otype and D.objid = j.objid and
j.rsign = 'A' and j.relat = '502' and j.sclas = 'O')
{
key A.client as CLIENT,
key A.partner as PARTNER,
key A.stobjid as STOBJID,
key A.student12 as STNUMBER,
key B.opbuk as OPBUK,
key B.stdbk as BUKRS,
key C.waers as WAERS,
key D.plvar as PLVAR,
key D.natio as NATIO,
key D.begda as begda_1702,
key D.endda as endda_1702,
key f.begda as begda_1706,
key f.endda as endda_1706,
key g.begda as begda_1712,
key g.endda as endda_1712,
key i.begda as begda_1705,
key i.endda as endda_1705,
key E.fun01 as FUN01,
key f.stfeecat as STFEECAT,
key f.bencat as BENCAT,
key f.pdisct1 as PDISCT1,
key f.pdisct2 as PDISCT2,
key f.pdisct3 as PDISCT3,
key f.pdisct4 as PDISCT4,
key f.pdisct5 as PDISCT5,
key f.pdisct6 as PDISCT6,
key g.visatype as VISATYPE,
key h.sobid as f_objid,
key i.stgrp as STGRP,
key i.prevhe as PREVHE,
key j.sobid as o_objid
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CMACBPST",
"FKKVKP",
"HRP1001",
"HRP1702",
"HRP1705",
"HRP1706",
"HRP1712",
"T001",
"TFK033D"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- 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 Annotations — A Complete Guide
- 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