I_ARunSupSortDynAttribText

DDL: I_ARUNSUPSORTDYNATTRIBTEXT SQL: IARNSUDYNTTXT Type: view BASIC

Supply Sort Dynamic Attrib. Text

I_ARunSupSortDynAttribText is a Basic CDS View that provides data about "Supply Sort Dynamic Attrib. Text" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key fields AssignedSupplyType, Language. It is exposed through 1 OData service (UI_RFM_SUPPLY_SORTRULE). It is used in 1 Fiori application: Configure Supply Sort Rule.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IARNSUDYNTTXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey AssignedSupplyType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Supply Sort Dynamic Attrib. Text view

OData Services (1)

ServiceBindingVersionContractRelease
UI_RFM_SUPPLY_SORTRULE UI_RFM_SUPPLY_SORTRULE V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F4057 Configure Supply Sort Rule Transactional An application to configure supply sorting rules which are used in Supply Assignment Run.

Configure Supply Sort Rule

Business Role: Order Fulfillment Manager (Retail)

This transactional application allows you to create static or dynamic sort attributes for a supply sort rule. The supply sort rules defined using this app are used during supply assignment in backorder processing (BOP), insight to action (ITA), or immediate assignment processes.

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AssignedSupplyType domvalue_l
KEY Language dd07v ddlanguage
ARunAssignedSupplyTypeDesc ddtext
@AbapCatalog.sqlViewName: 'IARNSUDYNTTXT'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK 
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'AssignedSupplyType'
@ClientHandling.algorithm: #SESSION_VARIABLE 

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.resultSet.sizeCategory: #XS

@EndUserText.label: 'Supply Sort Dynamic Attrib. Text'
define view I_ARunSupSortDynAttribText 
as select from dd07v
{
 @ObjectModel.text.element:  [ 'ARunAssignedSupplyTypeDesc' ]
    key domvalue_l       as AssignedSupplyType,
    @Semantics.language: true
    key dd07v.ddlanguage as Language,
    @Semantics.text: true
    @UI.hidden: true
     ddtext              as ARunAssignedSupplyTypeDesc
}
where 
domname = 'ARUN_BSKZ' and 
ddlanguage = $session.system_language