Document Builder: How to find all variables with given type

94 阅读1分钟

Created by Jerry Wang on Jul 13, 2014

Suppose you would like to find a content which has used table variable but you don't know the content name, you could search it out as below:

Specify variable type as T:

clipboard1

 

clipboard2

 

Let's just use ZCC_DOCX as example.

It has two table variables ZACCOUNT_TABLE and ZLI_TABLE.

clipboard3

 

and use this for variable hierarchy display:

clipboard4

 

clipboard5