六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 92|回复: 0

DDIC info related tables

[复制链接]

升级  86.67%

54

主题

54

主题

54

主题

秀才

Rank: 2

积分
180
 楼主| 发表于 2013-1-13 18:57:42 | 显示全部楼层 |阅读模式
Data elements
DD04L    Data elements
DD04T    R/3 DD: Data element texts
TDDIR    Active field exits for data elements

Domains
DD01L    Domains
DD01T    R/3 DD: domain texts
DD07L    R/3 DD: values for the domains
DD07T    DD: Texts for domain fixed values (language-dependent)

Tables and views
DD02    ALL Table parameters for ALLBASE
DD02DB6 Table parameter DB2 version 2
DD02INF Table parameters for INFORMIX, Version 6
DD02L   SAP tables
DD02MSS DD-DB Interface Table for SQL Server 95
DD02ORA Table parameters for ORACLE, version 6
DD02SYB Storage parameters for tables in SYBASE
DD02T   R/3-DD: SAP Table Texts
DD03L   Table Fields
DD03T   DD: Texts for fields (language dependent)
DD04L   Data elements
DD04T   R/3 DD: Data element texts
TTDIR   Include Tables for Extensions
TVDIR   View Directory

Function Modules
RFC_GET_NAMETAB:get the fields of the structure (only Table)
DDIF_FIELDINFO_GET: get the fields and the Descriptions (Structure & Table)
GET_DOMAIN_VALUES:
NAMETAB_GET: (Structure & Table)
 
*------------------------------------------------
DATA: BEGIN OF I_DFIES OCCURS 0.
        INCLUDE STRUCTURE DFIES.
DATA: END OF I_DFIES.
 
CALL FUNCTION 'DDIF_FIELDINFO_GET'
  EXPORTING
    TABNAME              = 'MARA'
    LANGU                = SY-LANGU
  TABLES
    DFIES_TAB            = I_DFIES
  EXCEPTIONS
    NOT_FOUND            = 1
    INTERNAL_ERROR       = 2
    OTHERS               = 3.
*------------------------------------------------
 
RTTI Classes
CL_ABAP_ELEMDESCR
CL_ABAP_TYPEDESCR
CL_ABAP_STRUCTDESCR
CL_ABAP_TABLEDESCR
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表