cancel
Showing results for 
Search instead for 
Did you mean: 

Create Transaction for web-dynpro ABAP

Former Member
0 Kudos

hi

Can you help me in creating a transaction for web-dynpro ABAP.

thank you.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi ,

the t - code for WD - abap is - se80 ..

check for sample porblems

http://help.sap.com/saphelp_nw70/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm

Regards ,

venkat p

Former Member
0 Kudos

Hi,

We have to use tcode SE80 and select Webdynpro Comp./ Interface for creating webdynpro applications.

Give any name starting with Z____, it will ask that object does not exist dom you want to create it. Give Yes and proceed.

Actually we have to follow some steps for creating the application. Better refer any sample example from the website and try to develop a simple application.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you want a SAPGUI transaction code that will launch your Web Dynpro ABAP application then I suggest creating a parameter transaction code that wraps around the SAP standard transaction code WDYID. You can use the parameter STARTMODE to decide if you launch your browser within the SAPGUI window or if it opens a new browser window. You will get SAPGUI based Single Sign On with this transaction code as well. Here is an example of a TCode I setup:

http://www.flickr.com/photos/tjung/2758987559/

And here is what it looks like when running in place within the SAPGUI:

http://www.flickr.com/photos/tjung/2758987583/