cancel
Showing results for 
Search instead for 
Did you mean: 

How to transport web dynpro application

Former Member
0 Kudos

Hi ,

i am new to web dynpro for abap. i have created few applications using BAPIs.

my question is " how to transport a web dynpro component/application from development to production.

Thanks

SAI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

since WDA is completely integrated into the ABAP development infrastructure, it's also integrated into the normal change and transport system in ABAP (se09).

Your WDA objects, if they are not local ($TMP), are part of a package and can be put into transport requests (R3TR WD* objects).

Regards, Heidi

Former Member
0 Kudos

Hi,

Former Member
0 Kudos

Webdynpro's goes as EAR to deployment. If you are porting the Webdynpro application through SAP Webdynpro iView in portal, then you can create a tranport package (.epa file) and tranport the portal contents.

To tranport the webdynpro functionality, you have to deploy the EAR in the server.

Hope this information is useful.

Answers (4)

Answers (4)

jayan_abap
Associate
Associate
0 Kudos

The transport process is same for web dynpro and ITS..

if you have saved the objects in transport request, you can transport it using stms_import tcode.

You may require the help from BASIS guys for this...

Jay

Former Member
0 Kudos

Hi Kiran,

When you create a web dynpro application in the development system, system asks for a change request. If you have assigned the same to a temporary package as local object change the object directory entry(GOTO->OBJECT DIRECTORY ENTRY) for the same and assign the same to a different package and save the changes in a change request.

You can then move the change request to the production system.

phanir_mullapudi
Active Participant
0 Kudos

Hi,

Did you not create a Transport Request when creating the WDA Component/App ?

If you did it as a local object, either change package assignment & create a TR OR Copy the component to a new component in a Package & then create a application. It should ask for transport request. Then use a Transport request.

Esle, Create a Transport request & then you need to manually add these in the Task:

Web Dynpro ComponentR3TRWDYN<NAME> WDA Component
Interface (ABAP Objects)R3TRINTFInterface name
Web Dynpro ApplicationR3TRWDYA<name> WDA application
ICF ServiceR3TRSICF<Application name>   (service ID)   BPXI9KP2BASOTAFYZA1IQQI7C
Former Member
0 Kudos

not sure, but please check Transport functionality in Portal.