Start of Content Area

Background documentation Package Assignment and Transport Entry  Locate the document in its SAP Library structure

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 Other Functions Change Package Assignment 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

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

       7.      In the context menu, choose Additional Functions Write Transport Entry.

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 Entryor in transaction SE03), the associated interface is not automatically included and must be changed separately (in SE03).

       8.      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.

       9.      Save your entries.

 

 

End of Content Area