P_RESITEMSESSION

CDS View

Session

P_RESITEMSESSION is a CDS View in S/4HANA. Session. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_UpdatedOpenItem view inner CONSUMPTION Updated Open Item
P_UpdatedResidualOpenItem view inner CONSUMPTION Updated Residual OpenI tem
@AbapCatalog.sqlViewName: 'PSESSION'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #NOT_REQUIRED
//@EndUserText.label: 'Session data'

@VDM.private: true
@VDM.viewType: #CONSUMPTION
define view P_ResItemSession as 
select from I_Clients_F2200
{
    key SAPClient as client
}
where SAPClient = $session.client