Hi,
I am currently working my way through the book "Web Dynpro for ABAP" by Ulli Hoffmann. However while doing the examples, I have come across a class that does not exist in my Netweaver trial SP12.
The class lr_mime_api is to be called like for determining the type of element:
call method lr_mime_api=>properties
exporting i_url = ls_mime_entry-path
importing e_is_folder = lv_is_folder.
Has this class been replaced by another and if so by which one ?
Thanks in advance.
Edited by: Peter C. Sandgaard on Sep 24, 2008 7:52 PM