Show TOC

 Transporting Query Objects

Query objects are transported in different ways according to the query area in which they were created.

In order to know which transport options are available, you must first understand how query objects are created.

  • Global area

    Query objects are stored in the client-independent table AQGDB. They are connected to the Transport Organizer. (More information: Transporting Global Area Objects .)

  • Standard area

    Query objects are stored in the client-specific table AQLDB. They are not connected to the Transport Organizer.

    The query objects to be transported must be exported to the transport table AQTDB in the first step. In a second step, they are transported using the standard resources of the transport system. The third step takes place in the target system. The transported query objects are imported from the transport table into the relevant client-specific table AQLDB. More information: Overview of Query Transports and Transporting Standard Area Objects .

In addition to these two cross-system transport options, the query transport tool offers two internal system copy processes:

  • Copying query objects between two clients of a system

    Query objects that have been created in a client-specific area (standard area), can be copied to another standard area using the transport table AQTDB:

  • Copying query objects from the standard area to the global area of a system

    Query objects that have been created in a client-specific area (standard area), can be copied to the global area of a system. Likewise, objects can be copied from the global area to one or more standard areas:

Caution Caution

If one or more query objects are moved from the standard area to the global area (or from the global area to the standard area), all relationships between the original and the copy are lost; two objects that are completely independent of each other are created. You should therefore avoid copying an object from the standard area to the global area just for the purpose of a simpler transport. If an object was first developed in the standard area and is now to be transported from the global area, it certainly makes sense then only to edit the object in the global area. It might be useful to delete the original object from the standard area in order to avoid misunderstandings.

End of the caution.

Note Note

Transports are normally performed by the system administrator, not by end-users. For this reason, only system administrators with the appropriate authorizations can perform transports. (More information: Authorizations .)

End of the note.