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

Webdynpro info for screen design

Former Member
0 Likes
569

Hi

Can any one tell me how to design a screen,which can be editable once opened & can be changes to display mode & vice-versa on same screen.

Is it also possible to restrict the screen display to users,if let vendor no. is in editable mode by some other user.

regds

Vipin

3 REPLIES 3
Read only

Former Member
0 Likes
542

Hi,

In order to be able to create WebDynpro for ABAP applications you need access to an SAP ABAP stack

based on SAP WebAS 7.00 (or in other words SAP NetWeaver 2004s).

If you have access to such a system follow the recommendations of the other posters to this thread: go through the tutorials.

[Click|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11] [original link is broken];

-Thanks & Regards

Saurabh Goel

Read only

Former Member
0 Likes
542

Hi Vipin,

Please post your thread in the relevant Forurms. This is not for Applications.

Regards,

Aditya

Read only

Former Member
0 Likes
542

Hi,

There are various events in Web dynpro.

WDDOINIT - like initialization in normal ABAP.

WDDOAFTERACTION - like PAI

WDDOBEFOREACTION = PBO

You can write what ever logic you want in this methods to set selection screen to edit mode or non-edit mode.

Regards,

Rahul Wagh