`
loky
  • 浏览: 181034 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

abap dictionary table learning

    博客分类:
  • ABAP
UP 
阅读更多
The most important data classes are master data,transaction data,organizational data and system data.

Master data is data that is only seldomly modified.An example of master data is the data of an address file,for example the

name, address and telephone number.

Transaction data is data that is frequently modified.An example is the material stock of a warehouse,which can change after

each purchase order.

Organizational data is data that is defined during customizing when the system is installed and that is only seldomly omodified

thereafter.The country keys are an example.

System data is data that the SAP System itself needs.The program sources are an example.

Further data classes,called customer data classes(USER,USER1),are provided for customers.These should be used for customer

developments.Special storage areas must be allocated in the database.





When creating indexes,please note:
-- An index can only be used up to the last specified field in the selection! The fields that are specified in the WHERE

clause for a large number of selections should be in the first position.

-- Only those fields whose values siginificantly restrict the amount of data are meaningful in an index.

-- When you change a data record of a table,you must adjust the index sorting.Tables whose contents are frquently changed

should not have too many indexes.

-- Make sure that the indexes on  a table are as disjunct as possible.



A value table only becomes a check table when a foreign key is defined.If you refer to a domain with a value table in a

field,but no foreign key was defined at field level,there is no check.

分享到:
评论

相关推荐

    SAP ABAP Dictionary BC430

    根据给定文件的信息,我们可以提炼出关于"SAP ABAP Dictionary BC430"的重要知识点。 ### SAP ABAP Dictionary BC430 概述 #### 一、标题与描述中的核心概念解析 - **SAP ABAP Dictionary BC430**:这指的是SAP...

    sap bc abap dictionary.pdf

    ### SAP BC ABAP Dictionary 关键知识点解析 #### 一、SAP BC ABAP Dictionary 概述 SAP BC ABAP Dictionary 是 SAP Business Client (BC) 和 Advanced Business Application Programming (ABAP) 技术中用于定义...

    BC430 ABAP Dictionary

    标题与描述:“BC430 ABAP Dictionary” 在IT领域,尤其是SAP系统开发与管理中,ABAP(Advanced Business Application Programming)是一种重要的编程语言,主要用于SAP R/3系统和其他SAP产品。《BC430 ABAP ...

    ABAP Dictionary

    ABAP Dictionary是SAP ABAP开发环境中的一个重要组成部分,它主要负责定义和管理与数据库交互的数据结构和对象。ABAP工作台(ABAP Workbench)是SAP开发工具集的一部分,其中ABAP Dictionary扮演着核心角色,用于...

    ABAP中使用TABLE CONTROL 显示数据以及操作要点小结

    ABAP中使用TABLE CONTROL 显示数据以及操作要点小结,一个完整demo

    SAP的PA教材BC430 ABAP Dictionary

    【SAP的PA教材BC430 ABAP Dictionary】是一门专门针对SAP技术的培训课程,主要聚焦在ABAP字典(ABAP Dictionary)的使用。这门课程旨在帮助学员理解和掌握SAP ABAP编程中的数据建模概念,它是构建SAP系统核心业务...

    ABAP中的Table_Control编程

    ### ABAP中的Table_Control编程详解 #### 一、Table Control概念及作用 在SAP的ABAP编程环境中,Table Control(简称TC)是一种极其重要的屏幕控件,被广泛应用于多种场景下,尤其适用于处理和展示多行数据。通过...

    SAP ABAP-Dictionary_查询表结构和内容.ppt

    SAP ABAP-Dictionary_查询表结构和内容 实战技术

    第07章 表控制Table Control设计.rar_ABAP实战_Table_表控制Table Control设计

    在ABAP编程中,表控制(Table Control)是一种强大的用户界面元素,用于显示和编辑数据库或内存中的数据。本章将深入探讨如何设计和使用表控制,包括通过向导创建和非向导式方法,以及如何实现数据表的维护和内表...

    SAP ABAP Dictionary 数据字典开发 (IBM官方培训教程)

    IBM官方的培训教程深入讲解了如何使用SAP ABAP Dictionary进行数据字典开发,以下将详细介绍其中的关键知识点。 1. **数据字典对象**:数据字典包含了多种对象,如数据类型(DDIC Types)、表(Tables)、结构体...

    abap table

    - 内部表(Internal Table):内存中的临时数据结构,可以动态调整大小,是ABAP编程中最常用的数据结构。 - 数据库表(Database Table):存储在数据库中的永久性表,如透明表、视图、簇表等。 - 透明表...

    ABAP751 ABAP - Keyword Documentation

    A complete description of the most important objects for ABAP from ABAP Dictionary. ABAP - Reference A complete description of all ABAP keywords in their relevant context. ABAP - Quick ...

    03_Dictionary_table.ppt

    03_Dictionary_table.ppt SAP ABAP教材

    SAP应用及ABAP开发最佳实践—Internal Table.pdf

    ### SAP应用及ABAP开发最佳实践—Internal Table #### 一、引言 在SAP系统及其相关的ABAP开发环境中,内部表(Internal Tables)是一种非常重要的数据结构,它允许开发者存储并处理大量结构化的数据。本文将详细...

    ABAP中的Table Control编程

    ABAP中的Table Control编程 Table Control是SAP系统中Screen中的一个常用控件,可以实现对多行数据的编辑。它是一组屏幕元素在Screen上的重复出现,这与普通屏幕元素的区别。Table Control的每一行是跟工作区域wa...

    ABAP Table表或结构的总结

    - ABAP中定义Table的基本语法为:`TYPES: t_table TYPE STANDARD TABLE OF structure_name WITH EMPTY KEY.` 其中,`t_table`是Table的名称,`structure_name`是构成Table中每一项的结构名。 - `WITH EMPTY KEY`...

    SAP-ABAP-OO-实现-CL-SALV-TABLE

    ### SAP-ABAP-OO 实现 CL-SALV-TABLE 的关键知识点 #### 1. ABAP 面向对象的 ALV 显示方法 在 SAP 的 ABAP 环境中,ALV (Application List Viewer) 是一种非常常用的技术,用于在屏幕上以表格的形式展示数据。传统...

Global site tag (gtag.js) - Google Analytics