After you save a structure using the structure clause of the Expand
Businessobject command, you can list, print, delete, and save it to another
user's workspace using the following commands:
list structure;
print structure NAME;
delete structure NAME;
copy structure SRC_NAME DST_NAME [fromuser USER_NAME] [touser
USER_NAME] [visible USER_NAME{,USER_NAME}] [overwrite];
|
The
print structure
command displays the results in the
same manner as expand bus does. For example, after running the above command
(which outputs the data to the
MQL
window, as well as saving it as a structure), you could execute the following
to generate the output again:
print structure "Assigned Parts";
|
Within the
print structure
command, you can also use select
clauses on either the business object or the relationship, as well as use the
output/dump or terse clauses.
The
copy structure
command lets you copy structures to and
from any kind of user. Including
overwrite
will replace the copied structure with any
structure of the same name that was in the to user's workspace.
If an object has been disconnected or deleted, it is no longer listed
as part of the structure. If other objects were connected since the structure
was saved, they do not automatically appear in the output of the print
structure command. Another expand command would need to be executed with the
structure clause to update the structure.
For more information, see
MQL
Command Reference:
Structure Clause for the Expand Businessobject command.