cancel
Showing results for 
Search instead for 
Did you mean: 

WEB Dynpro and Batch Input

Former Member
0 Kudos

Hi at all,

I am a newbie in WD and have a question: I want to create a notification (IW21) via Web Dynpro, is there a possibility to do with Batch Input? Any other ideas?

Thanks for help!!!

Accepted Solutions (1)

Accepted Solutions (1)

sahai
Contributor
0 Kudos

hi mandalee,

yes you can do it in web dynpro abap. create a bdc recording using t-code(shdb ) of the t-code iw21.

now you can get the recording in form of function module...pass the respective parameters via context node of your program in web dynpro.

hope this may be usefull to you...

regards,

sahai.s

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

thank your for your answers, now it seems to be a silly question because it works so fine. But I had read that batch input would not work in Web Dynpro.

Thank you for help!

Kind regards

Mandalee

gill367
Active Contributor
0 Kudos

Call the function module responsible for the creation of notification in the web dynpro.

create a service call for the same.

and execute it form the wda applcaition.

thanks

sarbjeet singh