How to get table list belonging to a given package and all its sub packages

简介: Created by Jerry Wang, last modified on Sep 02, 2016 Go to start of metadata

https://wiki.scn.sap.com/wiki/display/TechTSG/How+to+get+table+list+belonging+to+a+given+package+and+all+its+sub+packages


Created by Jerry Wang, last modified on Sep 02, 2016 Go to start of metadata

Suppose the requirement is to get all database tables belonging to package COM_PRODUCT_BASE and its sub packages.

Since COM_PRODUCT_BASE contains no database tables not only sub packages:


Since Repository information system does not support query against sub packages:


Here below is an ABAP code snippet which can help you get table list:

method GET_TABLE_LIST.

image.png

相关文章
|
SQL Java 数据库连接
mybatis 使用foreach时出现“The expression ‘list‘ evaluated to a null value“问题
mybatis 使用foreach时出现“The expression ‘list‘ evaluated to a null value“问题
1454 3
|
2月前
|
开发者 Python
【Python】已解决:TypeError: descriptor ‘index‘ for ‘list‘ objects doesn‘t apply to a ‘str‘ object
【Python】已解决:TypeError: descriptor ‘index‘ for ‘list‘ objects doesn‘t apply to a ‘str‘ object
62 0
|
4月前
|
SQL JSON Java
Java【问题记录 02】对象封装+固定排序+list All elements are null引起的异常处理+Missing artifact com.sun:tools:jar:1.8.0
Java【问题记录 02】对象封装+固定排序+list All elements are null引起的异常处理+Missing artifact com.sun:tools:jar:1.8.0
63 0
成功解决ValueError: ‘usecols‘ must either be list-like of all strings, all unicode, all integers or a ca
成功解决ValueError: ‘usecols‘ must either be list-like of all strings, all unicode, all integers or a ca
为什么有的备份归档日志用list backup of archivelog all查不到,但在第三方备份软件中可以查到
提问:为什么有的备份归档日志用list backup of archivelog all查不到,但在第三方备份软件中可以查到?
SAP Spartacus里unit list tree节点collapse all按钮的实现逻辑
SAP Spartacus里unit list tree节点collapse all按钮的实现逻辑
113 0
SAP Spartacus里unit list tree节点collapse all按钮的实现逻辑
|
IDE 开发工具 图形学