@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'PSDDOCCTRLGOSTS1'
define view P_SDDocControllingObjectSts1
as select from jsto
inner join jest
on jsto.objnr = jest.objnr
{
key jsto.objnr,
key jest.stat,
jsto.stsma,
jsto.obtyp,
jest.inact
}
where (jsto.obtyp = 'VBK' or jsto.obtyp = 'VBP');
//and not jest.inact = 'X';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"JEST",
"JSTO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/