Show TOC

Package Assignment and Transport EntryLocate this document in the navigation structure

Use

Each Web Dynpro component, like all other ABAP development objects, can be reassigned to another package. You can also write a transport entry for a Web Dynpro component.

Assigning an Object to a Different Package

  1. In the object list of the ABAP Workbench, select the required Web Dynpro component.

  2. Choose Start of the navigation path Other Functions Next navigation step  Change Package Assignment End of the navigation path from the context menu.

  3. Enter the name of the new package and choose Continue .

  4. Enter the user name of the new responsible person and choose Reassign .

  5. Save your entries.

Write transport request

  1. In the object list of the ABAP Workbench, select the required Web Dynpro component.

  2. In the context menu, choose Start of the navigation path Additional Functions Next navigation step Write Transport Entry End of the navigation path.

    Caution

    If you change the package assignment for a component or write a transport entry within SE80 , the following objects are automatically included:

    • Each associated MIME object

    • The generated ABAP objects interface IWCI_<component_name>

    But if you make these changes outside of SE80 (for example, in the dialog box Object Catalog Entry or in transaction SE03), the associated interface is not automatically included and must be changed separately (in SE03).

  3. Enter the ID for the transport request or select a suitable request using the F4 help. Then choose Continue .

    If you do not have a suitable transport request in the system, you can create a new transport request directly using the Create Request icon.

  4. Save your entries.