Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modifiy a standard ABAP Webdynpro program

former_member425121
Participant
0 Likes
377

Hi

I'm beginig with ABAP Webdynpro (i already read tutorials and make some easy program for display Z table) , but i need to modify some SAP standard abap webdynpro program, wich contains a tabstrip with 2 tabs ; i need to add a third tab.

I need investigate about how to do this and how debug it , when i execute the program send me to the web page with program executing but i really do not know how can i debug it.

Does sombebody can help me about where can i read how to modify a standard abap webdynpro program ? and how can i debug a webdynpro program ?

Any help will be appreciated.

Thanks a lot

Frank

Moderator message: wrong forum, please have a look in the "Web Dynpro ABAP" forum.

Edited by: Thomas Zloch on Mar 24, 2011 9:14 AM

2 REPLIES 2
Read only

former_member425121
Participant
0 Likes
348

Hi

Does somebody knows where can i investigate about how to modify a standar abap webdynpro program ?

I know about to enhancement a standar abap program (exits, Badis, screen exits, enhancements points, etc.) but i really do not know if a standar abap webdynpro program can be enhanced and how to do this.

My requirement is modify a standard webdynpro program wich shows a tabstrip with 2 tabs, i need to add one more tab to program.

Any help will be aprecciated.

Thanks

Frank

Read only

Former Member
0 Likes
348

Hi

Go to T code SE80.

Copy the standard WebDynpro ABAP Application to Z applicaiton. Then you analyse it first how it's working.

Then you can make changes where you want include your requirements.

Regards,

Shankar.