cancel
Showing results for 
Search instead for 
Did you mean: 

Project Planing in WD

former_member188831
Contributor
0 Kudos

Hi,

I have workedi n SRM6.0 and SRM7.0 Developement using webdynpr abap.

Now i am got to do another job to develop on project using Webdynpro,there we have around 40 forms, input screens.

can you provide me what are the base classes interfaces i need to develop.

how can i handle the simple validations and updations.

how can i maintain the meta data handlings..

how to get to use the facade class here...

simply i need what are the base things i need to develop.

including user authorizatioins...

Thanks,

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mahesh,

You seem to be asking a lot in one question

can you provide me what are the base classes interfaces i need to develop

Whenever we develop a functionality in WD A we create a component. You can use one component in another.

how can i handle the simple validations and updations (assuming tht u r asking @ input fields etc)

You can read the valuse entered bu simple functions and apply validations in hook methods like wddobeforenavigation etc

Rest you can check wdr_test_ui_elements component to look for common UI elements in WD ABAP.

Revert back with queries.

I hope it helps :).

Regards,

Sumit Oberoi