I_IN_GoodsIssueDocList
Goods Issue Documents For INDIA
I_IN_GoodsIssueDocList is a Basic CDS View that provides data about "Goods Issue Documents For INDIA" in SAP S/4HANA. It reads from 1 data source (I_IN_MatlDocList) and exposes 46 fields with key fields MaterialDocumentYear, MaterialDocument, MaterialDocumentItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_IN_MatlDocList | I_IN_MatlDocList | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IGOODSISUDOCLST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Goods Issue Documents For INDIA | view | |
| VDM.viewType | #BASIC | view |
Fields (46)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaterialDocumentYear | MaterialDocumentYear | Material Document Year | |
| KEY | MaterialDocument | MaterialDocument | Material Doc. | |
| KEY | MaterialDocumentItem | MaterialDocumentItem | Material Document Item | |
| Plant | Plant | Valuation Area | ||
| Material | Material | Vehicle Model | ||
| StorageLocation | StorageLocation | StorageLocation | ||
| Supplier | Supplier | Supplier | ||
| GoodsMovementType | GoodsMovementType | Movement Type | ||
| QuantityInEntryUnit | QuantityInEntryUnit | Quantity in Unit of Entry | ||
| EntryUnit | EntryUnit | Unit of Entry | ||
| ReversedMaterialDocumentYear | ReversedMaterialDocumentYear | Reversed Doc Year | ||
| ReversedMaterialDocument | ReversedMaterialDocument | Reversed Mat Doc | ||
| ReversedMaterialDocumentItem | ReversedMaterialDocumentItem | Reversed Doc Item | ||
| RvslOfGoodsReceiptIsAllowed | RvslOfGoodsReceiptIsAllowed | RevGR desp. IR | ||
| IsReversalMovementType | IsReversalMovementType | |||
| GoodsMovementIsCancelled | GoodsMovementIsCancelled | Is Item Cancelled | ||
| GoodsMovementCancellationType | GoodsMovementCancellationType | Rel. for Analytics | ||
| GoodsRecipientName | GoodsRecipientName | Recipient Name | ||
| UnloadingPointName | UnloadingPointName | Unloading Point Name | ||
| CostCenter | CostCenter | Cost Center | ||
| GLAccount | GLAccount | General Ledger | ||
| CostObject | CostObject | Cost Object | ||
| ProfitabilitySegment | ProfitabilitySegment | Profitability Segment | ||
| ProfitCenter | ProfitCenter | Profit Center | ||
| CostEstimate | CostEstimate | Cost EstimateNo | ||
| ReferenceDocument | ReferenceDocument | Reference Document | ||
| ServicePerformer | ServicePerformer | Service Performer | ||
| EmploymentInternalID | EmploymentInternalID | WorkForce Assgmt ID | ||
| AccountAssignmentCategory | AccountAssignmentCategory | Acct Assgmt Cat | ||
| WorkItem | WorkItem | Work Item ID | ||
| ServicesRenderedDate | ServicesRenderedDate | Services Rendered Date | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| BusinessArea | BusinessArea | Business Area | ||
| PostingDate | PostingDate | Posting Date for GR | ||
| TotalGoodsMvtAmtInCCCrcy | TotalGoodsMvtAmtInCCCrcy | Loc. amount | ||
| GoodsMovementStkAmtInCCCrcy | GoodsMovementStkAmtInCCCrcy | Amt LC w/ Stk Qty | ||
| GoodsMvtCnsmpnAmtInCCCrcy | GoodsMvtCnsmpnAmtInCCCrcy | Amt LC w/ Cons Qty | ||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| IsAutomaticallyCreated | IsAutomaticallyCreated | Is Automatically Created | ||
| UserName | UserName | User who owns item | ||
| _BusinessArea | _BusinessArea | |||
| _CompanyCode | _CompanyCode | |||
| _Material | _Material | |||
| _Plant | _Plant | |||
| _StorageLocation | _StorageLocation | |||
| _Supplier | _Supplier |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_IN_GoodsIssueDocList.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IGOODSISUDOCLST
CREATE VIEW I_IN_GoodsIssueDocList AS
SELECT
MaterialDocumentYear,
MaterialDocument,
MaterialDocumentItem,
Plant,
Material,
StorageLocation,
Supplier,
GoodsMovementType,
QuantityInEntryUnit,
EntryUnit,
ReversedMaterialDocumentYear,
ReversedMaterialDocument,
ReversedMaterialDocumentItem,
RvslOfGoodsReceiptIsAllowed,
IsReversalMovementType,
GoodsMovementIsCancelled,
GoodsMovementCancellationType,
GoodsRecipientName,
UnloadingPointName,
CostCenter,
GLAccount,
CostObject,
ProfitabilitySegment,
ProfitCenter,
CostEstimate,
ReferenceDocument,
ServicePerformer,
EmploymentInternalID,
AccountAssignmentCategory,
WorkItem,
ServicesRenderedDate,
CompanyCode,
BusinessArea,
PostingDate,
TotalGoodsMvtAmtInCCCrcy,
GoodsMovementStkAmtInCCCrcy,
GoodsMvtCnsmpnAmtInCCCrcy,
CompanyCodeCurrency,
IsAutomaticallyCreated,
UserName
FROM I_IN_MatlDocList
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA