I_Quotationexpterm_F2200
Sales Quotation Expiration Term
I_Quotationexpterm_F2200 is a Basic CDS View that provides data about "Sales Quotation Expiration Term" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key fields TextOutputID, Language. It is used in 1 Fiori application: My Sales Overview.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IQUOT_EXPTERM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Sales Quotation Expiration Term | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F2200 | My Sales Overview | Analytical | My Sales Overview is a sales overview page for Internal Sales Representative The My Sales Overview tile is available in the Fiori Home page with business role SAP_BR_INTERNAL_SALES_REP. To get the full functionality of the Customer Returns, the business role SAP_BR_RETURNS_REFUND_CLERK must be assigned to your user. To have access to analytical data, the business role SAP_BR_SALES_MANAGER must also be assigned to your user. |
My Sales Overview
Business Role: Internal Sales Representative
The Fiori application My Sales Overview provides information such as sales order data, performance figures, and quick actions using actionable cards in a dashboard format. An internal sales representative can use the app to search for, create, modify, or view sales information. This improves reaction time and allows the user to act on the most important issues first. The app provides an overview of sales information such as: Blocked credit memo requests Open sales quotations Open sales orders Customer returns Customer contacts Sales order fulfillment issues Sales quotation pipeline incoming sales orders Quick actions The sales overview application can also be used as a specialized launchpad that is designed to reach all customer service-oriented Fiori apps, such as for creating sales orders, sales quotations, credit memo requests and customer returns.
@AbapCatalog.sqlViewName: 'IQUOT_EXPTERM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Quotation Expiration Term'
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_Quotationexpterm_F2200
as select from dd07l
join dd07t on dd07l.domname = dd07t.domname
and dd07l.as4local = dd07t.as4local
and dd07l.valpos = dd07t.valpos
{
key dd07l.domvalue_l as TextOutputID,
key dd07t.ddlanguage as Language,
dd07t.ddtext as TextOutputDescription
}
where
dd07l.domname = 'EXPIRATION_TERM' and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L",
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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