cancel
Showing results for 
Search instead for 
Did you mean: 

Display RSS flows in WebDynpro ABAP

Former Member
0 Kudos

Hi,

I was surprised that my search in this topic on "RSS" did not return any result.

I need for a customer to develop a couple of WebDynpro ABAP screens (without any portal) and to display information coming from a RSS flow inside these WD4A screens.

Any idea how to achieve this, standard solution preferred or via custom coding?

Thanks

Yann

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Your question isn't really Web Dynpro ABAP centric. The process to consume and parse the RSS is indepent of the use of classic dynpro, BSP, or Web Dynpro ABAP as the UI. You are probably just going to use the CL_HTTP_CLIENT class to make the HTTP call from ABAP and then parse the RSS with XML or an XSLT. Brian McKellar wrote a nice blog on this some time ago.

/people/brian.mckellar/blog/2004/06/25/bsp-programming-rss-httpclient-xml-xslt

He does his output in BSP, but that part can easily be adapted to Web Dynpro.

Answers (1)

Answers (1)

Former Member
0 Kudos

THomas,

Happy to see you there, your answers are always valuable!

I'll go that way.

THanks

Yann