cancel
Showing results for 
Search instead for 
Did you mean: 

Call module pool screen from ABAP Webdynpro

Former Member
0 Kudos

Hi All

I designed one screen in normal classical dynpro in SE80 for module pool program. I want to call that screen layout design in webdynpro view layout.

So please help me how can i call that module pool screen from my ABAP webdynpro 

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi visakh,


please go through the link.


http://www.saptechnical.com/Tutorials/WebDynproABAP/TransactionCode/Index.htm


Regards

Ashwin.kv

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Thank you for your great replay. But Mr Ramakrishnappa and Mr Katrice as your reference i go through that but when i insert the program name and screen number program is end with a run time error saying

dynamic type conflict when assigning reference.

Please refer the below snap shot

ramakrishnappa
Active Contributor
0 Kudos

Hi Visakh,

Go to the view editor layout and choose the Webdynpro Code Wizard, then select the SCREEN option and provide the program name and screen number.

Please refer the below snap shot

Hope this helps you.

Regards,

Rama

former_member184578
Active Contributor
0 Kudos

Hi,

Create a transaction for your module pool and call that transaction using ITS from WDA.

Regards,

Kiran

Former Member
0 Kudos

Hi,

In code wizard you have option to call module pool screen. You can use the same to call module pool screen.

For referece, check below link

http://www.saptechnical.com/Tutorials/WebDynproABAP/Call/Index.htm

Thanks

KH